Changelog for Golden Versions added (#24072)

This commit is contained in:
Phil Renaud
2024-09-26 15:38:39 -04:00
committed by GitHub
parent ee9eb4574b
commit c1127db015
2 changed files with 4 additions and 0 deletions

3
.changelog/24055.txt Normal file
View File

@@ -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
```

View File

@@ -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)]