Skip to content

Commit

Permalink
secrets/azure: upgrade to v0.14.2 for bug fix (#21633)
Browse files Browse the repository at this point in the history
* secrets/azure: upgrade to v0.14.2 for bug fix

* adds changelog
  • Loading branch information
austingebauer committed Jul 6, 2023
1 parent 6318c96 commit f2818df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changelog/21633.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
secrets/azure: Fix intermittent 401s by preventing performance secondary clusters from rotating root credentials.
```
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ require (
github.com/hashicorp/vault-plugin-mock v0.16.1
github.com/hashicorp/vault-plugin-secrets-ad v0.14.1
github.com/hashicorp/vault-plugin-secrets-alicloud v0.13.0
github.com/hashicorp/vault-plugin-secrets-azure v0.14.1
github.com/hashicorp/vault-plugin-secrets-azure v0.14.2
github.com/hashicorp/vault-plugin-secrets-gcp v0.14.1
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.13.0
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.2.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1131,8 +1131,8 @@ github.com/hashicorp/vault-plugin-secrets-ad v0.14.1 h1:XAkEJ9iFJoBwYFYv3wTcdVFq
github.com/hashicorp/vault-plugin-secrets-ad v0.14.1/go.mod h1:5XIn6cw1+gG+WWxK0SdEAKCDOXTp+MX90PzZ7f3Eks0=
github.com/hashicorp/vault-plugin-secrets-alicloud v0.13.0 h1:eWDAAvZsKHhnXF8uCiyF/wDqT57fflCs54PTIolONBo=
github.com/hashicorp/vault-plugin-secrets-alicloud v0.13.0/go.mod h1:F4KWrlCQZbhP2dFXCkRvbHX2J6CTydlaY0cH+OrLHCE=
github.com/hashicorp/vault-plugin-secrets-azure v0.14.1 h1:Dh4b7sILU+O17K+g2tWGdeGq9djPw5rqFCOX69JxJbA=
github.com/hashicorp/vault-plugin-secrets-azure v0.14.1/go.mod h1:Xw8CQPkyZSJRK9BXKBruf6kOO8rLyXEf40o19ClK9kY=
github.com/hashicorp/vault-plugin-secrets-azure v0.14.2 h1:76n+SYHr2TV1WIfQxcbIrRM8gpAsqIX9BA0DuDcT/Vs=
github.com/hashicorp/vault-plugin-secrets-azure v0.14.2/go.mod h1:Xw8CQPkyZSJRK9BXKBruf6kOO8rLyXEf40o19ClK9kY=
github.com/hashicorp/vault-plugin-secrets-gcp v0.14.1 h1:e9uQuKQ4hJWwa19IUSNMolhT0BczyoDryMN83gr3dhY=
github.com/hashicorp/vault-plugin-secrets-gcp v0.14.1/go.mod h1:kRgZfXRD9qUHoGclaR09tKXXwkwNrkY+D76ahetsaB8=
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.13.0 h1:R36pNaaN4tJyIrPJej7/355Qt5+Q5XUTB+Az6rGs5xg=
Expand Down

0 comments on commit f2818df

Please sign in to comment.