Skip to content

Commit

Permalink
chore(main): release 0.8.27 (#1190)
Browse files Browse the repository at this point in the history
  • Loading branch information
statnett-bot[bot] authored Dec 2, 2024
1 parent e11f4e2 commit c2a82ff
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.26"
".": "0.8.27"
}
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.27](https://github.com/statnett/image-scanner-operator/compare/v0.8.26...v0.8.27) (2024-12-02)


### Bug Fixes

* **deps:** update module github.com/onsi/gomega to v1.36.0 ([#1192](https://github.com/statnett/image-scanner-operator/issues/1192)) ([6391cc9](https://github.com/statnett/image-scanner-operator/commit/6391cc9da28c6527185c07c0118cb281b0167fcd))
* **deps:** update module github.com/statnett/controller-runtime-viper to v0.3.28 ([#1197](https://github.com/statnett/image-scanner-operator/issues/1197)) ([e11f4e2](https://github.com/statnett/image-scanner-operator/commit/e11f4e214fd926f8f8f3e6a67b5bd2d28ca2c0f4))
* **deps:** update module github.com/stretchr/testify to v1.10.0 ([#1189](https://github.com/statnett/image-scanner-operator/issues/1189)) ([de9f7cb](https://github.com/statnett/image-scanner-operator/commit/de9f7cbfa8134c4203780ef4d08d83f584b92633))
* **deps:** update module sigs.k8s.io/controller-runtime to v0.19.3 ([#1196](https://github.com/statnett/image-scanner-operator/issues/1196)) ([b97c3aa](https://github.com/statnett/image-scanner-operator/commit/b97c3aa431985a61d44cc1b61396d70286dd5661))

## [0.8.26](https://github.com/statnett/image-scanner-operator/compare/v0.8.25...v0.8.26) (2024-11-21)


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

0 comments on commit c2a82ff

Please sign in to comment.