@@ -72,6 +72,39 @@ entries. If in doubt, please create a [database backup](05-Upgrading.md#backup-f
72
72
v1.10.0
73
73
-------
74
74
75
+ An advanced ** Sync Preview** is one of the features I'd love to highlight in
76
+ v1.10.0. We have been able to leverage our Configuration Branch support as
77
+ an underlying technology for this:
78
+
79
+ ![ Sync Preview - List] ( https://user-images.githubusercontent.com/553008/191472888-33849b3e-9d96-4113-b960-92708769e90d.png )
80
+
81
+ In case you have lots of changes, you can browse all of them - formerly this
82
+ hasn't been possible. Also, this now allows you to inspect every single upcoming
83
+ change before applying the Sync:
84
+
85
+ ![ Sync Preview - Details] ( https://user-images.githubusercontent.com/553008/191472900-1968691e-a758-4c99-99ce-059bc3689356.png )
86
+
87
+ This has been possible based on the code we implemented to support the
88
+ [ Director Branches] ( https://icinga.com/docs/icinga-director-branches/latest/ )
89
+ module. In case you never heard about it,
90
+ [ here] ( https://icinga.com/blog/2022/07/21/releasing-icinga-director-branches/ )
91
+ you can find the related announcement.
92
+
93
+ This release also contains a lot of related fixes and new Features. It is now
94
+ possible to deal with ** Service Sets** in Configuration Branches, the ** commit
95
+ remark** can be proposed with a merge request, and the Activity Log shows not
96
+ only who has merged the change, but also the ** original author** .
97
+
98
+ Powerful new features have been implemented for those who love to orchestrate
99
+ the Director from the outside. Please check our
100
+ [ CLI] ( https://github.com/Icinga/icingaweb2-module-director/blob/v1.10.0/doc/60-CLI.md )
101
+ and [ REST API] ( https://github.com/Icinga/icingaweb2-module-director/blob/v1.10.0/doc/70-REST-API.md )
102
+ documentation for related details, especially look for --with-services (withServices)
103
+ and --allow-overrides (allowOverrides).
104
+
105
+ CLI now supports ** JSON on STDIN** , REST API can request detailed stack traces
106
+ in case an error occurs.
107
+
75
108
### Breaking Changes
76
109
* Module and system dependencies have been raised, [ Upgrading] ( 05-Upgrading.md )
77
110
and [ Installation] ( 02-Installation.md ) documentations contain related details
0 commit comments