From 272c13d49edcb12636d5d91fb329b66177ab0756 Mon Sep 17 00:00:00 2001 From: Nathan Coleman Date: Fri, 12 Jul 2024 15:52:36 -0400 Subject: [PATCH] Prep for future release, 1.3.7 (#591) --- CHANGELOG.md | 12 ++++++++++++ pkg/version/version.go | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1edba4f9..33128818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 1.3.6 (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-580](https://github.com/hashicorp/consul-dataplane/pull/580)] +* 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-542](https://github.com/hashicorp/consul-dataplane/pull/542)] + +IMPROVEMENTS: + +* Upgrade Go to use 1.22.4. [[GH-529](https://github.com/hashicorp/consul-dataplane/pull/529)] + ## 1.3.5 (May 24, 2024) SECURITY: diff --git a/pkg/version/version.go b/pkg/version/version.go index 76aeb5b1..a2709a30 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -17,7 +17,7 @@ var ( // // Version must conform to the format expected by github.com/hashicorp/go-version // for tests to work. - Version = "1.3.6" + Version = "1.3.7" // 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