Skip to content

Commit

Permalink
chore(main): release 0.8.28 (#1203)
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 Dec 9, 2024
1 parent 4a9ffd3 commit edd23dc
Show file tree
Hide file tree
Showing 4 changed files with 10 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.27"
".": "0.8.28"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.8.28](https://github.com/statnett/image-scanner-operator/compare/v0.8.27...v0.8.28) (2024-12-09)


### Bug Fixes

* **deps:** update ghcr.io/aquasecurity/trivy docker tag to v0.58.0 ([#1199](https://github.com/statnett/image-scanner-operator/issues/1199)) ([3c3af55](https://github.com/statnett/image-scanner-operator/commit/3c3af55d35b3d124696bd890cb591c8aa512091d))

## [0.8.27](https://github.com/statnett/image-scanner-operator/compare/v0.8.26...v0.8.27) (2024-12-02)


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

0 comments on commit edd23dc

Please sign in to comment.