Skip to content

Commit

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

## [0.8.18](https://github.com/statnett/image-scanner-operator/compare/v0.8.17...v0.8.18) (2024-08-15)


### Bug Fixes

* **deps:** update module github.com/prometheus/client_golang to v1.20.0 ([#1081](https://github.com/statnett/image-scanner-operator/issues/1081)) ([b094124](https://github.com/statnett/image-scanner-operator/commit/b094124e1315c2597d2eafa3c9fbf63874b33489))
* **deps:** update module sigs.k8s.io/controller-runtime to v0.18.5 ([#1068](https://github.com/statnett/image-scanner-operator/issues/1068)) ([2eeb42f](https://github.com/statnett/image-scanner-operator/commit/2eeb42fbe1140767d9f71de1df4c5d8140648e3d))
* **deps:** update module sigs.k8s.io/controller-runtime to v0.19.0 ([#1083](https://github.com/statnett/image-scanner-operator/issues/1083)) ([a5ee964](https://github.com/statnett/image-scanner-operator/commit/a5ee9648feb91972a3982c96b8fcab2b1974f6ce))

## [0.8.17](https://github.com/statnett/image-scanner-operator/compare/v0.8.16...v0.8.17) (2024-08-12)


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

0 comments on commit d98be15

Please sign in to comment.