Skip to content

Commit

Permalink
chore(main): release 0.6.15 (#670)
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 26, 2023
1 parent be12777 commit 113d030
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.6.15](https://github.com/statnett/image-scanner-operator/compare/v0.6.14...v0.6.15) (2023-10-26)


### Bug Fixes

* **deps:** update module github.com/onsi/gomega to v1.29.0 ([#669](https://github.com/statnett/image-scanner-operator/issues/669)) ([cc3efb8](https://github.com/statnett/image-scanner-operator/commit/cc3efb8adff716d9740a4a4f9c0d31cf6c3c1adf))
* **deps:** update module sigs.k8s.io/structured-merge-diff/v4 to v4.3.0 ([#672](https://github.com/statnett/image-scanner-operator/issues/672)) ([7d62331](https://github.com/statnett/image-scanner-operator/commit/7d6233138e5e3fc6fb86873a37744189973ee225))

## [0.6.14](https://github.com/statnett/image-scanner-operator/compare/v0.6.13...v0.6.14) (2023-10-25)


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.14
- https://github.com/statnett/image-scanner-operator?ref=v0.6.15
```
<!-- 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.14 # x-release-please-version
newTag: 0.6.15 # x-release-please-version

0 comments on commit 113d030

Please sign in to comment.