diff --git a/CHANGELOG.md b/CHANGELOG.md index 1be0f520..bca21de6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- [#170](https://github.com/XenitAB/spegel/pull/170) Backup existing Containerd mirror configuration. -- [#171](https://github.com/XenitAB/spegel/pull/171) Add option to disable resolve. - ### Changed -- [#174](https://github.com/XenitAB/spegel/pull/174) Modify error handling in state tracking to avoid exiting. - ### Deprecated ### Removed @@ -24,6 +19,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## v0.0.11 + +### Added + +- [#170](https://github.com/XenitAB/spegel/pull/170) Backup existing Containerd mirror configuration. +- [#171](https://github.com/XenitAB/spegel/pull/171) Add option to disable resolve. + +### Changed + +- [#174](https://github.com/XenitAB/spegel/pull/174) Modify error handling in state tracking to avoid exiting. + ## v0.0.10 ### Added diff --git a/README.md b/README.md index 5c35063c..e7921697 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ version = 2 The easiest method to deploy Spegel is with Helm. ```shell -helm upgrade --create-namespace --namespace spegel --install --version v0.0.10 spegel oci://ghcr.io/xenitab/helm-charts/spegel +helm upgrade --create-namespace --namespace spegel --install --version v0.0.11 spegel oci://ghcr.io/xenitab/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 9b00881e..d928c7db 100644 --- a/charts/spegel/README.md +++ b/charts/spegel/README.md @@ -11,7 +11,7 @@ Make sure that you have read and understood the [prerequisites](../../README.md# Delpoy Spegel with the Helm CLI. ```sh -helm upgrade --create-namespace --namespace spegel --install --version v0.0.10 spegel oci://ghcr.io/xenitab/helm-charts/spegel +helm upgrade --create-namespace --namespace spegel --install --version v0.0.11 spegel oci://ghcr.io/xenitab/helm-charts/spegel ``` ### Flux @@ -44,7 +44,7 @@ spec: chart: spec: chart: spegel - version: "v0.0.10" + version: "v0.0.11" interval: 5m sourceRef: kind: HelmRepository diff --git a/charts/spegel/README.md.gotmpl b/charts/spegel/README.md.gotmpl index 0f9ea778..e05644f2 100644 --- a/charts/spegel/README.md.gotmpl +++ b/charts/spegel/README.md.gotmpl @@ -12,7 +12,7 @@ Make sure that you have read and understood the [prerequisites](../../README.md# Delpoy Spegel with the Helm CLI. ```sh -helm upgrade --create-namespace --namespace spegel --install --version v0.0.10 spegel oci://ghcr.io/xenitab/helm-charts/spegel +helm upgrade --create-namespace --namespace spegel --install --version v0.0.11 spegel oci://ghcr.io/xenitab/helm-charts/spegel ``` ### Flux @@ -45,7 +45,7 @@ spec: chart: spec: chart: spegel - version: "v0.0.10" + version: "v0.0.11" interval: 5m sourceRef: kind: HelmRepository