Skip to content

Commit

Permalink
Merge pull request #175 from XenitAB/prepare/v0.0.11
Browse files Browse the repository at this point in the history
Prepare v0.0.11
  • Loading branch information
phillebaba authored Aug 17, 2023
2 parents 0b6534c + f40ab3e commit 4935b14
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- [#170](https://github.com/XenitAB/spegel/pull/170) Backup existing Containerd mirror configuration.
- [#171](https://github.com/XenitAB/spegel/pull/171) Add option to disable resolve.

### Changed

- [#174](https://github.com/XenitAB/spegel/pull/174) Modify error handling in state tracking to avoid exiting.

### Deprecated

### Removed
Expand All @@ -24,6 +19,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## v0.0.11

### Added

- [#170](https://github.com/XenitAB/spegel/pull/170) Backup existing Containerd mirror configuration.
- [#171](https://github.com/XenitAB/spegel/pull/171) Add option to disable resolve.

### Changed

- [#174](https://github.com/XenitAB/spegel/pull/174) Modify error handling in state tracking to avoid exiting.

## v0.0.10

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10 spegel oci://ghcr.io/xenitab/helm-charts/spegel
helm upgrade --create-namespace --namespace spegel --install --version v0.0.11 spegel oci://ghcr.io/xenitab/helm-charts/spegel
```

Refer to the [Helm Chart](./charts/spegel) for detailed configuration documentation.
Expand Down
4 changes: 2 additions & 2 deletions charts/spegel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10 spegel oci://ghcr.io/xenitab/helm-charts/spegel
helm upgrade --create-namespace --namespace spegel --install --version v0.0.11 spegel oci://ghcr.io/xenitab/helm-charts/spegel
```

### Flux
Expand Down Expand Up @@ -44,7 +44,7 @@ spec:
chart:
spec:
chart: spegel
version: "v0.0.10"
version: "v0.0.11"
interval: 5m
sourceRef:
kind: HelmRepository
Expand Down
4 changes: 2 additions & 2 deletions charts/spegel/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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.10 spegel oci://ghcr.io/xenitab/helm-charts/spegel
helm upgrade --create-namespace --namespace spegel --install --version v0.0.11 spegel oci://ghcr.io/xenitab/helm-charts/spegel
```

### Flux
Expand Down Expand Up @@ -45,7 +45,7 @@ spec:
chart:
spec:
chart: spegel
version: "v0.0.10"
version: "v0.0.11"
interval: 5m
sourceRef:
kind: HelmRepository
Expand Down

0 comments on commit 4935b14

Please sign in to comment.