Skip to content

Commit

Permalink
Merge pull request #432 from spegel-org/release/v0.0.21
Browse files Browse the repository at this point in the history
Release v0.0.21
  • Loading branch information
phillebaba authored Apr 10, 2024
2 parents e3fc466 + 9e6cae8 commit 024f04a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 11 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## v0.0.21

### Added

- [#421](https://github.com/spegel-org/spegel/pull/421) Add conformance tests to e2e test.
- [#424](https://github.com/spegel-org/spegel/pull/424) Add option to append mirror configuration instead of overwriting.
- [#429](https://github.com/spegel-org/spegel/pull/429) Add metrics to measure duration to resolve peers.
Expand All @@ -18,16 +32,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#395](https://github.com/spegel-org/spegel/pull/395) Replace Gin with standard lib HTTP handler.
- [#430](https://github.com/spegel-org/spegel/pull/430) Replace XenitAB Kubernetes pkg with internal package.

### Deprecated

### Removed

### Fixed

- [#431](https://github.com/spegel-org/spegel/pull/431) Fix import error caused by invalid file name.

### Security

## v0.0.20

### 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.20 spegel oci://ghcr.io/spegel-org/helm-charts/spegel
helm upgrade --create-namespace --namespace spegel --install --version v0.0.21 spegel oci://ghcr.io/spegel-org/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.20 spegel oci://ghcr.io/spegel-org/helm-charts/spegel
helm upgrade --create-namespace --namespace spegel --install --version v0.0.21 spegel oci://ghcr.io/spegel-org/helm-charts/spegel
```

### Flux
Expand Down Expand Up @@ -44,7 +44,7 @@ spec:
chart:
spec:
chart: spegel
version: "v0.0.20"
version: "v0.0.21"
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.20 spegel oci://ghcr.io/spegel-org/helm-charts/spegel
helm upgrade --create-namespace --namespace spegel --install --version v0.0.21 spegel oci://ghcr.io/spegel-org/helm-charts/spegel
```

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

0 comments on commit 024f04a

Please sign in to comment.