Skip to content

Commit

Permalink
Merge pull request #165 from XenitAB/release/v0.0.10
Browse files Browse the repository at this point in the history
Release v0.0.10
  • Loading branch information
phillebaba authored Aug 10, 2023
2 parents 820b544 + 01e421c commit cdbf04f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 9 deletions.
18 changes: 14 additions & 4 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.10

### Added

- [#145](https://github.com/XenitAB/spegel/pull/145) Add new field to override Helm chart namespace.
- [#153](https://github.com/XenitAB/spegel/pull/153) Add option to disable resolving latest tags.
- [#156](https://github.com/XenitAB/spegel/pull/156) Add validation of mirror configuration on start.
Expand All @@ -17,8 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [#151](https://github.com/XenitAB/spegel/pull/151) Refactor containerd mirror tests and remove utils package.

### Deprecated

### Removed

- [#160](https://github.com/XenitAB/spegel/pull/160) Remove X-Spegel-Registry header.
Expand All @@ -31,8 +43,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#158](https://github.com/XenitAB/spegel/pull/158) Fix Containerd verify with check for empty configuration path.
- [#163](https://github.com/XenitAB/spegel/pull/163) Remove unneeded namespace in role binding.

### Security

## v0.0.9

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

0 comments on commit cdbf04f

Please sign in to comment.