Skip to content

Commit

Permalink
chore(main): release 0.6.17 (#680)
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 Nov 5, 2023
1 parent c368845 commit a1c88d1
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.17](https://github.com/statnett/image-scanner-operator/compare/v0.6.16...v0.6.17) (2023-11-03)


### Bug Fixes

* **deps:** update module github.com/statnett/controller-runtime-viper to v0.3.8 ([#685](https://github.com/statnett/image-scanner-operator/issues/685)) ([1f53b9b](https://github.com/statnett/image-scanner-operator/commit/1f53b9bd75cf2d02b05537780ac8f564ff0609a4))
* **deps:** update module k8s.io/klog/v2 to v2.110.1 ([#681](https://github.com/statnett/image-scanner-operator/issues/681)) ([33b6627](https://github.com/statnett/image-scanner-operator/commit/33b6627999a71864607a222d5053b0cfb16a8453))
* **deps:** update module sigs.k8s.io/structured-merge-diff/v4 to v4.4.1 ([#679](https://github.com/statnett/image-scanner-operator/issues/679)) ([86c651e](https://github.com/statnett/image-scanner-operator/commit/86c651e660255fe93511b1c1ef8cf5ddb9b59b60))

## [0.6.16](https://github.com/statnett/image-scanner-operator/compare/v0.6.15...v0.6.16) (2023-10-30)


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

0 comments on commit a1c88d1

Please sign in to comment.