Skip to content

Commit

Permalink
chore(main): release 0.5.6 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelol authored May 12, 2023
1 parent 9834d9f commit 5bd5784
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.5.6](https://github.com/statnett/image-scanner-operator/compare/v0.5.5...v0.5.6) (2023-05-12)


### Bug Fixes

* revert change in scan job pod error handling ([#371](https://github.com/statnett/image-scanner-operator/issues/371)) ([6bc7359](https://github.com/statnett/image-scanner-operator/commit/6bc7359dc2051bc6fe1a26179ce3633e31707d2d))


### Dependency Updates

* **deps:** bump github.com/distribution/distribution from 2.8.1+incompatible to 2.8.2+incompatible ([#374](https://github.com/statnett/image-scanner-operator/issues/374)) ([9834d9f](https://github.com/statnett/image-scanner-operator/commit/9834d9fd44b5c36d7bb15ee06de64fdea36a2268))
* **deps:** bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible ([#373](https://github.com/statnett/image-scanner-operator/issues/373)) ([d869eaf](https://github.com/statnett/image-scanner-operator/commit/d869eaf8c5381f3c132c08a9c54978105e58b4ba))

## [0.5.5](https://github.com/statnett/image-scanner-operator/compare/v0.5.4...v0.5.5) (2023-05-10)


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

0 comments on commit 5bd5784

Please sign in to comment.