mirror of https://github.com/Icinga/icinga2.git
Add CORS notice to 2.9 upgrading docs
This commit is contained in:
parent
186cad9872
commit
c360ca8bb0
|
@ -7,6 +7,11 @@ Specific version upgrades are described below. Please note that version
|
||||||
updates are incremental. An upgrade from v2.6 to v2.8 requires to
|
updates are incremental. An upgrade from v2.6 to v2.8 requires to
|
||||||
follow the instructions for v2.7 too.
|
follow the instructions for v2.7 too.
|
||||||
|
|
||||||
|
## Upgrading to v2.9 <a id="upgrading-to-2-9"></a>
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
## Upgrading to v2.8.2 <a id="upgrading-to-2-8-2"></a>
|
## Upgrading to v2.8.2 <a id="upgrading-to-2-8-2"></a>
|
||||||
|
|
||||||
With version 2.8.2 the location of settings formerly found in `/etc/icinga2/init.conf` has changed. They are now
|
With version 2.8.2 the location of settings formerly found in `/etc/icinga2/init.conf` has changed. They are now
|
||||||
|
@ -22,7 +27,6 @@ located in the sysconfig, `/etc/sysconfig/icinga2` (RPM) or `/etc/default/icinga
|
||||||
RLimitProcesses | ICINGA2\_RLIMIT\_PROCESSES
|
RLimitProcesses | ICINGA2\_RLIMIT\_PROCESSES
|
||||||
RLimitStack | ICINGA2\_RLIMIT\_STACK
|
RLimitStack | ICINGA2\_RLIMIT\_STACK
|
||||||
|
|
||||||
|
|
||||||
## Upgrading to v2.8 <a id="upgrading-to-2-8"></a>
|
## Upgrading to v2.8 <a id="upgrading-to-2-8"></a>
|
||||||
|
|
||||||
### DB IDO Schema Update to 2.8.0 <a id="upgrading-to-2-8-db-ido"></a>
|
### DB IDO Schema Update to 2.8.0 <a id="upgrading-to-2-8-db-ido"></a>
|
||||||
|
|
Loading…
Reference in New Issue