Skip to content

Commit

Permalink
chore(main): release 0.8.23 (#1140)
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 Oct 10, 2024
1 parent 2b0a2cb commit 0356ec9
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.22"
".": "0.8.23"
}
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.23](https://github.com/statnett/image-scanner-operator/compare/v0.8.22...v0.8.23) (2024-10-10)


### Bug Fixes

* **deps:** update ghcr.io/aquasecurity/trivy docker tag to v0.56.2 ([#1144](https://github.com/statnett/image-scanner-operator/issues/1144)) ([b4a39b8](https://github.com/statnett/image-scanner-operator/commit/b4a39b81975cd6ab2cd5ba70bc4e26d6682c8c35))
* **deps:** update sigs.k8s.io/json digest to e386a8a ([#1141](https://github.com/statnett/image-scanner-operator/issues/1141)) ([8019925](https://github.com/statnett/image-scanner-operator/commit/80199253876b872118d0f92c03f65cbb6a0c4ee3))
* **deps:** update sigs.k8s.io/wg-policy-prototypes digest to 25056e1 ([#1139](https://github.com/statnett/image-scanner-operator/issues/1139)) ([6753245](https://github.com/statnett/image-scanner-operator/commit/67532458b0a2792778d3dd0a72f801b0ef474f21))

## [0.8.22](https://github.com/statnett/image-scanner-operator/compare/v0.8.21...v0.8.22) (2024-10-07)


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

0 comments on commit 0356ec9

Please sign in to comment.