From c1127db015c69c739c8571d79ace056fe9886766 Mon Sep 17 00:00:00 2001 From: Phil Renaud Date: Thu, 26 Sep 2024 15:38:39 -0400 Subject: [PATCH] Changelog for Golden Versions added (#24072) --- .changelog/24055.txt | 3 +++ CHANGELOG.md | 1 + 2 files changed, 4 insertions(+) create mode 100644 .changelog/24055.txt diff --git a/.changelog/24055.txt b/.changelog/24055.txt new file mode 100644 index 000000000..e00f03934 --- /dev/null +++ b/.changelog/24055.txt @@ -0,0 +1,3 @@ +```release-note:improvement +jobs: Added Version Tags to job versions, to prevent them from being garbage collected and allow for diffs +``` diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8d12b2e..48fdc39eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ IMPROVEMENTS: * deps: Upgraded yamux to v0.1.2 to fix a bug where RPC connections could deadlock [[GH-24058](https://github.com/hashicorp/nomad/issues/24058)] * docker: Use official docker SDK instead of a 3rd party client [[GH-23966](https://github.com/hashicorp/nomad/issues/23966)] * identity: Added filepath parameter to identity block for persisting workload identities [[GH-24038](https://github.com/hashicorp/nomad/issues/24038)] +* jobs: Added Version Tags to job versions, to prevent them from being garbage collected and allow for diffs ([GH-24055](https://github.com/hashicorp/nomad/issues/24055)) * keyring: Stored wrapped data encryption keys in Raft [[GH-23977](https://github.com/hashicorp/nomad/issues/23977)] * networking: Added an option to ignore static port collisions when scheduling, for programs that use the SO_REUSEPORT unix socket option [[GH-23956](https://github.com/hashicorp/nomad/issues/23956)] * networking: IPv6 can now be enabled on the Nomad bridge network mode [[GH-23882](https://github.com/hashicorp/nomad/issues/23882)]