mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
Generate files for 1.7.4 release
This commit is contained in:
committed by
Tim Gross
parent
df86503349
commit
875e96cccc
@@ -7,7 +7,7 @@ project "nomad" {
|
||||
team = "nomad"
|
||||
|
||||
slack {
|
||||
notification_channel = "C03B5EWFW01"
|
||||
notification_channel = "CUYKT2A73"
|
||||
}
|
||||
|
||||
github {
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
## 1.7.4 (February 08, 2024)
|
||||
|
||||
SECURITY:
|
||||
|
||||
* deps: Updated runc to 1.1.12 to address CVE-2024-21626 [[GH-19851](https://github.com/hashicorp/nomad/issues/19851)]
|
||||
* migration: Fixed a bug where archives used for migration were not checked for symlinks that escaped the allocation directory [[GH-19887](https://github.com/hashicorp/nomad/issues/19887)]
|
||||
* template: Fixed a bug where symlinks could force templates to read and write to arbitrary locations (CVE-2024-1329) [[GH-19888](https://github.com/hashicorp/nomad/issues/19888)]
|
||||
|
||||
## 1.7.3 (January 15, 2024)
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
12631
client/structs/structs.generated.go
Normal file
12631
client/structs/structs.generated.go
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
255444
nomad/structs/structs.generated.go
Normal file
255444
nomad/structs/structs.generated.go
Normal file
File diff suppressed because it is too large
Load Diff
@@ -24,7 +24,7 @@ var (
|
||||
// A pre-release marker for the version. If this is "" (empty string)
|
||||
// then it means that it is a final release. Otherwise, this is a pre-release
|
||||
// such as "dev" (in development), "beta", "rc1", etc.
|
||||
VersionPrerelease = "dev"
|
||||
VersionPrerelease = ""
|
||||
|
||||
// VersionMetadata is metadata further describing the build type.
|
||||
VersionMetadata = ""
|
||||
|
||||
Reference in New Issue
Block a user