Skip to content

Commit e9a3add

Browse files
chore(main): release 0.8.43 (#1358)
Co-authored-by: statnett-bot[bot] <144323495+statnett-bot[bot]@users.noreply.github.com>
1 parent 31ff234 commit e9a3add

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.42"
2+
".": "0.8.43"
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.43](https://github.com/statnett/image-scanner-operator/compare/v0.8.42...v0.8.43) (2025-04-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update module github.com/prometheus/client_golang to v1.22.0 ([#1357](https://github.com/statnett/image-scanner-operator/issues/1357)) ([a22dcdc](https://github.com/statnett/image-scanner-operator/commit/a22dcdc2e24021f038706200cc11adcb4da8b520))
9+
* Don't requeue any pod events ([#1359](https://github.com/statnett/image-scanner-operator/issues/1359)) ([74c103c](https://github.com/statnett/image-scanner-operator/commit/74c103c597e7c63d4aa3a575aaf3cc034e19ad1c))
10+
311
## [0.8.42](https://github.com/statnett/image-scanner-operator/compare/v0.8.41...v0.8.42) (2025-04-07)
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.42
137+
- https://github.com/statnett/image-scanner-operator?ref=v0.8.43
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.42 # x-release-please-version
8+
newTag: 0.8.43 # x-release-please-version

0 commit comments

Comments
 (0)