Update vault-plugin-secrets-openldap to v0.15.3 (#30265)

* uppdate vault-plugin-secrets-openldap to v0.15.3

* add changelog (VAULT-35117)

* fix changelog
This commit is contained in:
Ellie 2025-04-16 12:09:12 -05:00 committed by GitHub
parent 33b9b52556
commit 64584e75c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 4 deletions

5
changelog/30265.txt Normal file
View file

@ -0,0 +1,5 @@
```release-note:bug
secrets/openldap: Prevent static role rotation on upgrade when `NextVaultRotation` is nil.
Fixes an issue where static roles were unexpectedly rotated after upgrade due to a missing `NextVaultRotation` value.
Now sets it to either `LastVaultRotation + RotationPeriod` or `now + RotationPeriod`.
```

4
go.mod
View file

@ -10,7 +10,7 @@ module github.com/hashicorp/vault
// semantic related to Go module handling), this comment should be updated to explain that.
//
// Whenever this value gets updated, sdk/go.mod should be updated to the same value.
go 1.23.6
go 1.23.8
replace github.com/hashicorp/vault/api => ./api
@ -159,7 +159,7 @@ require (
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.10.0
github.com/hashicorp/vault-plugin-secrets-kv v0.21.0
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.14.0
github.com/hashicorp/vault-plugin-secrets-openldap v0.15.2
github.com/hashicorp/vault-plugin-secrets-openldap v0.15.3
github.com/hashicorp/vault-plugin-secrets-terraform v0.11.0
github.com/hashicorp/vault-testing-stepwise v0.3.2
github.com/hashicorp/vault/api v1.16.0

4
go.sum
View file

@ -1607,8 +1607,8 @@ github.com/hashicorp/vault-plugin-secrets-kv v0.21.0 h1:P8WPzAkttLnhZyhTmY15bKlG
github.com/hashicorp/vault-plugin-secrets-kv v0.21.0/go.mod h1:CY63j85kYvO+GjDvMmZlhyJixoQhEf+SenY/OwNSrpI=
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.14.0 h1:N7zUrgQqvDVUsOZW4x49Cbx6WcjEU5Qwe8hrr4lYvV8=
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.14.0/go.mod h1:nRcr6W9rb3vDMLDGb/ZovsFhrEM8Q1WLNUKDGRaDplM=
github.com/hashicorp/vault-plugin-secrets-openldap v0.15.2 h1:TJWLlTManbIA1AVVgj+3PTwmsYd2ppf2O4qATrdRc+o=
github.com/hashicorp/vault-plugin-secrets-openldap v0.15.2/go.mod h1:tJDZLDAk4Y0po8t6OvBf/mwFMScWzhXYiVPH666CAks=
github.com/hashicorp/vault-plugin-secrets-openldap v0.15.3 h1:2rcCLUoH3bAlr2eneqBQga1BV86LVPTjENcixvaoSAg=
github.com/hashicorp/vault-plugin-secrets-openldap v0.15.3/go.mod h1:C9YSL/GtIDo0HWfv1HMa+5jiGbJ3ap6ZfDIaBbYtfSo=
github.com/hashicorp/vault-plugin-secrets-terraform v0.11.0 h1:dIOJ7VKyYU8o9xH1DuD61Fsfl6uSPHy6OrYdEjp4Ku0=
github.com/hashicorp/vault-plugin-secrets-terraform v0.11.0/go.mod h1:6FNbBAQvISpPqLXdvhV8MvxXKWG9iS+D+spzIGU2WuI=
github.com/hashicorp/vault-testing-stepwise v0.3.2 h1:FCe0yrbK/hHiHqzu7utLcvCTTKjghWHyXwOQ2lxfoQM=