Skip to content

Commit

Permalink
chore(main): release 0.8.2 (#866)
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 Mar 19, 2024
1 parent d2ac6e3 commit 5c816ac
Show file tree
Hide file tree
Showing 4 changed files with 13 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.1"
".": "0.8.2"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.8.2](https://github.com/statnett/image-scanner-operator/compare/v0.8.1...v0.8.2) (2024-03-19)


### Bug Fixes

* **deps:** update ghcr.io/aquasecurity/trivy docker tag to v0.50.0 ([#865](https://github.com/statnett/image-scanner-operator/issues/865)) ([3124cb4](https://github.com/statnett/image-scanner-operator/commit/3124cb4f32cd2c0000ae2fd828bbbac3a86fdc63))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.17.0 ([#863](https://github.com/statnett/image-scanner-operator/issues/863)) ([469f31b](https://github.com/statnett/image-scanner-operator/commit/469f31be138c5cb731736c8f387bb9bc41636d3d))
* **deps:** update module github.com/onsi/gomega to v1.32.0 ([#864](https://github.com/statnett/image-scanner-operator/issues/864)) ([fb93745](https://github.com/statnett/image-scanner-operator/commit/fb937452c200bee40c6a1751c7b22f3b35acc3cf))
* ensure valid scan job name ([#867](https://github.com/statnett/image-scanner-operator/issues/867)) ([d2ac6e3](https://github.com/statnett/image-scanner-operator/commit/d2ac6e3b57f2b5db5ee131b5e87e2d7720c807a6))

## [0.8.1](https://github.com/statnett/image-scanner-operator/compare/v0.8.0...v0.8.1) (2024-03-18)


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

0 comments on commit 5c816ac

Please sign in to comment.