Skip to content

Commit 058b82e

Browse files
chore(main): release 0.8.36 (#1284)
Co-authored-by: statnett-bot[bot] <144323495+statnett-bot[bot]@users.noreply.github.com>
1 parent ed73801 commit 058b82e

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-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.8.35"
2+
".": "0.8.36"
33
}

CHANGELOG.md

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

3+
## [0.8.36](https://github.com/statnett/image-scanner-operator/compare/v0.8.35...v0.8.36) (2025-02-21)
4+
5+
6+
### Features
7+
8+
* make scan job lifetime configurable ([#1287](https://github.com/statnett/image-scanner-operator/issues/1287)) ([ed73801](https://github.com/statnett/image-scanner-operator/commit/ed73801dc6819033a584aa22bcf86e5af82c15c5))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update module github.com/prometheus/client_golang to v1.21.0 ([#1283](https://github.com/statnett/image-scanner-operator/issues/1283)) ([804d362](https://github.com/statnett/image-scanner-operator/commit/804d362f5f40886e21a3f25b6801e096b55648bb))
14+
* **deps:** update module github.com/statnett/controller-runtime-viper to v0.3.34 ([#1288](https://github.com/statnett/image-scanner-operator/issues/1288)) ([bd9475d](https://github.com/statnett/image-scanner-operator/commit/bd9475df89d97c912237a25b3b42d4c64bd3b288))
15+
* migrate away from archived mitchellh modules ([#1286](https://github.com/statnett/image-scanner-operator/issues/1286)) ([5b3d25a](https://github.com/statnett/image-scanner-operator/commit/5b3d25a18801cafbda288b9149d4d7a228bd5282))
16+
317
## [0.8.35](https://github.com/statnett/image-scanner-operator/compare/v0.8.34...v0.8.35) (2025-02-14)
418

519

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ base. Your initial kustomization.yaml could be as simple as:
134134
<!-- x-release-please-start-version -->
135135
```yaml
136136
resources:
137-
- https://github.com/statnett/image-scanner-operator?ref=v0.8.35
137+
- https://github.com/statnett/image-scanner-operator?ref=v0.8.36
138138
```
139139
<!-- x-release-please-end -->
140140

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

0 commit comments

Comments
 (0)