Skip to content

Commit

Permalink
chore: update changelog with 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zbindenren committed Oct 18, 2022
1 parent 23453e3 commit 736ea87
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,52 @@
## 0.3.0 (2022-10-18)


### Build System

* **deps**: bump github.com/stretchr/testify from 1.7.0 to 1.7.1 ([de97fc76](https://github.com/postfinance/vault-kubernetes/commit/de97fc76))
> Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.7.1.
> - [Release notes](https://github.com/stretchr/testify/releases)
> - [Commits](https://github.com/stretchr/testify/compare/v1.7.0...v1.7.1)
>
> ---
> updated-dependencies:
> - dependency-name: github.com/stretchr/testify
> dependency-type: direct:production
> update-type: version-update:semver-patch
> ...
* **deps**: bump k8s.io/api from 0.23.4 to 0.23.5 ([fb63e9f2](https://github.com/postfinance/vault-kubernetes/commit/fb63e9f2))
> Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.23.4 to 0.23.5.
> - [Release notes](https://github.com/kubernetes/api/releases)
> - [Commits](https://github.com/kubernetes/api/compare/v0.23.4...v0.23.5)
>
> ---
> updated-dependencies:
> - dependency-name: k8s.io/api
> dependency-type: direct:production
> update-type: version-update:semver-patch
> ...
* **deps**: bump k8s.io/client-go from 0.23.4 to 0.23.5 ([daf9ad13](https://github.com/postfinance/vault-kubernetes/commit/daf9ad13))
> Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.23.4 to 0.23.5.
> - [Release notes](https://github.com/kubernetes/client-go/releases)
> - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
> - [Commits](https://github.com/kubernetes/client-go/compare/v0.23.4...v0.23.5)
>
> ---
> updated-dependencies:
> - dependency-name: k8s.io/client-go
> dependency-type: direct:production
> update-type: version-update:semver-patch
> ...
* **deps**: k8s.io/api 0.24.3 -> 0.25.3 ([26827933](https://github.com/postfinance/vault-kubernetes/commit/26827933))
* **deps**: k8s.io/client-go 0.24.3 -> 0.25.3 ([22f9a423](https://github.com/postfinance/vault-kubernetes/commit/22f9a423))


### New Features

* **common**: use distroless image from gcr.io ([583d2704](https://github.com/postfinance/vault-kubernetes/commit/583d2704))



## 0.2.6 (2022-03-14)


Expand Down

0 comments on commit 736ea87

Please sign in to comment.