Skip to content

Commit d3101a9

Browse files
Update vault-plugin-secrets-openldap to v0.14.4 (#29131)
1 parent 2d15f70 commit d3101a9

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

changelog/29131.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:change
2+
secrets/openldap: Update plugin to v0.14.4
3+
```

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ require (
150150
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.9.0
151151
github.com/hashicorp/vault-plugin-secrets-kv v0.20.0
152152
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.13.0
153-
github.com/hashicorp/vault-plugin-secrets-openldap v0.14.3
153+
github.com/hashicorp/vault-plugin-secrets-openldap v0.14.4
154154
github.com/hashicorp/vault-plugin-secrets-terraform v0.10.0
155155
github.com/hashicorp/vault-testing-stepwise v0.3.1
156156
github.com/hashicorp/vault/api v1.15.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1600,8 +1600,8 @@ github.com/hashicorp/vault-plugin-secrets-kv v0.20.0 h1:p1RVmd4x1rgGK0tN8DDu21J2
16001600
github.com/hashicorp/vault-plugin-secrets-kv v0.20.0/go.mod h1:bCpMggD3Z0+H+3dOmTCoQjBHC53jA08lPqOLmFrHBi8=
16011601
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.13.0 h1:BeDS7luTeOW0braIbtuyairFF8SEz7k3nvi9e+mJ2Ok=
16021602
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.13.0/go.mod h1:sprde+S70PBIbgOLUAKDxR+xNF714ksBBVh77O3hnWc=
1603-
github.com/hashicorp/vault-plugin-secrets-openldap v0.14.3 h1:HY8q7qVmhtBYiNa5K24wws72jPjwzkSuAt7LwkRcT8Q=
1604-
github.com/hashicorp/vault-plugin-secrets-openldap v0.14.3/go.mod h1:wqOf/QJqrrNXjnm0eLUnm5Ju9s/LIZUl6wEKmnFL9Uo=
1603+
github.com/hashicorp/vault-plugin-secrets-openldap v0.14.4 h1:BA5gf+itQ4FtEg4gyXvEZW0ioRCSUNnO3+XBrxDNi9A=
1604+
github.com/hashicorp/vault-plugin-secrets-openldap v0.14.4/go.mod h1:mdECWDLyILokYVpdBgwvHWkPJ+cEnSTxR6yDT0TBS98=
16051605
github.com/hashicorp/vault-plugin-secrets-terraform v0.10.0 h1:YzOJrpuDRNrw5SQ4i7IEjedF40I/7ejupQy+gAyQ6Zg=
16061606
github.com/hashicorp/vault-plugin-secrets-terraform v0.10.0/go.mod h1:j2nbB//xAQMD+5JivVDalwDEyzJY3AWzKIkw6k65xJQ=
16071607
github.com/hashicorp/vault-testing-stepwise v0.3.1 h1:SqItnMWOOknQfJJR49Fps34ZfBMWSqBFFTx6NoTHzNw=

0 commit comments

Comments
 (0)