File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.16.2 "
2+ "." : " 0.16.3 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.16.3] ( https://github.com/statnett/image-scanner-operator/compare/v0.16.2...v0.16.3 ) (2025-11-04)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** deps:** Update module github.com/onsi/ginkgo/v2 to v2.27.2 ([ #1595 ] ( https://github.com/statnett/image-scanner-operator/issues/1595 ) ) ([ f2a75d6] ( https://github.com/statnett/image-scanner-operator/commit/f2a75d61a12ff3e3ba07d9e15c8a8e0701c7736f ) )
9+ * ** deps:** Update module github.com/statnett/controller-runtime-viper to v0.3.48 ([ #1601 ] ( https://github.com/statnett/image-scanner-operator/issues/1601 ) ) ([ 76548e6] ( https://github.com/statnett/image-scanner-operator/commit/76548e6a39b89d9a5522fa3eafe3c8b14b1b393e ) )
10+ * ** deps:** Update module sigs.k8s.io/controller-runtime to v0.22.4 ([ #1599 ] ( https://github.com/statnett/image-scanner-operator/issues/1599 ) ) ([ ba9720f] ( https://github.com/statnett/image-scanner-operator/commit/ba9720f288466b08fe45b483ab65ab47d093801f ) )
11+ * Remove legacy ReplicationController from scan workloads default ([ #1598 ] ( https://github.com/statnett/image-scanner-operator/issues/1598 ) ) ([ 5e70743] ( https://github.com/statnett/image-scanner-operator/commit/5e70743cffca554af7c59ca9d75b3a87e2065089 ) )
12+
313## [ 0.16.2] ( https://github.com/statnett/image-scanner-operator/compare/v0.16.1...v0.16.2 ) (2025-10-27)
414
515
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ base. Your initial kustomization.yaml could be as simple as:
156156<!-- x-release-please-start-version -->
157157``` yaml
158158resources :
159- - https://github.com/statnett/image-scanner-operator?ref=v0.16.2
159+ - https://github.com/statnett/image-scanner-operator?ref=v0.16.3
160160` ` `
161161<!-- x-release-please-end -->
162162
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.16.2 # x-release-please-version
8+ newTag : 0.16.3 # x-release-please-version
You can’t perform that action at this time.
0 commit comments