Skip to content

Commit 5aa256a

Browse files
chore(main): release 0.16.2 (#1594)
Co-authored-by: statnett-bot[bot] <144323495+statnett-bot[bot]@users.noreply.github.com>
1 parent 9562dcf commit 5aa256a

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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.1"
2+
".": "0.16.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.16.2](https://github.com/statnett/image-scanner-operator/compare/v0.16.1...v0.16.2) (2025-10-27)
4+
5+
6+
### Bug Fixes
7+
8+
* Add reports informer to ensure correct metrics ([#1592](https://github.com/statnett/image-scanner-operator/issues/1592)) ([0c11c45](https://github.com/statnett/image-scanner-operator/commit/0c11c4504e371635c4b5b37f1a9c4a5b0adaf483))
9+
310
## [0.16.1](https://github.com/statnett/image-scanner-operator/compare/v0.16.0...v0.16.1) (2025-10-23)
411

512

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.1
159+
- https://github.com/statnett/image-scanner-operator?ref=v0.16.2
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.1 # x-release-please-version
8+
newTag: 0.16.2 # x-release-please-version

0 commit comments

Comments
 (0)