From 5e17917738d84b2c1613de515260a0c9fd8ff229 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Thu, 16 Sep 2021 16:19:52 -0700 Subject: [PATCH 1/2] docs: add upgrade guide entry for audit log naming --- website/content/docs/upgrade/upgrade-specific.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/content/docs/upgrade/upgrade-specific.mdx b/website/content/docs/upgrade/upgrade-specific.mdx index db24652d311..ee2c1d20ddc 100644 --- a/website/content/docs/upgrade/upgrade-specific.mdx +++ b/website/content/docs/upgrade/upgrade-specific.mdx @@ -13,6 +13,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 From 7c73e59d8876d3fe86f10a4f46ddedd803123025 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Thu, 16 Sep 2021 16:21:57 -0700 Subject: [PATCH 2/2] docs: add changelog entry for audit log naming --- .changelog/11198.txt | 3 +++ 1 file changed, 3 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. +```