From 4f742d05d3e441afb490be953e0142a79f9f776e Mon Sep 17 00:00:00 2001 From: Michael Wilkerson Date: Thu, 2 Mar 2023 14:10:40 -0800 Subject: [PATCH] added changelog files - removed unreleased section, we'll now be generating changelog entries as part of the release process --- .changelog/1770.txt | 3 +++ .changelog/1914.txt | 3 +++ .changelog/1934.txt | 3 +++ CHANGELOG.md | 6 ------ 4 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 .changelog/1770.txt create mode 100644 .changelog/1914.txt create mode 100644 .changelog/1934.txt diff --git a/.changelog/1770.txt b/.changelog/1770.txt new file mode 100644 index 0000000000..f8b1c570da --- /dev/null +++ b/.changelog/1770.txt @@ -0,0 +1,3 @@ +```release-note:improvement +control-plane: server ACL Init always appends both, the secrets from the serviceAccount's secretRefs and the one created by the Helm chart, to support Openshift secret handling. +``` \ No newline at end of file diff --git a/.changelog/1914.txt b/.changelog/1914.txt new file mode 100644 index 0000000000..3179f3b0b3 --- /dev/null +++ b/.changelog/1914.txt @@ -0,0 +1,3 @@ +```release-note:bug +control-plane: fix issue where consul-connect-injector acl token was unintentionally being deleted and not recreated when a container was restarted due to a livenessProbe failure. +``` \ No newline at end of file diff --git a/.changelog/1934.txt b/.changelog/1934.txt new file mode 100644 index 0000000000..a8bc41fd50 --- /dev/null +++ b/.changelog/1934.txt @@ -0,0 +1,3 @@ +```release-note:improvement +control-plane: update alpine to 3.17 in the Docker image. +``` \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bd8714c8e..df9aab2660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,3 @@ -## UNRELEASED - -IMPROVEMENTS: -* Control Plane - * Update alpine to 3.17 in the Docker image. [[GH-1934](https://github.com/hashicorp/consul-k8s/pull/1934)] - ## 0.49.4 (February 7, 2023) BREAKING CHANGES: