Skip to content

Commit fdc5cc3

Browse files
chore(main): release 0.16.1 (#1588)
Co-authored-by: statnett-bot[bot] <144323495+statnett-bot[bot]@users.noreply.github.com>
1 parent 0db8370 commit fdc5cc3

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-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.16.0"
2+
".": "0.16.1"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ base. Your initial kustomization.yaml could be as simple as:
156156
<!-- x-release-please-start-version -->
157157
```yaml
158158
resources:
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

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.16.0 # x-release-please-version
8+
newTag: 0.16.1 # x-release-please-version

0 commit comments

Comments
 (0)