Skip to content

Commit

Permalink
Changelog, Upgrading: alt. texts, title swap
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Oct 13, 2023
1 parent 9c6a955 commit 9a9799e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions doc/05-Upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,14 @@ use the tools provided by your database backend, like `mysqldump` or `pg_dump`.
Restoring from a backup is trivial, and Director will always be able to apply
pending database migrations to an imported old database snapshot.

<a name="upgrade-to-1.10.x"></a>Upgrading to 1.10.x
<a name="upgrade-to-1.11.x"></a>Upgrading to 1.11.x
--------------------------------------------------


Before upgrading, please upgrade the [incubator module](https://github.com/Icinga/icingaweb2-module-incubator)
to (at least) v0.20.0. As always, you'll be prompted to apply pending Database
Migrations.

<a name="upgrade-to-1.11.x"></a>Upgrading to 1.11.x
<a name="upgrade-to-1.10.x"></a>Upgrading to 1.10.x
--------------------------------------------------

Please check module dependencies, we raised some of them. In case you're missing
Expand Down
6 changes: 3 additions & 3 deletions doc/82-Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Icinga Director v1.11 ships a nice new feature, which has been requested by
many users: it is now possible to let Notification rules pick User and/or User
Groups from Host and Service custom variables.

![82-1.11.0-05-notification_user-var.png](screenshot/director/82_changelog/v1.11.0/82-1.11.0-05-notification_user-var.png)
![Notification User Vars](screenshot/director/82_changelog/v1.11.0/82-1.11.0-05-notification_user-var.png)

Behind the scenes, some Icinga DSL assures that Icinga behaves as expected:

![82-1.11.0-06-notification_user-var_rendered.png](screenshot/director/82_changelog/v1.11.0/82-1.11.0-06-notification_user-var_rendered.png)
![Notification User Vars rendered](screenshot/director/82_changelog/v1.11.0/82-1.11.0-06-notification_user-var_rendered.png)

The IcingaDB module is now supported. This release also ships a fallback template
for Icinga for Windows 1.11 (and Icinga 2.14). To improve security for those
Expand Down Expand Up @@ -44,7 +44,7 @@ has been improved, Preview Diff shows more details, editing multiple single
Services with the very same name has been fixed, and the interactive Startup log
renderer now wraps log lines in a nice way:

![82-1_11_0-02-wrap-startup-log-lines.png](screenshot/director/82_changelog/v1.11.0/82-1.11.0-02-wrap_startup_log_lines.png)
![Wrap Startup Log lines](screenshot/director/82_changelog/v1.11.0/82-1.11.0-02-wrap_startup_log_lines.png)

Performance has greatly been improved for those, who trigger a lot of single API
requests, instead of relying on Import/Sync mechanism. Our template usage overview
Expand Down

0 comments on commit 9a9799e

Please sign in to comment.