Skip to content

Commit

Permalink
chore(main): release 0.8.11 (#976)
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 Jun 5, 2024
1 parent c5c4ac1 commit 2678075
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.10"
".": "0.8.11"
}
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.11](https://github.com/statnett/image-scanner-operator/compare/v0.8.10...v0.8.11) (2024-06-05)


### Features

* reconcile cis with all owning pods ([#978](https://github.com/statnett/image-scanner-operator/issues/978)) ([c5c4ac1](https://github.com/statnett/image-scanner-operator/commit/c5c4ac18ed83c2e756753751ca3be2b6362eb94f))


### Bug Fixes

* **deps:** update ghcr.io/aquasecurity/trivy docker tag to v0.52.0 ([#977](https://github.com/statnett/image-scanner-operator/issues/977)) ([bdaec85](https://github.com/statnett/image-scanner-operator/commit/bdaec856a8414c9e761e328f2fcf43d97f6508bd))
* **deps:** update module github.com/spf13/viper to v1.19.0 ([#975](https://github.com/statnett/image-scanner-operator/issues/975)) ([d9a4f14](https://github.com/statnett/image-scanner-operator/commit/d9a4f14ff35de776a4b6cd9b588013b05117ffe5))
* **deps:** update module github.com/statnett/controller-runtime-viper to v0.3.23 ([#979](https://github.com/statnett/image-scanner-operator/issues/979)) ([a5b863a](https://github.com/statnett/image-scanner-operator/commit/a5b863a650da4d81ba03cd8eb3f0e4f0d12ee09d))

## [0.8.10](https://github.com/statnett/image-scanner-operator/compare/v0.8.9...v0.8.10) (2024-05-24)


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.10
- https://github.com/statnett/image-scanner-operator?ref=v0.8.11
```
<!-- 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.10 # x-release-please-version
newTag: 0.8.11 # x-release-please-version

0 comments on commit 2678075

Please sign in to comment.