From 79e355495f1fb2858ec60980c47b5c7ac9d7f77f Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Sun, 22 Jan 2023 10:54:50 +0100 Subject: [PATCH] Updated etcd chart for etcd v3.5.7 --- 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 148981a7..e32e9173 100644 --- a/charts/etcd/Chart.yaml +++ b/charts/etcd/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.1.0 +version: 0.1.1 -appVersion: "v3.5.6" +appVersion: "v3.5.7" diff --git a/charts/etcd/README.md b/charts/etcd/README.md index ce36a1ee..4fa9143a 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 a4be679f..215afeb6 100644 --- a/charts/etcd/RELEASENOTES.md +++ b/charts/etcd/RELEASENOTES.md @@ -3,4 +3,5 @@ | Chart version | App version | Change description | | :------------ | :---------- | :----------------- | | 0.1.0 | v3.5.6 | Initial version | +| 0.1.1 | v3.5.7 | Upgraded etcd to v3.5.7 | | | | | -- GitLab