Skip to content

Commit

Permalink
Merge pull request #142 from XenitAB/release/v0.0.9
Browse files Browse the repository at this point in the history
Release v0.0.9
  • Loading branch information
phillebaba authored Jul 8, 2023
2 parents fa24dc7 + d8d175a commit c8bf4ad
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- [#138](https://github.com/XenitAB/spegel/pull/138) Set image digest in Helm chart.

### Deprecated

### Removed

### Fixed

- [#141](https://github.com/XenitAB/spegel/pull/141) Fix platform matching and add tests for getting image digests.

### Security

## v0.0.9

### Changed

- [#138](https://github.com/XenitAB/spegel/pull/138) Set image digest in Helm chart.

### Fixed

- [#141](https://github.com/XenitAB/spegel/pull/141) Fix platform matching and add tests for getting image digests.

## v0.0.8

### 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.8 spegel oci://ghcr.io/xenitab/helm-charts/spegel
helm upgrade --create-namespace --namespace spegel --install --version v0.0.9 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.8 spegel oci://ghcr.io/xenitab/helm-charts/spegel
helm upgrade --create-namespace --namespace spegel --install --version v0.0.9 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.8"
version: "v0.0.9"
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.8 spegel oci://ghcr.io/xenitab/helm-charts/spegel
helm upgrade --create-namespace --namespace spegel --install --version v0.0.9 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.8"
version: "v0.0.9"
interval: 5m
sourceRef:
kind: HelmRepository
Expand Down

0 comments on commit c8bf4ad

Please sign in to comment.