Skip to content

Commit

Permalink
chore(main): release 0.6.18 (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
statnett-bot[bot] authored Nov 14, 2023
1 parent 5f76a14 commit d5a690f
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.18](https://github.com/statnett/image-scanner-operator/compare/v0.6.17...v0.6.18) (2023-11-13)


### Bug Fixes

* **deps:** update ghcr.io/aquasecurity/trivy docker tag to v0.47.0 ([#687](https://github.com/statnett/image-scanner-operator/issues/687)) ([23372d8](https://github.com/statnett/image-scanner-operator/commit/23372d8ab7c072f413f7cdeca04ecda09162df25))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.13.1 ([#693](https://github.com/statnett/image-scanner-operator/issues/693)) ([193915c](https://github.com/statnett/image-scanner-operator/commit/193915c065307e6f136fe05dcdf632c69e617734))
* **deps:** update module github.com/onsi/gomega to v1.30.0 ([#691](https://github.com/statnett/image-scanner-operator/issues/691)) ([0af2669](https://github.com/statnett/image-scanner-operator/commit/0af2669876826a1728d12b8187e83083e1fd328a))

## [0.6.17](https://github.com/statnett/image-scanner-operator/compare/v0.6.16...v0.6.17) (2023-11-03)


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

0 comments on commit d5a690f

Please sign in to comment.