From 59a4b51a5737217f533014673e7a76facfabc50f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Sun, 28 Jan 2024 13:40:40 +0100 Subject: [PATCH] Updated etcd chart for etcd 3.5.11 * Updated etcd chart for etcd 3.5.11 --- charts/etcd/Chart.yaml | 4 ++-- charts/etcd/README.md | 2 +- charts/etcd/RELEASENOTES.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/etcd/Chart.yaml b/charts/etcd/Chart.yaml index 705543e7..fc82ceee 100644 --- a/charts/etcd/Chart.yaml +++ b/charts/etcd/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: "0.1.7" +version: "0.1.8" -appVersion: "v3.5.10" +appVersion: "v3.5.11" diff --git a/charts/etcd/README.md b/charts/etcd/README.md index 9cce3369..d23538e1 100644 --- a/charts/etcd/README.md +++ b/charts/etcd/README.md @@ -1,6 +1,6 @@ # Etcd -   +   ## Changelog diff --git a/charts/etcd/RELEASENOTES.md b/charts/etcd/RELEASENOTES.md index 6a747cb3..c490df49 100644 --- a/charts/etcd/RELEASENOTES.md +++ b/charts/etcd/RELEASENOTES.md @@ -10,4 +10,5 @@ | 0.1.5 | v3.5.9 | Upgraded etcd to v3.5.9 | | 0.1.6 | v3.5.9 | Added support for network policies and additional labels and annotations | | 0.1.7 | v3.5.10 | Upgraded etcd to v3.5.10 | +| 0.1.8 | v3.5.11 | Upgraded etcd to v3.5.11 | | | | | -- GitLab