Skip to content

Commit

Permalink
Merge pull request #278 from XenitAB/release/v0.0.16
Browse files Browse the repository at this point in the history
Release v0.0.16
  • Loading branch information
phillebaba authored Nov 29, 2023
2 parents 88aa844 + 0aad246 commit 1629b62
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
14 changes: 6 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- [#276](https://github.com/XenitAB/spegel/pull/276) Fix Golang image digest to use manifest list instead of AMD64.

### Security

## v0.0.16

### Fixed

- [#276](https://github.com/XenitAB/spegel/pull/276) Fix Golang image digest to use manifest list instead of AMD64.

## v0.0.15

### Added
Expand All @@ -34,16 +38,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [#253](https://github.com/XenitAB/spegel/pull/253) Set klog logger to standardize output format.

### Deprecated

### Removed

### Fixed

- [#271](https://github.com/XenitAB/spegel/pull/271) Fix Spegel running on IPVS cluster.

### Security

## v0.0.14

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15 spegel oci://ghcr.io/xenitab/helm-charts/spegel
helm upgrade --create-namespace --namespace spegel --install --version v0.0.16 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 the [compatibility guide](../../docs/COMPATIBILITY.
Delpoy Spegel with the Helm CLI.

```sh
helm upgrade --create-namespace --namespace spegel --install --version v0.0.15 spegel oci://ghcr.io/xenitab/helm-charts/spegel
helm upgrade --create-namespace --namespace spegel --install --version v0.0.16 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.15"
version: "v0.0.16"
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 the [compatibility guide](../../docs/COMPATIBILITY.
Delpoy Spegel with the Helm CLI.

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

0 comments on commit 1629b62

Please sign in to comment.