Skip to content

Commit

Permalink
chore(main): release 0.8.33 (#1255)
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 Feb 10, 2025
1 parent ad1c058 commit d8753ad
Show file tree
Hide file tree
Showing 4 changed files with 13 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.32"
".": "0.8.33"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.8.33](https://github.com/statnett/image-scanner-operator/compare/v0.8.32...v0.8.33) (2025-02-10)


### Bug Fixes

* **deps:** update ghcr.io/aquasecurity/trivy docker tag to v0.59.0 ([#1256](https://github.com/statnett/image-scanner-operator/issues/1256)) ([b7d2d93](https://github.com/statnett/image-scanner-operator/commit/b7d2d939358913c127621be768464f36d7e7d78e))
* **deps:** update ghcr.io/aquasecurity/trivy docker tag to v0.59.1 ([#1260](https://github.com/statnett/image-scanner-operator/issues/1260)) ([8dab1f2](https://github.com/statnett/image-scanner-operator/commit/8dab1f23874f871acfa9018fcd25471a5424bd20))
* **deps:** update module github.com/spf13/pflag to v1.0.6 ([#1254](https://github.com/statnett/image-scanner-operator/issues/1254)) ([a97b69f](https://github.com/statnett/image-scanner-operator/commit/a97b69f605a489b498a9fe48651fad03fbbc4197))
* **deps:** update module github.com/statnett/controller-runtime-viper to v0.3.32 ([#1261](https://github.com/statnett/image-scanner-operator/issues/1261)) ([1706199](https://github.com/statnett/image-scanner-operator/commit/1706199485c263fe633ae1d84c0d43231720d001))

## [0.8.32](https://github.com/statnett/image-scanner-operator/compare/v0.8.31...v0.8.32) (2025-01-26)


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

0 comments on commit d8753ad

Please sign in to comment.