Skip to content

Commit

Permalink
chore(main): release 0.6.9 (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelol authored Sep 20, 2023
1 parent d9ad267 commit e9689d4
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.9](https://github.com/statnett/image-scanner-operator/compare/v0.6.8...v0.6.9) (2023-09-20)


### Dependency Updates

* **deps:** bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.12.1 ([#586](https://github.com/statnett/image-scanner-operator/issues/586)) ([2f23322](https://github.com/statnett/image-scanner-operator/commit/2f233229c6ee572ba1a84b6a638928cd79fc2dfb))
* **deps:** bump github.com/vektra/mockery/v2 from 2.33.2 to 2.33.3 ([#585](https://github.com/statnett/image-scanner-operator/issues/585)) ([760f9b1](https://github.com/statnett/image-scanner-operator/commit/760f9b14ca20455f80fdac6a0eb95e86943f81e6))
* **deps:** update ghcr.io/aquasecurity/trivy docker tag to v0.45.1 ([#582](https://github.com/statnett/image-scanner-operator/issues/582)) ([e8af4fd](https://github.com/statnett/image-scanner-operator/commit/e8af4fda9c2aa3a3542839ef3bebebed529e48a6))

## [0.6.8](https://github.com/statnett/image-scanner-operator/compare/v0.6.7...v0.6.8) (2023-09-14)


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

0 comments on commit e9689d4

Please sign in to comment.