Skip to content

Commit a34121a

Browse files
chore(main): release 0.8.37
1 parent 6d7ffd5 commit a34121a

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.8.36"
2+
".": "0.8.37"
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.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+
310
## [0.8.36](https://github.com/statnett/image-scanner-operator/compare/v0.8.35...v0.8.36) (2025-02-21)
411

512

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)