diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a65968c..4f5d3331 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.23 + +### Added + - [#388](https://github.com/spegel-org/spegel/pull/388) Add support for deploying the Grafana dashboard with the Helm chart. ### Changed @@ -26,10 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [#498](https://github.com/spegel-org/spegel/pull/498) Update to Go 1.22. - [#499](https://github.com/spegel-org/spegel/pull/499) Add paralleltest linter and set all unit tests to run in parallel. - [#501](https://github.com/spegel-org/spegel/pull/501) Rename mock router to memory router and add tests. - -### Deprecated - -### Removed +- [#507](https://github.com/spegel-org/spegel/pull/507) Change default resolve timeout to 20ms. ### Fixed @@ -39,8 +50,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [#491](https://github.com/spegel-org/spegel/pull/491) Fix so that resolve timeout does not cancel mirroring attempts. - [#496](https://github.com/spegel-org/spegel/pull/496) Fix p2p bootstrap to run on failed readiness check. -### Security - ## v0.0.22 ### Added diff --git a/README.md b/README.md index a3fbfbe5..c07bd4bf 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.22 spegel oci://ghcr.io/spegel-org/helm-charts/spegel +helm upgrade --create-namespace --namespace spegel --install --version v0.0.23 spegel oci://ghcr.io/spegel-org/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 74bbb4bb..3761ccfc 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.22 spegel oci://ghcr.io/spegel-org/helm-charts/spegel +helm upgrade --create-namespace --namespace spegel --install --version v0.0.23 spegel oci://ghcr.io/spegel-org/helm-charts/spegel ``` ### Flux @@ -44,7 +44,7 @@ spec: chart: spec: chart: spegel - version: "v0.0.22" + version: "v0.0.23" interval: 5m sourceRef: kind: HelmRepository @@ -102,4 +102,4 @@ spec: | spegel.resolveLatestTag | bool | `true` | When true latest tags will be resolved to digests. | | spegel.resolveTags | bool | `true` | When true Spegel will resolve tags to digests. | | tolerations | list | `[{"key":"CriticalAddonsOnly","operator":"Exists"},{"effect":"NoExecute","operator":"Exists"},{"effect":"NoSchedule","operator":"Exists"}]` | Tolerations for pod assignment. | -| updateStrategy | object | `{}` | An update strategy to replace existing pods with new pods. | \ No newline at end of file +| updateStrategy | object | `{}` | An update strategy to replace existing pods with new pods. | diff --git a/charts/spegel/README.md.gotmpl b/charts/spegel/README.md.gotmpl index b4f3f2f4..3eaa180d 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.22 spegel oci://ghcr.io/spegel-org/helm-charts/spegel +helm upgrade --create-namespace --namespace spegel --install --version v0.0.23 spegel oci://ghcr.io/spegel-org/helm-charts/spegel ``` ### Flux @@ -45,11 +45,11 @@ spec: chart: spec: chart: spegel - version: "v0.0.22" + version: "v0.0.23" interval: 5m sourceRef: kind: HelmRepository name: spegel ``` -{{ template "chart.valuesSection" . }} \ No newline at end of file +{{ template "chart.valuesSection" . }}