prepare release 1.3.1

This commit is contained in:
Luiz Aoqui
2022-05-19 18:45:32 -04:00
parent 3968509886
commit 935cc27834
2 changed files with 11 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ project "nomad" {
"release/1.1.x",
"release/1.2.x",
"release/1.3.x",
"release/1.3.1",
]
}
}

View File

@@ -1,3 +1,13 @@
## 1.3.1 (May 19, 2022)
SECURITY:
* A vulnerability was identified in the go-getter library that Nomad uses for its artifacts such that a specially crafted Nomad jobspec can be used for privilege escalation onto client agent hosts. [CVE-2022-30324](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30324) [[GH-13057](https://github.com/hashicorp/nomad/issues/13057)]
BUG FIXES:
* agent: fixed a panic on startup when the `server.protocol_version` config parameter was set [[GH-12962](https://github.com/hashicorp/nomad/issues/12962)]
## 1.3.0 (May 11, 2022)
FEATURES: