Skip to content

Commit 84b6fbd

Browse files
chore(main): release 0.16.0 (#1576)
Co-authored-by: statnett-bot[bot] <144323495+statnett-bot[bot]@users.noreply.github.com>
1 parent e344771 commit 84b6fbd

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-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.15.1"
2+
".": "0.16.0"
33
}

CHANGELOG.md

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

3+
## [0.16.0](https://github.com/statnett/image-scanner-operator/compare/v0.15.1...v0.16.0) (2025-10-14)
4+
5+
6+
### Features
7+
8+
* Add missing managed-by labels to policy reports ([#1582](https://github.com/statnett/image-scanner-operator/issues/1582)) ([292e561](https://github.com/statnett/image-scanner-operator/commit/292e561c89625c2d4e0747fd6e43c9a702a566c8))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** Update ghcr.io/aquasecurity/trivy docker tag to v0.67.1 ([#1575](https://github.com/statnett/image-scanner-operator/issues/1575)) ([6f21e2c](https://github.com/statnett/image-scanner-operator/commit/6f21e2c74ccead26ac6c20da495f0c63f90388d1))
14+
* **deps:** Update ghcr.io/aquasecurity/trivy docker tag to v0.67.2 ([#1577](https://github.com/statnett/image-scanner-operator/issues/1577)) ([428ffca](https://github.com/statnett/image-scanner-operator/commit/428ffcac24cc95aac686643e9c48feab6899d70b))
15+
* **deps:** Update module github.com/gohugoio/hashstructure to v0.6.0 ([#1574](https://github.com/statnett/image-scanner-operator/issues/1574)) ([97e745a](https://github.com/statnett/image-scanner-operator/commit/97e745a92ffbe6944810a9f655a3c1255ea94cbe))
16+
* **deps:** Update module sigs.k8s.io/controller-runtime to v0.22.3 ([#1581](https://github.com/statnett/image-scanner-operator/issues/1581)) ([5873819](https://github.com/statnett/image-scanner-operator/commit/5873819e163eab2605b185692c72d7b078d71568))
17+
* Metrics from reports when feature gate enabled ([#1578](https://github.com/statnett/image-scanner-operator/issues/1578)) ([e344771](https://github.com/statnett/image-scanner-operator/commit/e344771879ff44003cc7b4943906c91b5b2981aa))
18+
319
## [0.15.1](https://github.com/statnett/image-scanner-operator/compare/v0.15.0...v0.15.1) (2025-10-09)
420

521

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

0 commit comments

Comments
 (0)