Skip to content

Commit

Permalink
chore(main): release 0.8.36 (#1284)
Browse files Browse the repository at this point in the history
Co-authored-by: statnett-bot[bot] <144323495+statnett-bot[bot]@users.noreply.github.com>
  • Loading branch information
statnett-bot[bot] authored Feb 21, 2025
1 parent ed73801 commit 058b82e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.35"
".": "0.8.36"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.8.36](https://github.com/statnett/image-scanner-operator/compare/v0.8.35...v0.8.36) (2025-02-21)


### Features

* 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))


### Bug Fixes

* **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))
* **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))
* 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))

## [0.8.35](https://github.com/statnett/image-scanner-operator/compare/v0.8.34...v0.8.35) (2025-02-14)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ base. Your initial kustomization.yaml could be as simple as:
<!-- x-release-please-start-version -->
```yaml
resources:
- https://github.com/statnett/image-scanner-operator?ref=v0.8.35
- https://github.com/statnett/image-scanner-operator?ref=v0.8.36
```
<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: registry.dummy-domain.com/image-scanner/controller
newName: ghcr.io/statnett/image-scanner-operator
newTag: 0.8.35 # x-release-please-version
newTag: 0.8.36 # x-release-please-version

0 comments on commit 058b82e

Please sign in to comment.