Skip to content

Commit a6f0a08

Browse files
committed
WIP: doc, module.info: prepare v1.11.0
fixes #2085
1 parent fb1a23f commit a6f0a08

10 files changed

+88
-10
lines changed

doc/02-Installation.md.d/From-Source.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ and extract it to a folder named `director` in one of your Icinga Web module pat
4141
You might want to use a script as follows for this task:
4242

4343
```shell
44-
MODULE_VERSION="1.10.2"
44+
MODULE_VERSION="1.11.0"
4545
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
4646
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
4747
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
@@ -60,7 +60,7 @@ Simply clone the repository in one of your Icinga web module path directories.
6060
You might want to use a script as follows for this task:
6161

6262
```shell
63-
MODULE_VERSION="1.10.2"
63+
MODULE_VERSION="1.11.0"
6464
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
6565
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
6666
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"

doc/05-Upgrading.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ you will be told so in your frontend.
1515
Please read more about:
1616

1717
* [Database Backup](#backup-first)
18+
* [Upgrading to 1.11.x](#upgrade-to-1.11.x)
1819
* [Upgrading to 1.10.x](#upgrade-to-1.10.x)
1920
* [Upgrading to 1.9.x](#upgrade-to-1.9.x)
2021
* [Upgrading to 1.8.x](#upgrade-to-1.8.x)
@@ -41,7 +42,15 @@ use the tools provided by your database backend, like `mysqldump` or `pg_dump`.
4142
Restoring from a backup is trivial, and Director will always be able to apply
4243
pending database migrations to an imported old database snapshot.
4344

44-
<a name="upgrade-to-1.9.x"></a>Upgrading to 1.10.x
45+
<a name="upgrade-to-1.10.x"></a>Upgrading to 1.10.x
46+
--------------------------------------------------
47+
48+
49+
Before upgrading, please upgrade the [incubator module](https://github.com/Icinga/icingaweb2-module-incubator)
50+
to (at least) v0.20.0. As always, you'll be prompted to apply pending Database
51+
Migrations.
52+
53+
<a name="upgrade-to-1.11.x"></a>Upgrading to 1.11.x
4554
--------------------------------------------------
4655

4756
Please check module dependencies, we raised some of them. In case you're missing

doc/82-Changelog.md

+75-6
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,71 @@
44
Please make sure to always read our [Upgrading](05-Upgrading.md) documentation
55
before switching to a new version.
66

7-
v1.11.0 (unreleased)
8-
--------------------
7+
v1.11.0
8+
-------
9+
10+
Icinga Director v1.11 ships a nice new feature, which has been requested by
11+
many users: it is now possible to let Notification rules pick User and/or User
12+
Groups from Host and Service custom variables.
13+
14+
![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)
15+
16+
Behind the scenes, some Icinga DSL assures that Icinga behaves as expected:
17+
18+
![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)
19+
20+
The IcingaDB module is now supported. This release also ships a fallback template
21+
for Icinga for Windows 1.11 (and Icinga 2.14). To improve security for those
22+
relying on default settings, all Host templates are per default rendered to all
23+
non-global zones in a redundant way, instead of being rendered to the main global
24+
zone.
25+
26+
For those who want to store Secrets in their Host template definitions, this now
27+
hinders them from reaching your Agent Endpoints. In addition to this, with this
28+
release you now have more control over target Zones for services belonging to
29+
Service Sets. Also, some issues related to permissions and restrictions have been
30+
addressed.
31+
32+
Various little Import and Sync issues have been addressed, automated Service
33+
Template import has been fixed. In addition to some minor Property modifier
34+
improvements, they can now be applied in a conditional way. Such filter rules
35+
also support CIDR notation. Most prominent use-case: as vSphereDB now ships ALL
36+
guest IP addresses, you can pick specific addresses for specific use-cases /
37+
host properties based on their network range:
38+
39+
![CIDR-based filters](screenshot/director/82_changelog/v1.11.0/82-1.11.0-01-cidr_based_filters.png)
40+
41+
This release now officially supports PHP 8.2, addresses issues when integrating
42+
with the IcingaDB web module, and some dark-mode glitches. Search functionality
43+
has been improved, Preview Diff shows more details, editing multiple single
44+
Services with the very same name has been fixed, and the interactive Startup log
45+
renderer now wraps log lines in a nice way:
46+
47+
![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)
48+
49+
Performance has greatly been improved for those, who trigger a lot of single API
50+
requests, instead of relying on Import/Sync mechanism. Our template usage overview
51+
now also summarizes and links objects used in Services belonging to Service Sets:
52+
53+
![Template Usage overview](screenshot/director/82_changelog/v1.11.0/82-1.11.0-03-template_usage.png)
954

10-
This version hasn't been released yet
55+
Commands can now be cloned with their field definitions, and custom variables
56+
from set_if flags make now part of the "suggested fields" list.
57+
58+
In addition to major refactoring and technical improvements related to our
59+
configuration baskets, it's now also possible to upload additional snapshots for
60+
existing baskets:
61+
62+
![Basket Snapshot upload](screenshot/director/82_changelog/v1.11.0/82-1.11.0-04-upload_basket_snapshot.png)
63+
64+
Speaking of baskets, they have been reworked in a way giving especially Icinga
65+
Partners and Plugin authors more control over related objects. As UUIDs are now
66+
supported in Baskets too, it is for example possible to rename an object with a
67+
new Basket Snapshot.
68+
69+
### Breaking Changes
70+
* Module and system dependencies have been raised, [Upgrading](05-Upgrading.md)
71+
and [Installation](02-Installation.md) documentations contain related details
1172

1273
### UI
1374
* FEATURE: allow to clone commands with fields (#2264)
@@ -18,16 +79,19 @@ This version hasn't been released yet
1879
* FEATURE: Branch and Sync diff/preview now shows related host for services (#2736)
1980
* FEATURE: Show more details for assign filter parsing errors (#2667)
2081
* FEATURE: Fields from set_if are now being proposed (#514)
82+
* FEATURE: Template usage table now shows Set members (#2378)
2183
* FIX: do not fail for (some) Service Dependencies (#2669, #1142)
2284
* FIX: Service Sets can now be searched by Service name in branches too (#2738)
2385
* FIX: Template usage table had no header (#2780)
2486
* FIX: Strikethrough for deactivated services in applied Service Set (#2746, #2766)
25-
* FIX: editing multi-selected services with the same name has been fixed (#2798)
87+
* FIX: editing multi-selected services with the same name has been fixed (#2798, 2801, #2599)
2688
* FIX: Service Sets table with PostgreSQL (#2799)
89+
* FIX: Dark mode for some clone forms (#2670)
2790

2891
### Icinga Configuration
2992
* FEATURE: render fallback template for IfW 1.11 for Icinga &lt; 2.14 (#2776)
3093
* FEATURE: render host templates to all non-global zones per default (#2410)
94+
* FEATURE: notifications can pick user(groups) from host/service vars (#462)
3195
* FIX: render Set Services to individual zones where required (#1589, #2356)
3296
* FIX: special characters like &amp; and | caused trouble in filters (#2667)
3397

@@ -41,13 +105,16 @@ This version hasn't been released yet
41105
* FIX: Import Source shows available columns for Core API Import (#2763)
42106
* FIX: JSON-decode now explicitly fails for non-string inputs (#2810)
43107

108+
### Integrations
109+
* FIX: don't throw an error, when editing a Service via IcingaDB link (#2533, #2563)
110+
44111
# Configuration Baskets
45112
* FEATURE: it's now possible to upload snapshots for existing baskets (#1952)
46113
* FIX: basket now shows where to expect changes for lists from snapshots (#2791)
47114
* FIX: Icinga DSL parts for Commands are now restored from Baskets (#2811)
48115

49116
### REST API
50-
* FIX: Commands give 304 w/o ghost changes for same properties (#2660)
117+
* FIX: Commands give 204 w/o ghost changes for same properties (#2660)
51118

52119
### Permissions and Restrictions
53120
* FIX: monitoring-related permission checks have been refactored (#2712)
@@ -63,9 +130,11 @@ This version hasn't been released yet
63130
* FIX: complaint about overdue jobs was not correct (#2680, #2681)
64131

65132
### Internals
133+
* FEATURE: support PHP 8.2 (#2777, #2792)
134+
* FEATURE: Unit Tests are now being triggered as GitHub workflows (no issue)
66135
* FIX: group membership is no longer resolved when not needed (#2048)
67136
* FIX: require Auth object for all object tables (#2808)
68-
* FEATURE: support PHP 8.2 (#2777, #2792)
137+
* FIX: group membership is no longer resolved when not needed (#2048)
69138

70139
### Fixed issues
71140
* You can find issues and feature requests related to this release on our
Loading
Loading
Loading
Loading
Loading
Loading

module.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: Icinga Director
2-
Version: master
2+
Version: 1.11.0
33
Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.20.0)
44
Description: Director - Config tool for Icinga 2
55
Icinga Director is a configuration tool that has been designed to make

0 commit comments

Comments
 (0)