Skip to content

Commit 1fb608d

Browse files
committed
prepare release 1.1.14
1 parent a46240b commit 1fb608d

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.release/ci.hcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ project "nomad" {
1111
release_branches = [
1212
"main",
1313
"release/1.1.x",
14+
"release/1.1.14",
1415
]
1516
}
1617
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.1.14 (May 19, 2022)
2+
3+
SECURITY:
4+
5+
* 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)]
6+
17
## 1.1.13 (May 10, 2022)
28

39
SECURITY:

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ PROTO_COMPARE_TAG ?= v1.0.3$(if $(findstring ent,$(GO_TAGS)),+ent,)
4343

4444
# LAST_RELEASE is the git sha of the latest release corresponding to this branch. main should have the latest
4545
# published release, and release branches should point to the latest published release in the X.Y release line.
46-
LAST_RELEASE ?= v1.1.12
46+
LAST_RELEASE ?= v1.1.13
4747

4848
default: help
4949

0 commit comments

Comments
 (0)