From d8d175a5f38e6f7c70cf5632c9c8546a6dd99cee Mon Sep 17 00:00:00 2001 From: Philip Laine Date: Sat, 8 Jul 2023 21:45:07 +0200 Subject: [PATCH] Release v0.0.9 --- CHANGELOG.md | 14 ++++++++++---- README.md | 2 +- charts/spegel/README.md | 4 ++-- charts/spegel/README.md.gotmpl | 4 ++-- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffc71ed0..d1b40b83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,18 +11,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- [#138](https://github.com/XenitAB/spegel/pull/138) Set image digest in Helm chart. - ### Deprecated ### Removed ### Fixed -- [#141](https://github.com/XenitAB/spegel/pull/141) Fix platform matching and add tests for getting image digests. - ### Security +## v0.0.9 + +### Changed + +- [#138](https://github.com/XenitAB/spegel/pull/138) Set image digest in Helm chart. + +### Fixed + +- [#141](https://github.com/XenitAB/spegel/pull/141) Fix platform matching and add tests for getting image digests. + ## v0.0.8 ### Added diff --git a/README.md b/README.md index 308c7fd7..2a133a44 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.8 spegel oci://ghcr.io/xenitab/helm-charts/spegel +helm upgrade --create-namespace --namespace spegel --install --version v0.0.9 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 9991012b..02f86075 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.8 spegel oci://ghcr.io/xenitab/helm-charts/spegel +helm upgrade --create-namespace --namespace spegel --install --version v0.0.9 spegel oci://ghcr.io/xenitab/helm-charts/spegel ``` ### Flux @@ -44,7 +44,7 @@ spec: chart: spec: chart: spegel - version: "v0.0.8" + version: "v0.0.9" interval: 5m sourceRef: kind: HelmRepository diff --git a/charts/spegel/README.md.gotmpl b/charts/spegel/README.md.gotmpl index 27a53ac3..ccb3ab5f 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.8 spegel oci://ghcr.io/xenitab/helm-charts/spegel +helm upgrade --create-namespace --namespace spegel --install --version v0.0.9 spegel oci://ghcr.io/xenitab/helm-charts/spegel ``` ### Flux @@ -45,7 +45,7 @@ spec: chart: spec: chart: spegel - version: "v0.0.8" + version: "v0.0.9" interval: 5m sourceRef: kind: HelmRepository