Skip to content

Commit

Permalink
Stage release v1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman committed Jul 12, 2024
1 parent 6112bbd commit 803369e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.1.12 (July 15, 2024)

SECURITY:

* Upgrade envoy version to 1.27.7 to address [CVE-2024-39305](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-39305) [[GH-579](https://github.com/hashicorp/consul-dataplane/pull/579)]
* Upgrade go version to address [CVE-2024-24791](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-24791) [[GH-573](https://github.com/hashicorp/consul-dataplane/pull/573)]
* Upgrade to support Envoy `1.27.6`. [[GH-543](https://github.com/hashicorp/consul-dataplane/pull/543)]

## 1.1.11 (May 20, 2024)
SECURITY:

Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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 = ""
)

// GetHumanVersion composes the parts of the version in a way that's suitable
Expand Down

0 comments on commit 803369e

Please sign in to comment.