mirror of https://github.com/status-im/consul.git
Audit log consul 1.17x changes (#18669)
* audit log consul 1.17x changes * added some details * verbose
This commit is contained in:
parent
461549e304
commit
5d99fb7bdf
|
@ -14,6 +14,11 @@ provided for their upgrades as a result of new features or changed behavior.
|
||||||
This page is used to document those details separately from the standard
|
This page is used to document those details separately from the standard
|
||||||
upgrade flow.
|
upgrade flow.
|
||||||
|
|
||||||
|
## Consul 1.17.x
|
||||||
|
#### Audit Log naming changes (Enterprise)
|
||||||
|
Prior to Consul 1.17.0, audit logs contained timestamps on both the original log file names as well as rotated log file names.
|
||||||
|
After Consul 1.17.0, only timestamps will be included in rotated log file names.
|
||||||
|
|
||||||
## Consul 1.16.x
|
## Consul 1.16.x
|
||||||
|
|
||||||
#### Known issues
|
#### Known issues
|
||||||
|
@ -783,7 +788,7 @@ Starting with Consul 1.7.1 this is the new default.
|
||||||
|
|
||||||
#### Removal of Deprecated Features
|
#### Removal of Deprecated Features
|
||||||
|
|
||||||
Managed proxies, which are deprecated since Consul v1.3.0, have now been
|
Managed proxies, which are deprecated since Consul v1.3.0, have now been
|
||||||
[removed](/consul/docs/connect/proxies). Before upgrading, you must
|
[removed](/consul/docs/connect/proxies). Before upgrading, you must
|
||||||
migrate any managed proxy usage to [sidecar service
|
migrate any managed proxy usage to [sidecar service
|
||||||
registrations](/consul/docs/connect/proxies/deploy-sidecar-services).
|
registrations](/consul/docs/connect/proxies/deploy-sidecar-services).
|
||||||
|
|
Loading…
Reference in New Issue