Skip to content

Commit

Permalink
chore(main): release 0.8.26 (#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
statnett-bot[bot] authored Nov 21, 2024
1 parent 397cdda commit 5cf3902
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.25"
".": "0.8.26"
}
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.26](https://github.com/statnett/image-scanner-operator/compare/v0.8.25...v0.8.26) (2024-11-21)


### Bug Fixes

* **deps:** update kubernetes packages to v0.31.3 ([#1185](https://github.com/statnett/image-scanner-operator/issues/1185)) ([b8e0f8f](https://github.com/statnett/image-scanner-operator/commit/b8e0f8fc457e02b5fa863961f46ce62dcafdf455))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.22.0 ([#1183](https://github.com/statnett/image-scanner-operator/issues/1183)) ([78dc741](https://github.com/statnett/image-scanner-operator/commit/78dc741749ae8fac9d629cf64ab9f8a54e236cd9))
* **deps:** update module github.com/statnett/controller-runtime-viper to v0.3.27 ([#1187](https://github.com/statnett/image-scanner-operator/issues/1187)) ([397cdda](https://github.com/statnett/image-scanner-operator/commit/397cdda3c6090bcb7f502090e0707e53c5df48ed))
* **deps:** update module sigs.k8s.io/controller-runtime to v0.19.2 ([#1186](https://github.com/statnett/image-scanner-operator/issues/1186)) ([ff7db9d](https://github.com/statnett/image-scanner-operator/commit/ff7db9d48b31b2b70571b26d5e4c6f3bbbae6475))

## [0.8.25](https://github.com/statnett/image-scanner-operator/compare/v0.8.24...v0.8.25) (2024-11-19)


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

0 comments on commit 5cf3902

Please sign in to comment.