prepare release v0.0.25

This commit is contained in:
Philip Laine 2024-10-07 10:14:17 +02:00
parent 4213d6fb7a
commit 9eec6abe74
No known key found for this signature in database
GPG Key ID: F6D0B743CA3EFF33
4 changed files with 19 additions and 10 deletions

View File

@ -8,22 +8,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Added
- [#578](https://github.com/spegel-org/spegel/pull/578) Add possibility to override environment variable `NODE_IP`
### Changed
- [#575](https://github.com/spegel-org/spegel/pull/575) Update to Go v1.23.2.
### Deprecated
### Removed
### Fixed
- [#581](https://github.com/spegel-org/spegel/pull/581) Skip status response verification for containerd v2
### Security
## v0.0.25
### Added
- [#578](https://github.com/spegel-org/spegel/pull/578) Add possibility to override environment variable NODE_IP.
### Changed
- [#575](https://github.com/spegel-org/spegel/pull/575) Update to Go v1.23.2.
### Fixed
- [#581](https://github.com/spegel-org/spegel/pull/581) Skip status response verification for containerd v2
## v0.0.24
### Added

View File

@ -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.24 spegel oci://ghcr.io/spegel-org/helm-charts/spegel
helm upgrade --create-namespace --namespace spegel --install --version v0.0.25 spegel oci://ghcr.io/spegel-org/helm-charts/spegel
```
Refer to the [Helm Chart](./charts/spegel) for detailed configuration documentation.

View File

@ -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.24 spegel oci://ghcr.io/spegel-org/helm-charts/spegel
helm upgrade --create-namespace --namespace spegel --install --version v0.0.25 spegel oci://ghcr.io/spegel-org/helm-charts/spegel
```
### Flux
@ -44,7 +44,7 @@ spec:
chart:
spec:
chart: spegel
version: "v0.0.24"
version: "v0.0.25"
interval: 5m
sourceRef:
kind: HelmRepository

View File

@ -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.24 spegel oci://ghcr.io/spegel-org/helm-charts/spegel
helm upgrade --create-namespace --namespace spegel --install --version v0.0.25 spegel oci://ghcr.io/spegel-org/helm-charts/spegel
```
### Flux
@ -45,7 +45,7 @@ spec:
chart:
spec:
chart: spegel
version: "v0.0.24"
version: "v0.0.25"
interval: 5m
sourceRef:
kind: HelmRepository