Skip to content

Commit 922892f

Browse files
chore(main): release 0.8.37
1 parent 2a4a838 commit 922892f

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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.36"
2+
".": "0.8.37"
33
}

CHANGELOG.md

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

3+
## [0.8.37](https://github.com/statnett/image-scanner-operator/compare/v0.8.36...v0.8.37) (2025-02-22)
4+
5+
6+
### Bug Fixes
7+
8+
* enable controller-runtime priority queue ([#1290](https://github.com/statnett/image-scanner-operator/issues/1290)) ([6d7ffd5](https://github.com/statnett/image-scanner-operator/commit/6d7ffd547ecea128e402fc133a28338de169d5bb))
9+
* only process stable/current pods ([#1289](https://github.com/statnett/image-scanner-operator/issues/1289)) ([2a4a838](https://github.com/statnett/image-scanner-operator/commit/2a4a838b5a7ccaa8049e408a742ee952da50c55d))
10+
311
## [0.8.36](https://github.com/statnett/image-scanner-operator/compare/v0.8.35...v0.8.36) (2025-02-21)
412

513

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.36
137+
- https://github.com/statnett/image-scanner-operator?ref=v0.8.37
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.36 # x-release-please-version
8+
newTag: 0.8.37 # x-release-please-version

0 commit comments

Comments
 (0)