Prepare v0.0.26 (#602)
This commit is contained in:
commit
5140f2f16c
10
CHANGELOG.md
10
CHANGELOG.md
@ -15,14 +15,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
### Removed
|
||||
|
||||
### Fixed
|
||||
|
||||
### Security
|
||||
|
||||
## v0.0.26
|
||||
|
||||
### Removed
|
||||
|
||||
- [#596](https://github.com/spegel-org/spegel/pull/596) Remove throttling from blobs.
|
||||
|
||||
### Fixed
|
||||
|
||||
- [#601](https://github.com/spegel-org/spegel/pull/601) Fix Containerd host mirror ordering.
|
||||
|
||||
### Security
|
||||
|
||||
## v0.0.25
|
||||
|
||||
### Added
|
||||
|
@ -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.25 spegel oci://ghcr.io/spegel-org/helm-charts/spegel
|
||||
helm upgrade --create-namespace --namespace spegel --install --version v0.0.26 spegel oci://ghcr.io/spegel-org/helm-charts/spegel
|
||||
```
|
||||
|
||||
Refer to the [Helm Chart](./charts/spegel) for detailed configuration documentation.
|
||||
|
@ -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.25 spegel oci://ghcr.io/spegel-org/helm-charts/spegel
|
||||
helm upgrade --create-namespace --namespace spegel --install --version v0.0.26 spegel oci://ghcr.io/spegel-org/helm-charts/spegel
|
||||
```
|
||||
|
||||
### Flux
|
||||
@ -44,7 +44,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: spegel
|
||||
version: "v0.0.25"
|
||||
version: "v0.0.26"
|
||||
interval: 5m
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
|
@ -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.25 spegel oci://ghcr.io/spegel-org/helm-charts/spegel
|
||||
helm upgrade --create-namespace --namespace spegel --install --version v0.0.26 spegel oci://ghcr.io/spegel-org/helm-charts/spegel
|
||||
```
|
||||
|
||||
### Flux
|
||||
@ -45,7 +45,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: spegel
|
||||
version: "v0.0.25"
|
||||
version: "v0.0.26"
|
||||
interval: 5m
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
|
Loading…
x
Reference in New Issue
Block a user