Skip to content

Commit 55cba62

Browse files
chore(main): release 0.8.19
1 parent 24485ae commit 55cba62

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.8.18"
2+
".": "0.8.19"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.8.19](https://github.com/statnett/image-scanner-operator/compare/v0.8.18...v0.8.19) (2024-08-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
* **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))
10+
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.2 ([#1092](https://github.com/statnett/image-scanner-operator/issues/1092)) ([24485ae](https://github.com/statnett/image-scanner-operator/commit/24485ae2a78bd87f221a0f33acbe904f83dcbc35))
11+
* **deps:** update module github.com/onsi/gomega to v1.34.2 ([#1093](https://github.com/statnett/image-scanner-operator/issues/1093)) ([6a31aa1](https://github.com/statnett/image-scanner-operator/commit/6a31aa18cad374d9ffd73b782f6835c81a4beed4))
12+
* **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))
13+
* **deps:** update module github.com/prometheus/client_golang to v1.20.2 ([#1091](https://github.com/statnett/image-scanner-operator/issues/1091)) ([376629e](https://github.com/statnett/image-scanner-operator/commit/376629e5c4bf9fb12999708b027e21cf27e0e691))
14+
315
## [0.8.18](https://github.com/statnett/image-scanner-operator/compare/v0.8.17...v0.8.18) (2024-08-15)
416

517

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ base. Your initial kustomization.yaml could be as simple as:
134134
<!-- x-release-please-start-version -->
135135
```yaml
136136
resources:
137-
- https://github.com/statnett/image-scanner-operator?ref=v0.8.18
137+
- https://github.com/statnett/image-scanner-operator?ref=v0.8.19
138138
```
139139
<!-- x-release-please-end -->
140140

kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: registry.dummy-domain.com/image-scanner/controller
77
newName: ghcr.io/statnett/image-scanner-operator
8-
newTag: 0.8.18 # x-release-please-version
8+
newTag: 0.8.19 # x-release-please-version

0 commit comments

Comments
 (0)