File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.8.18 "
2
+ "." : " 0.8.19 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
15
## [ 0.8.18] ( https://github.com/statnett/image-scanner-operator/compare/v0.8.17...v0.8.18 ) (2024-08-15)
4
16
5
17
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ base. Your initial kustomization.yaml could be as simple as:
134
134
<!-- x-release-please-start-version -->
135
135
``` yaml
136
136
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
138
138
` ` `
139
139
<!-- x-release-please-end -->
140
140
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
5
5
images :
6
6
- name : registry.dummy-domain.com/image-scanner/controller
7
7
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
You can’t perform that action at this time.
0 commit comments