Skip to content

Commit

Permalink
Merge pull request #316 from XenitAB/release/v0.0.17
Browse files Browse the repository at this point in the history
Release v0.0.17
  • Loading branch information
phillebaba authored Jan 11, 2024
2 parents a1f2a0c + 8ed3972 commit bde8da0
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 12 deletions.
23 changes: 16 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- [#299](https://github.com/XenitAB/spegel/pull/299) Add update strategy configuration to Helm chart.
- [#309](https://github.com/XenitAB/spegel/pull/309) Fix label selectors on service monitors and metrics service.

### Changed

- [#291](https://github.com/XenitAB/spegel/pull/291) Move OCI package to pkg.

### Deprecated

### Removed

### Fixed

### Security

## v0.0.17

### Added

- [#299](https://github.com/XenitAB/spegel/pull/299) Add update strategy configuration to Helm chart.

### Changed

- [#291](https://github.com/XenitAB/spegel/pull/291) Move OCI package to pkg.
- [#306](https://github.com/XenitAB/spegel/pull/306) Realign the structs in attempt to minimise memory usage.

### Fixed

- [#309](https://github.com/XenitAB/spegel/pull/309) Fix label selectors on service monitors and metrics service.
- [#279](https://github.com/XenitAB/spegel/pull/279) Fix broken default value for additional mirror registries.
- [#284](https://github.com/XenitAB/spegel/pull/284) Fix Spegel support for ipv6.

### Security

## v0.0.16

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

0 comments on commit bde8da0

Please sign in to comment.