Unverified Commit 1fb608d0 authored by Luiz Aoqui's avatar Luiz Aoqui
Browse files

prepare release 1.1.14

parent a46240bc
Showing with 8 additions and 1 deletion
+8 -1
...@@ -11,6 +11,7 @@ project "nomad" { ...@@ -11,6 +11,7 @@ project "nomad" {
release_branches = [ release_branches = [
"main", "main",
"release/1.1.x", "release/1.1.x",
"release/1.1.14",
] ]
} }
} }
......
## 1.1.14 (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)]
## 1.1.13 (May 10, 2022) ## 1.1.13 (May 10, 2022)
SECURITY: SECURITY:
......
...@@ -43,7 +43,7 @@ PROTO_COMPARE_TAG ?= v1.0.3$(if $(findstring ent,$(GO_TAGS)),+ent,) ...@@ -43,7 +43,7 @@ PROTO_COMPARE_TAG ?= v1.0.3$(if $(findstring ent,$(GO_TAGS)),+ent,)
# LAST_RELEASE is the git sha of the latest release corresponding to this branch. main should have the latest # LAST_RELEASE is the git sha of the latest release corresponding to this branch. main should have the latest
# published release, and release branches should point to the latest published release in the X.Y release line. # published release, and release branches should point to the latest published release in the X.Y release line.
LAST_RELEASE ?= v1.1.12 LAST_RELEASE ?= v1.1.13
default: help default: help
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment