Skip to content

Commit

Permalink
chore(main): release 0.6.26 (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
statnett-bot[bot] authored Dec 21, 2023
1 parent ddfc413 commit b5d1740
Show file tree
Hide file tree
Showing 4 changed files with 10 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.6.25"
".": "0.6.26"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.26](https://github.com/statnett/image-scanner-operator/compare/v0.6.25...v0.6.26) (2023-12-21)


### Bug Fixes

* **deps:** update module github.com/statnett/controller-runtime-viper to v0.3.12 ([#747](https://github.com/statnett/image-scanner-operator/issues/747)) ([a778503](https://github.com/statnett/image-scanner-operator/commit/a778503adab800768d466096631e6c9d4e58c152))

## [0.6.25](https://github.com/statnett/image-scanner-operator/compare/v0.6.24...v0.6.25) (2023-12-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.6.25
- https://github.com/statnett/image-scanner-operator?ref=v0.6.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.6.25 # x-release-please-version
newTag: 0.6.26 # x-release-please-version

0 comments on commit b5d1740

Please sign in to comment.