From 967cb759cceada1fdd33ec942f0c5adf1db199da Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Fri, 17 Sep 2021 11:57:46 -0700 Subject: [PATCH] Merge pull request #11198 from hashicorp/f-no-audit-log-timestamp docs: add upgrade guide entry for audit log naming --- .changelog/11198.txt | 3 +++ website/content/docs/upgrade/upgrade-specific.mdx | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 .changelog/11198.txt diff --git a/.changelog/11198.txt b/.changelog/11198.txt new file mode 100644 index 00000000000..6dabb90447e --- /dev/null +++ b/.changelog/11198.txt @@ -0,0 +1,3 @@ +```release-note:bug +audit (Enterprise): Don't timestamp active audit log file. +``` diff --git a/website/content/docs/upgrade/upgrade-specific.mdx b/website/content/docs/upgrade/upgrade-specific.mdx index aca8c852fb1..9365ca880d3 100644 --- a/website/content/docs/upgrade/upgrade-specific.mdx +++ b/website/content/docs/upgrade/upgrade-specific.mdx @@ -14,6 +14,14 @@ upgrade. However, specific versions of Nomad may have more details 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. +## Nomad 1.0.11 and 1.1.5 Enterprise + +#### Audit log file names + +Audit log file naming now matches the standard log file naming introduced in +1.0.10 and 1.1.4. The audit log currently being written will no longer have a +timestamp appended. + ## Nomad 1.0.10 and 1.1.4 #### Log file names