Skip to content

Commit

Permalink
chore(main): release 0.5.4 (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelol authored May 4, 2023
1 parent 30a2796 commit 67bbfea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.5.4](https://github.com/statnett/image-scanner-operator/compare/v0.5.3...v0.5.4) (2023-05-04)


### Dependency Updates

* **deps:** bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.9.4 ([#362](https://github.com/statnett/image-scanner-operator/issues/362)) ([d716d48](https://github.com/statnett/image-scanner-operator/commit/d716d4814289540e76f408df3283462505830c5f))
* **deps:** bump github.com/prometheus/client_golang from 1.15.0 to 1.15.1 ([#361](https://github.com/statnett/image-scanner-operator/issues/361)) ([4433b65](https://github.com/statnett/image-scanner-operator/commit/4433b6539701ebfff8dcda7756b7057e28774f4d))

## [0.5.3](https://github.com/statnett/image-scanner-operator/compare/v0.5.2...v0.5.3) (2023-05-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.5.3
- https://github.com/statnett/image-scanner-operator?ref=v0.5.4
```
<!-- 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.5.3 # x-release-please-version
newTag: 0.5.4 # x-release-please-version

0 comments on commit 67bbfea

Please sign in to comment.