Skip to content

Commit 2adedc3

Browse files
chore(main): release 0.8.44 (#1363)
Co-authored-by: statnett-bot[bot] <144323495+statnett-bot[bot]@users.noreply.github.com>
1 parent 1aad6b5 commit 2adedc3

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.43"
2+
".": "0.8.44"
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.44](https://github.com/statnett/image-scanner-operator/compare/v0.8.43...v0.8.44) (2025-04-10)
4+
5+
6+
### Reverts
7+
8+
* "fix: enable controller-runtime priority queue" ([#1362](https://github.com/statnett/image-scanner-operator/issues/1362)) ([43db314](https://github.com/statnett/image-scanner-operator/commit/43db314ee352c0708d37e9f6694ffd6881a15032))
9+
310
## [0.8.43](https://github.com/statnett/image-scanner-operator/compare/v0.8.42...v0.8.43) (2025-04-09)
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.43
137+
- https://github.com/statnett/image-scanner-operator?ref=v0.8.44
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.43 # x-release-please-version
8+
newTag: 0.8.44 # x-release-please-version

0 commit comments

Comments
 (0)