Skip to content

Commit

Permalink
chore(main): release 0.8.29
Browse files Browse the repository at this point in the history
  • Loading branch information
statnett-bot[bot] authored Dec 24, 2024
1 parent c8500b1 commit 512705f
Show file tree
Hide file tree
Showing 4 changed files with 15 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.28"
".": "0.8.29"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.8.29](https://github.com/statnett/image-scanner-operator/compare/v0.8.28...v0.8.29) (2024-12-24)


### Bug Fixes

* **deps:** update ghcr.io/aquasecurity/trivy docker tag to v0.58.1 ([#1215](https://github.com/statnett/image-scanner-operator/issues/1215)) ([cb0d449](https://github.com/statnett/image-scanner-operator/commit/cb0d449bd9fcd1f0e3c7132743c8cfe001dddf32))
* **deps:** update k8s.io/utils digest to 24370be ([#1205](https://github.com/statnett/image-scanner-operator/issues/1205)) ([e497ba1](https://github.com/statnett/image-scanner-operator/commit/e497ba13090e2be49b609c9d44734aa011c08367))
* **deps:** update kubernetes packages to v0.32.0 ([#1207](https://github.com/statnett/image-scanner-operator/issues/1207)) ([de32c5a](https://github.com/statnett/image-scanner-operator/commit/de32c5ad0e315f17e136e08ebb479362fc98b7bf))
* **deps:** update module github.com/onsi/gomega to v1.36.1 ([#1204](https://github.com/statnett/image-scanner-operator/issues/1204)) ([e2adca5](https://github.com/statnett/image-scanner-operator/commit/e2adca5bc1f6aa9af7d0a64f24bf228298b5ddae))
* **deps:** update module github.com/onsi/gomega to v1.36.2 ([#1216](https://github.com/statnett/image-scanner-operator/issues/1216)) ([c8500b1](https://github.com/statnett/image-scanner-operator/commit/c8500b1855acc2763ed052bb695f08b6c2a9ac6d))
* **deps:** update module sigs.k8s.io/structured-merge-diff/v4 to v4.5.0 ([#1210](https://github.com/statnett/image-scanner-operator/issues/1210)) ([3b07c7d](https://github.com/statnett/image-scanner-operator/commit/3b07c7d345fa2d16de977961ed87f91f318ed883))

## [0.8.28](https://github.com/statnett/image-scanner-operator/compare/v0.8.27...v0.8.28) (2024-12-09)


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

0 comments on commit 512705f

Please sign in to comment.