From 696367282886bba05eef2c4b94e26db1bb4e1716 Mon Sep 17 00:00:00 2001 From: Philip Laine Date: Tue, 6 Feb 2024 22:52:42 +0100 Subject: [PATCH] Release v0.0.18 --- CHANGELOG.md | 20 ++++++++++++++------ README.md | 2 +- charts/spegel/README.md | 4 ++-- charts/spegel/README.md.gotmpl | 4 ++-- 4 files changed, 19 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03c14960..2ed48763 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## v0.0.18 + +### Added + - [#331](https://github.com/XenitAB/spegel/pull/331) Document possible modifications required for k8s-digester. - [#337](https://github.com/XenitAB/spegel/pull/337) Add HTTP bootstrapper. - [#340](https://github.com/XenitAB/spegel/pull/340) Add Talos to compatibility. @@ -28,16 +42,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [#348](https://github.com/XenitAB/spegel/pull/348) Change registry configuration to options. - [#349](https://github.com/XenitAB/spegel/pull/349) Adjust router peer channel buffer size. -### Deprecated - ### Removed - [#327](https://github.com/XenitAB/spegel/pull/327) Remove ConfigMap from RBAC. -### Fixed - -### Security - ## v0.0.17 ### Added diff --git a/README.md b/README.md index 5100537b..e1d1c5f4 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.17 spegel oci://ghcr.io/xenitab/helm-charts/spegel +helm upgrade --create-namespace --namespace spegel --install --version v0.0.18 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 035042dc..f99bbc4d 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.17 spegel oci://ghcr.io/xenitab/helm-charts/spegel +helm upgrade --create-namespace --namespace spegel --install --version v0.0.18 spegel oci://ghcr.io/xenitab/helm-charts/spegel ``` ### Flux @@ -44,7 +44,7 @@ spec: chart: spec: chart: spegel - version: "v0.0.17" + version: "v0.0.18" interval: 5m sourceRef: kind: HelmRepository diff --git a/charts/spegel/README.md.gotmpl b/charts/spegel/README.md.gotmpl index be5c6330..8a47e4e6 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.17 spegel oci://ghcr.io/xenitab/helm-charts/spegel +helm upgrade --create-namespace --namespace spegel --install --version v0.0.18 spegel oci://ghcr.io/xenitab/helm-charts/spegel ``` ### Flux @@ -45,7 +45,7 @@ spec: chart: spec: chart: spegel - version: "v0.0.17" + version: "v0.0.18" interval: 5m sourceRef: kind: HelmRepository