Skip to content

Commit

Permalink
Stage release 1.5.4 (#664)
Browse files Browse the repository at this point in the history
* Stage release 1.5.4

* Update CHANGELOG.md

* Apply suggestions from code review

Co-authored-by: Nathan Coleman <[email protected]>

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: Nathan Coleman <[email protected]>
  • Loading branch information
jmurret and nathancoleman authored Nov 1, 2024
1 parent ee8b725 commit ba32a08
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 1.5.4 (November 1, 2024)

SECURITY:

* Upgrade Go to use 1.22.7. This addresses CVE
[CVE-2024-34155](https://nvd.nist.gov/vuln/detail/CVE-2024-34155) [[GH-608](https://github.com/hashicorp/consul-dataplane/pull/608)]
* Upgrade to support Envoy `1.29.10`. [[GH-660](https://github.com/hashicorp/consul-dataplane/pull/660)]

## 1.5.3 (August 30, 2024)

IMPROVEMENTS:

* Update `github.com/hashicorp/consul/proto-public` to v0.6.2. [[GH-585](https://github.com/hashicorp/consul-dataplane/pull/585)]
* Update multiple dependencies. [[GH-602](https://github.com/hashicorp/consul-dataplane/pull/602)]
* Update ubi base image to `ubi9-minimal:9.4`. [[GH-602](https://github.com/hashicorp/consul-dataplane/pull/602)]

## 1.5.2 (August 28, 2024)

Release redacted, use `1.5.3`

## 1.5.1 (July 15, 2024)

SECURITY:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ copy-bootstrap-config: ## copy bootstrap config
.PHONY: changelog
changelog: ## build change log
ifdef DP_LAST_RELEASE_GIT_TAG
@changelog-build \
go run github.com/hashicorp/go-changelog/cmd/changelog-build@latest \
-last-release $(DP_LAST_RELEASE_GIT_TAG) \
-entries-dir .changelog/ \
-changelog-template .changelog/changelog.tmpl \
Expand Down

0 comments on commit ba32a08

Please sign in to comment.