Skip to content

Commit

Permalink
chore(main): release 0.8.22 (#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
statnett-bot[bot] authored Oct 7, 2024
1 parent c0afa7e commit a2158e3
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.21"
".": "0.8.22"
}
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.22](https://github.com/statnett/image-scanner-operator/compare/v0.8.21...v0.8.22) (2024-10-07)


### Bug Fixes

* **deps:** update ghcr.io/aquasecurity/trivy docker tag to v0.56.0 ([#1135](https://github.com/statnett/image-scanner-operator/issues/1135)) ([e6f85eb](https://github.com/statnett/image-scanner-operator/commit/e6f85eb4388c63bb36b56ed1b17e2c5a17588980))
* **deps:** update ghcr.io/aquasecurity/trivy docker tag to v0.56.1 ([#1136](https://github.com/statnett/image-scanner-operator/issues/1136)) ([d7f0f03](https://github.com/statnett/image-scanner-operator/commit/d7f0f039355c7897e3dfba7be765a202991f1d1d))
* **deps:** update k8s.io/utils digest to 49e7df5 ([#1122](https://github.com/statnett/image-scanner-operator/issues/1122)) ([68d16e8](https://github.com/statnett/image-scanner-operator/commit/68d16e8874f5c7d8bcb349b7833ff4256c9ded16))

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


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

0 comments on commit a2158e3

Please sign in to comment.