diff --git a/doc/16-upgrading-icinga-2.md b/doc/16-upgrading-icinga-2.md index 6091e402f..2b8d486bf 100644 --- a/doc/16-upgrading-icinga-2.md +++ b/doc/16-upgrading-icinga-2.md @@ -9,8 +9,14 @@ follow the instructions for v2.7 too. ## Upgrading to v2.9 +### Configuration Changes + The CORS attributes `access_control_allow_credentials`, `access_control_allow_headers` and -`access_control_allow_methods` are now controlled by Icinga 2 and are not changeable by config any more. +`access_control_allow_methods` are now controlled by Icinga 2 and cannot be changed anymore. + +### CLI Command Changes + +The `node setup` parameter `--master_host` was deprecated and replaced with `--parent_host`. This parameter is now optional to allow connection-less client setups similar to the `node wizard` CLI command. The `parent_zone` parameter has been added to modify the parent zone name e.g. for client-to-satellite setups. ## Upgrading to v2.8.2