From 6e4f59920de2af9bea41922567f594d00ba7fb8e Mon Sep 17 00:00:00 2001 From: Philip Laine Date: Sun, 13 Oct 2024 14:38:42 +0200 Subject: [PATCH] Prepare v0.0.27 --- CHANGELOG.md | 8 ++++++-- README.md | 2 +- charts/spegel/README.md | 4 ++-- charts/spegel/README.md.gotmpl | 4 ++-- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 867de81f..6a7d6c6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,11 +17,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +### Security + +## v0.0.27 + +### Fixed + - [#603](https://github.com/spegel-org/spegel/pull/603) Fix append to backup always happening. - [#604](https://github.com/spegel-org/spegel/pull/604) Create empty backup directory when mirror directory is empty. -### Security - ## v0.0.26 ### Removed diff --git a/README.md b/README.md index c7f0c501..4e74e768 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This has the benefit of reducing workload startup times and egress traffic as im Before installing Spegel check the [compatibility guide](./docs/COMPATIBILITY.md) to make sure that it will work with your specific Kubernetes flavor. If everything checks out, the easiest method to deploy Spegel is with Helm. ```shell -helm upgrade --create-namespace --namespace spegel --install --version v0.0.26 spegel oci://ghcr.io/spegel-org/helm-charts/spegel +helm upgrade --create-namespace --namespace spegel --install --version v0.0.27 spegel oci://ghcr.io/spegel-org/helm-charts/spegel ``` Refer to the [Helm Chart](./charts/spegel) for detailed configuration documentation. diff --git a/charts/spegel/README.md b/charts/spegel/README.md index fc2377e7..73ffb745 100644 --- a/charts/spegel/README.md +++ b/charts/spegel/README.md @@ -11,7 +11,7 @@ Make sure that you have read the [compatibility guide](../../docs/COMPATIBILITY. Delpoy Spegel with the Helm CLI. ```sh -helm upgrade --create-namespace --namespace spegel --install --version v0.0.26 spegel oci://ghcr.io/spegel-org/helm-charts/spegel +helm upgrade --create-namespace --namespace spegel --install --version v0.0.27 spegel oci://ghcr.io/spegel-org/helm-charts/spegel ``` ### Flux @@ -44,7 +44,7 @@ spec: chart: spec: chart: spegel - version: "v0.0.26" + version: "v0.0.27" interval: 5m sourceRef: kind: HelmRepository diff --git a/charts/spegel/README.md.gotmpl b/charts/spegel/README.md.gotmpl index de5a93c3..c745cb22 100644 --- a/charts/spegel/README.md.gotmpl +++ b/charts/spegel/README.md.gotmpl @@ -12,7 +12,7 @@ Make sure that you have read the [compatibility guide](../../docs/COMPATIBILITY. Delpoy Spegel with the Helm CLI. ```sh -helm upgrade --create-namespace --namespace spegel --install --version v0.0.26 spegel oci://ghcr.io/spegel-org/helm-charts/spegel +helm upgrade --create-namespace --namespace spegel --install --version v0.0.27 spegel oci://ghcr.io/spegel-org/helm-charts/spegel ``` ### Flux @@ -45,7 +45,7 @@ spec: chart: spec: chart: spegel - version: "v0.0.26" + version: "v0.0.27" interval: 5m sourceRef: kind: HelmRepository