Skip to content

Commit

Permalink
chore(main): release 0.8.21 (#1116)
Browse files Browse the repository at this point in the history
  • Loading branch information
statnett-bot[bot] authored Sep 17, 2024
1 parent 4cc5904 commit 5a3e679
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.20"
".": "0.8.21"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.8.21](https://github.com/statnett/image-scanner-operator/compare/v0.8.20...v0.8.21) (2024-09-17)


### Bug Fixes

* **deps:** update ghcr.io/aquasecurity/trivy docker tag to v0.55.1 ([#1115](https://github.com/statnett/image-scanner-operator/issues/1115)) ([729863f](https://github.com/statnett/image-scanner-operator/commit/729863f50ea75581dc1d3dade8eeef6177c6d473))
* **deps:** update ghcr.io/aquasecurity/trivy docker tag to v0.55.2 ([#1119](https://github.com/statnett/image-scanner-operator/issues/1119)) ([29482f1](https://github.com/statnett/image-scanner-operator/commit/29482f1b8b115fdc5cf378b9a10010478579b73e))
* **deps:** update module github.com/prometheus/client_golang to v1.20.4 ([#1120](https://github.com/statnett/image-scanner-operator/issues/1120)) ([4cc5904](https://github.com/statnett/image-scanner-operator/commit/4cc590463cd8a5d8ec65495497e0966d8a9ae2e4))

## [0.8.20](https://github.com/statnett/image-scanner-operator/compare/v0.8.19...v0.8.20) (2024-09-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.8.20
- https://github.com/statnett/image-scanner-operator?ref=v0.8.21
```
<!-- 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.8.20 # x-release-please-version
newTag: 0.8.21 # x-release-please-version

0 comments on commit 5a3e679

Please sign in to comment.