Skip to content

Commit

Permalink
chore(main): release 0.8.9 (#948)
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 May 15, 2024
1 parent 2333e30 commit 794a322
Show file tree
Hide file tree
Showing 4 changed files with 11 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.8"
".": "0.8.9"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.8.9](https://github.com/statnett/image-scanner-operator/compare/v0.8.8...v0.8.9) (2024-05-15)


### Bug Fixes

* **deps:** update kubernetes packages to v0.30.1 ([#956](https://github.com/statnett/image-scanner-operator/issues/956)) ([3580ed9](https://github.com/statnett/image-scanner-operator/commit/3580ed9339f0f7de0c7a2ac491e3654fd09c08fc))
* **deps:** update module github.com/prometheus/client_golang to v1.19.1 ([#946](https://github.com/statnett/image-scanner-operator/issues/946)) ([c01fdea](https://github.com/statnett/image-scanner-operator/commit/c01fdeadaf8a1392e21921543432a91df6ecd593))

## [0.8.8](https://github.com/statnett/image-scanner-operator/compare/v0.8.7...v0.8.8) (2024-05-08)


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

0 comments on commit 794a322

Please sign in to comment.