Merge release 1.5.3 files
This commit is contained in:
parent
3578078caf
commit
c3d9c598f5
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -209,6 +209,12 @@ BUG FIXES:
|
|||
* ui: Scale down logger height in the UI when the sidebar container also has task events [[GH-15759](https://github.com/hashicorp/nomad/issues/15759)]
|
||||
* volumes: Fixed a bug where `per_alloc` was allowed for volume blocks on system and sysbatch jobs, which do not have an allocation index [[GH-16030](https://github.com/hashicorp/nomad/issues/16030)]
|
||||
|
||||
## 1.4.8 (April 04, 2023)
|
||||
|
||||
SECURITY:
|
||||
|
||||
* build: update to Go 1.20.3 to prevent denial of service attack via malicious HTTP headers [CVE-2023-24534](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-24534) [[GH-16788](https://github.com/hashicorp/nomad/issues/16788)]
|
||||
|
||||
## 1.4.7 (March 21, 2023)
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
@ -494,6 +500,12 @@ BUG FIXES:
|
|||
* template: Fixed a bug where the `splay` timeout was not being applied when `change_mode` was set to `script`. [[GH-14749](https://github.com/hashicorp/nomad/issues/14749)]
|
||||
* ui: Remove extra space when displaying the version in the menu footer. [[GH-14457](https://github.com/hashicorp/nomad/issues/14457)]
|
||||
|
||||
## 1.3.13 (April 04, 2023)
|
||||
|
||||
SECURITY:
|
||||
|
||||
* build: update to Go 1.20.3 to prevent denial of service attack via malicious HTTP headers [CVE-2023-24534](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-24534) [[GH-16788](https://github.com/hashicorp/nomad/issues/16788)]
|
||||
|
||||
## 1.3.12 (March 21, 2023)
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
|
Loading…
Reference in New Issue