File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 1.6.1 (November 1, 2024)
2+
3+ SECURITY:
4+
5+ * Upgrade to support Envoy ` 1.31.2 ` . [[ GH-661 ] ( https://github.com/hashicorp/consul-dataplane/pull/661 )]
6+
17## 1.6.0 (October 15, 2024)
28
39SECURITY:
Original file line number Diff line number Diff line change 1111# prebuilt binaries in any other form.
1212#
1313ARG GOLANG_VERSION
14- FROM envoyproxy/envoy-distroless:v1.31.2 as envoy-binary
14+ FROM envoyproxy/envoy-distroless:v1.32.1 as envoy-binary
1515
1616# Modify the envoy binary to be able to bind to privileged ports (< 1024).
1717FROM debian:bullseye-slim AS setcap-envoy-binary
@@ -27,7 +27,7 @@ RUN apt-get update && apt install -y libcap2-bin
2727RUN setcap CAP_NET_BIND_SERVICE=+ep /usr/local/bin/envoy
2828RUN setcap CAP_NET_BIND_SERVICE=+ep /usr/local/bin/$BIN_NAME
2929
30- FROM hashicorp/envoy-fips:1.31.2 -fips1402 as envoy-fips-binary
30+ FROM hashicorp/envoy-fips:1.32.1 -fips1402 as envoy-fips-binary
3131
3232# Modify the envoy-fips binary to be able to bind to privileged ports (< 1024).
3333FROM debian:bullseye-slim AS setcap-envoy-fips-binary
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ copy-bootstrap-config: ## copy bootstrap config
124124.PHONY : changelog
125125changelog : # # build change log
126126ifdef DP_LAST_RELEASE_GIT_TAG
127- @ changelog-build \
127+ go run github.com/hashicorp/go- changelog/cmd/changelog -build@latest \
128128 -last-release $(DP_LAST_RELEASE_GIT_TAG) \
129129 -entries-dir .changelog/ \
130130 -changelog-template .changelog/changelog.tmpl \
You can’t perform that action at this time.
0 commit comments