From c0e4661e70dff384b30a5d2855ba0c7ab04fabf5 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:38:53 +0100 Subject: [PATCH] Updated etcd chart for etcd 3.5.10 * Updated etcd chart for etcd 3.5.10 --- 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 72e56f63..705543e7 100644 --- a/charts/etcd/Chart.yaml +++ b/charts/etcd/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: "0.1.6" +version: "0.1.7" -appVersion: "v3.5.9" +appVersion: "v3.5.10" diff --git a/charts/etcd/README.md b/charts/etcd/README.md index 51fea0b0..9cce3369 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 bf4c7737..6a747cb3 100644 --- a/charts/etcd/RELEASENOTES.md +++ b/charts/etcd/RELEASENOTES.md @@ -9,4 +9,5 @@ | 0.1.4 | v3.5.8 | Upgraded etcd to v3.5.8 | | 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 | | | | | -- GitLab