Skip to content

Commit

Permalink
chore(main): release 0.6.11 (#612)
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
mikaelol and statnett-bot[bot] authored Oct 12, 2023
1 parent 96169a0 commit 666cc59
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.6.11](https://github.com/statnett/image-scanner-operator/compare/v0.6.10...v0.6.11) (2023-10-12)


### Bug Fixes

* **deps:** update module github.com/statnett/controller-runtime-viper to v0.3.5 ([#645](https://github.com/statnett/image-scanner-operator/issues/645)) ([96169a0](https://github.com/statnett/image-scanner-operator/commit/96169a07eb6ea97c02c262d49c7c29b8502ab906))
* golangci-lint issues ([#616](https://github.com/statnett/image-scanner-operator/issues/616)) ([2e49a87](https://github.com/statnett/image-scanner-operator/commit/2e49a870e4933737d91ea3fba4a03b3eb0a2381f))


### Reverts

* "ci: try GHCR cleanup with Statnett BOT token" ([#607](https://github.com/statnett/image-scanner-operator/issues/607)) ([c41a5a4](https://github.com/statnett/image-scanner-operator/commit/c41a5a47fd8e6770b10da8702f784e14aeed23a0))

## [0.6.10](https://github.com/statnett/image-scanner-operator/compare/v0.6.9...v0.6.10) (2023-09-29)


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.6.10
- https://github.com/statnett/image-scanner-operator?ref=v0.6.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.6.10 # x-release-please-version
newTag: 0.6.11 # x-release-please-version

0 comments on commit 666cc59

Please sign in to comment.