Skip to content

Commit

Permalink
chore(main): release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelol committed Jan 24, 2023
1 parent bcfbd53 commit dd30297
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.1.2](https://github.com/statnett/image-scanner-operator/compare/v0.1.1...v0.1.2) (2023-01-24)


### Dependency Updates

* **deps:** bump github.com/onsi/gomega from 1.25.0 to 1.26.0 ([#122](https://github.com/statnett/image-scanner-operator/issues/122)) ([bcfbd53](https://github.com/statnett/image-scanner-operator/commit/bcfbd53171599a0f60d697c26bcbc26cd60d5d90))
* **deps:** bump github.com/spf13/viper from 1.14.0 to 1.15.0 ([#107](https://github.com/statnett/image-scanner-operator/issues/107)) ([7d541cb](https://github.com/statnett/image-scanner-operator/commit/7d541cb2d63b3a1c233ad9a767b8cf3e5d625753))
* **deps:** bump k8s.io/api from 0.26.0 to 0.26.1 ([#104](https://github.com/statnett/image-scanner-operator/issues/104)) ([1d17f1e](https://github.com/statnett/image-scanner-operator/commit/1d17f1efe5bb49d15bb33eb9bb94f31bd3accb4d))
* **deps:** bump k8s.io/apimachinery from 0.26.0 to 0.26.1 ([#105](https://github.com/statnett/image-scanner-operator/issues/105)) ([74ac40e](https://github.com/statnett/image-scanner-operator/commit/74ac40e3b992d7d0b2c8999eb3a00d72bba520c0))
* **deps:** bump k8s.io/client-go from 0.26.0 to 0.26.1 ([#106](https://github.com/statnett/image-scanner-operator/issues/106)) ([aca2d41](https://github.com/statnett/image-scanner-operator/commit/aca2d411809bc068ed4a7abaf635cf153d07beca))

## [0.1.1](https://github.com/statnett/image-scanner-operator/compare/v0.1.0...v0.1.1) (2023-01-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.1.1
- https://github.com/statnett/image-scanner-operator?ref=v0.1.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: image-scanner/controller
newName: ghcr.io/statnett/image-scanner-operator
newTag: 0.1.1 # x-release-please-version
newTag: 0.1.2 # x-release-please-version

0 comments on commit dd30297

Please sign in to comment.