Skip to content

Commit

Permalink
chore(main): release 0.6.12 (#659)
Browse files Browse the repository at this point in the history
Co-authored-by: statnett-bot[bot] <144323495+statnett-bot[bot]@users.noreply.github.com>
  • Loading branch information
statnett-bot[bot] authored Oct 20, 2023
1 parent 8736794 commit 9b601ce
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.6.12](https://github.com/statnett/image-scanner-operator/compare/v0.6.11...v0.6.12) (2023-10-20)


### Bug Fixes

* **deps:** update kubernetes packages to v0.28.3 ([#654](https://github.com/statnett/image-scanner-operator/issues/654)) ([ebbb31f](https://github.com/statnett/image-scanner-operator/commit/ebbb31f3406a8a7a89c14ff1b947d28c2c27e1f0))
* **deps:** update module github.com/statnett/controller-runtime-viper to v0.3.6 ([#656](https://github.com/statnett/image-scanner-operator/issues/656)) ([8736794](https://github.com/statnett/image-scanner-operator/commit/87367940b787263479108d3de9c46145be24dbb4))
* **deps:** update module sigs.k8s.io/controller-runtime to v0.16.3 ([#655](https://github.com/statnett/image-scanner-operator/issues/655)) ([d3b6a87](https://github.com/statnett/image-scanner-operator/commit/d3b6a87be490059fcf494c19807cc69bd5493532))

## [0.6.11](https://github.com/statnett/image-scanner-operator/compare/v0.6.10...v0.6.11) (2023-10-12)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ base. Your initial kustomization.yaml could be as simple as:
<!-- x-release-please-start-version -->
```yaml
resources:
- https://github.com/statnett/image-scanner-operator?ref=v0.6.11
- https://github.com/statnett/image-scanner-operator?ref=v0.6.12
```
<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: registry.dummy-domain.com/image-scanner/controller
newName: ghcr.io/statnett/image-scanner-operator
newTag: 0.6.11 # x-release-please-version
newTag: 0.6.12 # x-release-please-version

0 comments on commit 9b601ce

Please sign in to comment.