From 8ed3972fb1b830c3351f8ebd905a2d1fe6156a82 Mon Sep 17 00:00:00 2001 From: Philip Laine Date: Thu, 11 Jan 2024 15:26:49 +0100 Subject: [PATCH] Release v0.0.17 --- CHANGELOG.md | 23 ++++++++++++++++------- README.md | 2 +- charts/spegel/README.md | 4 ++-- charts/spegel/README.md.gotmpl | 4 ++-- 4 files changed, 21 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32472d98..dd3a4927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,24 +9,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- [#299](https://github.com/XenitAB/spegel/pull/299) Add update strategy configuration to Helm chart. -- [#309](https://github.com/XenitAB/spegel/pull/309) Fix label selectors on service monitors and metrics service. - ### Changed -- [#291](https://github.com/XenitAB/spegel/pull/291) Move OCI package to pkg. - ### Deprecated ### Removed ### Fixed +### Security + +## v0.0.17 + +### Added + +- [#299](https://github.com/XenitAB/spegel/pull/299) Add update strategy configuration to Helm chart. + +### Changed + +- [#291](https://github.com/XenitAB/spegel/pull/291) Move OCI package to pkg. +- [#306](https://github.com/XenitAB/spegel/pull/306) Realign the structs in attempt to minimise memory usage. + +### Fixed + +- [#309](https://github.com/XenitAB/spegel/pull/309) Fix label selectors on service monitors and metrics service. - [#279](https://github.com/XenitAB/spegel/pull/279) Fix broken default value for additional mirror registries. - [#284](https://github.com/XenitAB/spegel/pull/284) Fix Spegel support for ipv6. -### Security - ## v0.0.16 ### Fixed diff --git a/README.md b/README.md index 43c5735b..5100537b 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.16 spegel oci://ghcr.io/xenitab/helm-charts/spegel +helm upgrade --create-namespace --namespace spegel --install --version v0.0.17 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 681fa7c2..035042dc 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.16 spegel oci://ghcr.io/xenitab/helm-charts/spegel +helm upgrade --create-namespace --namespace spegel --install --version v0.0.17 spegel oci://ghcr.io/xenitab/helm-charts/spegel ``` ### Flux @@ -44,7 +44,7 @@ spec: chart: spec: chart: spegel - version: "v0.0.16" + version: "v0.0.17" interval: 5m sourceRef: kind: HelmRepository diff --git a/charts/spegel/README.md.gotmpl b/charts/spegel/README.md.gotmpl index f332d386..be5c6330 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.16 spegel oci://ghcr.io/xenitab/helm-charts/spegel +helm upgrade --create-namespace --namespace spegel --install --version v0.0.17 spegel oci://ghcr.io/xenitab/helm-charts/spegel ``` ### Flux @@ -45,7 +45,7 @@ spec: chart: spec: chart: spegel - version: "v0.0.16" + version: "v0.0.17" interval: 5m sourceRef: kind: HelmRepository