Skip to content

Commit

Permalink
chore(main): release 0.8.31
Browse files Browse the repository at this point in the history
  • Loading branch information
statnett-bot[bot] authored Jan 16, 2025
1 parent 8495c11 commit 89d7c71
Show file tree
Hide file tree
Showing 4 changed files with 14 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.30"
".": "0.8.31"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.8.31](https://github.com/statnett/image-scanner-operator/compare/v0.8.30...v0.8.31) (2025-01-16)


### Bug Fixes

* **deps:** update ghcr.io/aquasecurity/trivy docker tag to v0.58.2 ([#1235](https://github.com/statnett/image-scanner-operator/issues/1235)) ([0a6b1d3](https://github.com/statnett/image-scanner-operator/commit/0a6b1d3a127f11481e63a0d83cdc85b71a4f794e))
* **deps:** update kubernetes packages to v0.32.1 ([#1239](https://github.com/statnett/image-scanner-operator/issues/1239)) ([c61aece](https://github.com/statnett/image-scanner-operator/commit/c61aecee8c1576ac8088ade2826fc5e0cab15020))
* **deps:** update module github.com/statnett/controller-runtime-viper to v0.3.30 ([#1241](https://github.com/statnett/image-scanner-operator/issues/1241)) ([8495c11](https://github.com/statnett/image-scanner-operator/commit/8495c110cf7a76b20632106b16b857a00eeef6d7))
* **deps:** update module sigs.k8s.io/controller-runtime to v0.20.0 ([#1240](https://github.com/statnett/image-scanner-operator/issues/1240)) ([be32bf2](https://github.com/statnett/image-scanner-operator/commit/be32bf2344d821474555a253e4d738af0b5fef7e))
* **deps:** update sigs.k8s.io/wg-policy-prototypes ([#1232](https://github.com/statnett/image-scanner-operator/issues/1232)) ([b294cbe](https://github.com/statnett/image-scanner-operator/commit/b294cbe7c07072faedffad34c9d0a3174579f2e5))

## [0.8.30](https://github.com/statnett/image-scanner-operator/compare/v0.8.29...v0.8.30) (2025-01-08)


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

0 comments on commit 89d7c71

Please sign in to comment.