Skip to content

Commit

Permalink
Prepare for v0.20.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlaticanin committed Sep 4, 2024
1 parent 8dc641d commit 5867970
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.2
1.22.6
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## Unreleased

## v0.20.0
IMPROVEMENTS:
* Bump Go version to 1.22.6
* Updated dependencies [[GH-208]](https://github.com/hashicorp/vault-plugin-secrets-azure/pull/208):
* `github.com/Azure/azure-sdk-for-go/sdk/azcore` v1.11.1 -> v1.14.0
* `github.com/Azure/azure-sdk-for-go/sdk/azidentity` v1.6.0 -> v1.7.0
* `github.com/go-test/deep` v1.1.0 -> v1.1.1
* `github.com/hashicorp/vault/api` v1.13.0 -> v1.14.0
* `github.com/hashicorp/vault/sdk` v0.12.0 -> v0.13.0
* `github.com/microsoftgraph/msgraph-sdk-go` v1.42.0 -> v1.47.0
* `github.com/microsoftgraph/msgraph-sdk-go-core` v1.1.0 -> v1.2.1
* `github.com/docker/docker` v25.0.5+incompatible -> v25.0.6+incompatible [[GH-217]](https://github.com/hashicorp/vault-plugin-secrets-azure/pull/217)

FEATURES:
* Adds ability to limit the lifetime of service principal secrets in Azure through `explicit_max_ttl` on roles ([GH-199](https://github.com/hashicorp/vault-plugin-secrets-azure/pull/199))

Expand Down

0 comments on commit 5867970

Please sign in to comment.