diff --git a/CHANGELOG.md b/CHANGELOG.md index f64ba392..dd202502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,10 +17,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- [#276](https://github.com/XenitAB/spegel/pull/276) Fix Golang image digest to use manifest list instead of AMD64. - ### Security +## v0.0.16 + +### Fixed + +- [#276](https://github.com/XenitAB/spegel/pull/276) Fix Golang image digest to use manifest list instead of AMD64. + ## v0.0.15 ### Added @@ -34,16 +38,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [#253](https://github.com/XenitAB/spegel/pull/253) Set klog logger to standardize output format. -### Deprecated - -### Removed - ### Fixed - [#271](https://github.com/XenitAB/spegel/pull/271) Fix Spegel running on IPVS cluster. -### Security - ## v0.0.14 ### Added diff --git a/README.md b/README.md index 21716b21..43c5735b 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.15 spegel oci://ghcr.io/xenitab/helm-charts/spegel +helm upgrade --create-namespace --namespace spegel --install --version v0.0.16 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 901d0813..fadd37e8 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.15 spegel oci://ghcr.io/xenitab/helm-charts/spegel +helm upgrade --create-namespace --namespace spegel --install --version v0.0.16 spegel oci://ghcr.io/xenitab/helm-charts/spegel ``` ### Flux @@ -44,7 +44,7 @@ spec: chart: spec: chart: spegel - version: "v0.0.15" + version: "v0.0.16" interval: 5m sourceRef: kind: HelmRepository diff --git a/charts/spegel/README.md.gotmpl b/charts/spegel/README.md.gotmpl index 8e76804b..f332d386 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.15 spegel oci://ghcr.io/xenitab/helm-charts/spegel +helm upgrade --create-namespace --namespace spegel --install --version v0.0.16 spegel oci://ghcr.io/xenitab/helm-charts/spegel ``` ### Flux @@ -45,7 +45,7 @@ spec: chart: spec: chart: spegel - version: "v0.0.15" + version: "v0.0.16" interval: 5m sourceRef: kind: HelmRepository