Skip to content

Commit

Permalink
chore(main): release 0.8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
statnett-bot[bot] authored Aug 22, 2024
1 parent 00b31a5 commit 17b383a
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.18"
".": "0.8.19"
}
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.19](https://github.com/statnett/image-scanner-operator/compare/v0.8.18...v0.8.19) (2024-08-22)


### Bug Fixes

* **deps:** update k8s.io/utils digest to f90d014 ([#1088](https://github.com/statnett/image-scanner-operator/issues/1088)) ([80bf24b](https://github.com/statnett/image-scanner-operator/commit/80bf24bda0ca474fdbbc0566aba9a84b1329b28e))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.1 ([#1089](https://github.com/statnett/image-scanner-operator/issues/1089)) ([00b31a5](https://github.com/statnett/image-scanner-operator/commit/00b31a5f995345e2289869516207fa66eb958d03))
* **deps:** update module github.com/prometheus/client_golang to v1.20.1 ([#1085](https://github.com/statnett/image-scanner-operator/issues/1085)) ([7c9d4dd](https://github.com/statnett/image-scanner-operator/commit/7c9d4dd89cd1a09b33033a4f5bdfc68a43da3d25))

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


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

0 comments on commit 17b383a

Please sign in to comment.