File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.16.0 "
2+ "." : " 0.16.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.16.1] ( https://github.com/statnett/image-scanner-operator/compare/v0.16.0...v0.16.1 ) (2025-10-23)
4+
5+
6+ ### Bug Fixes
7+
8+ * Add missing logging to metrics collector ([ #1587 ] ( https://github.com/statnett/image-scanner-operator/issues/1587 ) ) ([ 397a27b] ( https://github.com/statnett/image-scanner-operator/commit/397a27bfb3e77aa924ce83cb6295cd0e3f5ab00c ) )
9+ * Broken custom image scan metrics ([ #1591 ] ( https://github.com/statnett/image-scanner-operator/issues/1591 ) ) ([ e87d3ff] ( https://github.com/statnett/image-scanner-operator/commit/e87d3ffe89d3c5e9c90e818c93e9a8eeadf7426e ) )
10+ * ** deps:** Update module github.com/onsi/ginkgo/v2 to v2.27.1 ([ #1590 ] ( https://github.com/statnett/image-scanner-operator/issues/1590 ) ) ([ 2f7d847] ( https://github.com/statnett/image-scanner-operator/commit/2f7d8470725b382cd3c986feec0ee2b3b5b65679 ) )
11+
312## [ 0.16.0] ( https://github.com/statnett/image-scanner-operator/compare/v0.15.1...v0.16.0 ) (2025-10-14)
413
514
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.0
159+ - https://github.com/statnett/image-scanner-operator?ref=v0.16.1
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.0 # x-release-please-version
8+ newTag : 0.16.1 # x-release-please-version
You can’t perform that action at this time.
0 commit comments