Skip to content

Commit

Permalink
chore: update changelog with 0.3.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LeTT00r committed Apr 2, 2024
1 parent c736912 commit 892faf1
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,58 @@
## 0.3.5 (2024-04-02)


### Bug Fixes

* **common**: unit tests ([c7369121](https://github.com/postfinance/vault-kubernetes/commit/c7369121))


### Build System

* **deps**: bump github.com/stretchr/testify from 1.8.4 to 1.9.0 ([5bceab69](https://github.com/postfinance/vault-kubernetes/commit/5bceab69))
> Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
> - [Release notes](https://github.com/stretchr/testify/releases)
> - [Commits](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0)
>
> ---
> updated-dependencies:
> - dependency-name: github.com/stretchr/testify
> dependency-type: direct:production
> update-type: version-update:semver-minor
> ...
* **deps**: bump k8s.io/api from 0.29.0 to 0.29.3 ([c01c6096](https://github.com/postfinance/vault-kubernetes/commit/c01c6096))
> Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.29.0 to 0.29.3.
> - [Commits](https://github.com/kubernetes/api/compare/v0.29.0...v0.29.3)
>
> ---
> updated-dependencies:
> - dependency-name: k8s.io/api
> dependency-type: direct:production
> update-type: version-update:semver-patch
> ...
* **deps**: bump k8s.io/apimachinery from 0.29.0 to 0.29.3 ([cb7868ba](https://github.com/postfinance/vault-kubernetes/commit/cb7868ba))
> Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.29.0 to 0.29.3.
> - [Commits](https://github.com/kubernetes/apimachinery/compare/v0.29.0...v0.29.3)
>
> ---
> updated-dependencies:
> - dependency-name: k8s.io/apimachinery
> dependency-type: direct:production
> update-type: version-update:semver-patch
> ...
* **deps**: bump k8s.io/client-go from 0.29.0 to 0.29.3 ([7a1f6282](https://github.com/postfinance/vault-kubernetes/commit/7a1f6282))
> Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.29.0 to 0.29.3.
> - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
> - [Commits](https://github.com/kubernetes/client-go/compare/v0.29.0...v0.29.3)
>
> ---
> updated-dependencies:
> - dependency-name: k8s.io/client-go
> dependency-type: direct:production
> update-type: version-update:semver-patch
> ...


## 0.3.4 (2024-01-10)


Expand Down

0 comments on commit 892faf1

Please sign in to comment.