Skip to content

Commit 9237bce

Browse files
authored
Prepare v0.0.27 (#605)
2 parents 8fe5643 + 6e4f599 commit 9237bce

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717

1818
### Fixed
1919

20+
### Security
21+
22+
## v0.0.27
23+
24+
### Fixed
25+
2026
- [#603](https://github.com/spegel-org/spegel/pull/603) Fix append to backup always happening.
2127
- [#604](https://github.com/spegel-org/spegel/pull/604) Create empty backup directory when mirror directory is empty.
2228

23-
### Security
24-
2529
## v0.0.26
2630

2731
### Removed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This has the benefit of reducing workload startup times and egress traffic as im
3030
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.
3131

3232
```shell
33-
helm upgrade --create-namespace --namespace spegel --install --version v0.0.26 spegel oci://ghcr.io/spegel-org/helm-charts/spegel
33+
helm upgrade --create-namespace --namespace spegel --install --version v0.0.27 spegel oci://ghcr.io/spegel-org/helm-charts/spegel
3434
```
3535

3636
Refer to the [Helm Chart](./charts/spegel) for detailed configuration documentation.

charts/spegel/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Make sure that you have read the [compatibility guide](../../docs/COMPATIBILITY.
1111
Delpoy Spegel with the Helm CLI.
1212

1313
```sh
14-
helm upgrade --create-namespace --namespace spegel --install --version v0.0.26 spegel oci://ghcr.io/spegel-org/helm-charts/spegel
14+
helm upgrade --create-namespace --namespace spegel --install --version v0.0.27 spegel oci://ghcr.io/spegel-org/helm-charts/spegel
1515
```
1616

1717
### Flux
@@ -44,7 +44,7 @@ spec:
4444
chart:
4545
spec:
4646
chart: spegel
47-
version: "v0.0.26"
47+
version: "v0.0.27"
4848
interval: 5m
4949
sourceRef:
5050
kind: HelmRepository

charts/spegel/README.md.gotmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Make sure that you have read the [compatibility guide](../../docs/COMPATIBILITY.
1212
Delpoy Spegel with the Helm CLI.
1313

1414
```sh
15-
helm upgrade --create-namespace --namespace spegel --install --version v0.0.26 spegel oci://ghcr.io/spegel-org/helm-charts/spegel
15+
helm upgrade --create-namespace --namespace spegel --install --version v0.0.27 spegel oci://ghcr.io/spegel-org/helm-charts/spegel
1616
```
1717

1818
### Flux
@@ -45,7 +45,7 @@ spec:
4545
chart:
4646
spec:
4747
chart: spegel
48-
version: "v0.0.26"
48+
version: "v0.0.27"
4949
interval: 5m
5050
sourceRef:
5151
kind: HelmRepository

0 commit comments

Comments
 (0)