File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.8.35 "
2+ "." : " 0.8.36 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.8.36] ( https://github.com/statnett/image-scanner-operator/compare/v0.8.35...v0.8.36 ) (2025-02-21)
4+
5+
6+ ### Features
7+
8+ * make scan job lifetime configurable ([ #1287 ] ( https://github.com/statnett/image-scanner-operator/issues/1287 ) ) ([ ed73801] ( https://github.com/statnett/image-scanner-operator/commit/ed73801dc6819033a584aa22bcf86e5af82c15c5 ) )
9+
10+
11+ ### Bug Fixes
12+
13+ * ** deps:** update module github.com/prometheus/client_golang to v1.21.0 ([ #1283 ] ( https://github.com/statnett/image-scanner-operator/issues/1283 ) ) ([ 804d362] ( https://github.com/statnett/image-scanner-operator/commit/804d362f5f40886e21a3f25b6801e096b55648bb ) )
14+ * ** deps:** update module github.com/statnett/controller-runtime-viper to v0.3.34 ([ #1288 ] ( https://github.com/statnett/image-scanner-operator/issues/1288 ) ) ([ bd9475d] ( https://github.com/statnett/image-scanner-operator/commit/bd9475df89d97c912237a25b3b42d4c64bd3b288 ) )
15+ * migrate away from archived mitchellh modules ([ #1286 ] ( https://github.com/statnett/image-scanner-operator/issues/1286 ) ) ([ 5b3d25a] ( https://github.com/statnett/image-scanner-operator/commit/5b3d25a18801cafbda288b9149d4d7a228bd5282 ) )
16+
317## [ 0.8.35] ( https://github.com/statnett/image-scanner-operator/compare/v0.8.34...v0.8.35 ) (2025-02-14)
418
519
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ base. Your initial kustomization.yaml could be as simple as:
134134<!-- x-release-please-start-version -->
135135``` yaml
136136resources :
137- - https://github.com/statnett/image-scanner-operator?ref=v0.8.35
137+ - https://github.com/statnett/image-scanner-operator?ref=v0.8.36
138138` ` `
139139<!-- x-release-please-end -->
140140
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ resources:
55images :
66 - name : registry.dummy-domain.com/image-scanner/controller
77 newName : ghcr.io/statnett/image-scanner-operator
8- newTag : 0.8.35 # x-release-please-version
8+ newTag : 0.8.36 # x-release-please-version
You can’t perform that action at this time.
0 commit comments