Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audit log consul 1.17x changes #18669

Merged
merged 8 commits into from
Sep 16, 2023
7 changes: 6 additions & 1 deletion website/content/docs/upgrading/upgrade-specific.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.

absolutelightning marked this conversation as resolved.
Show resolved Hide resolved
## Consul 1.16.x

#### Known issues
Expand Down Expand Up @@ -783,7 +788,7 @@ Starting with Consul 1.7.1 this is the new default.

#### 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
migrate any managed proxy usage to [sidecar service
registrations](/consul/docs/connect/proxies/deploy-sidecar-services).
Expand Down