From 582d87cc80fe376fabd4cd86266a407672fbffd7 Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core <82990506+hc-github-team-secure-vault-core@users.noreply.github.com> Date: Mon, 20 May 2024 12:10:47 -0700 Subject: [PATCH] Update vault-plugin-secrets-openldap to v0.13.0 (#27137) * Update vault-plugin-secrets-openldap to v0.13.0 * Add changelog --------- Co-authored-by: hc-github-team-secure-vault-ecosystem --- changelog/27137.txt | 3 +++ go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 changelog/27137.txt diff --git a/changelog/27137.txt b/changelog/27137.txt new file mode 100644 index 0000000000..e977dd4298 --- /dev/null +++ b/changelog/27137.txt @@ -0,0 +1,3 @@ +```release-note:change +secrets/openldap: Update plugin to v0.13.0 +``` diff --git a/go.mod b/go.mod index 910b3de93e..0ae9b0b5f1 100644 --- a/go.mod +++ b/go.mod @@ -153,7 +153,7 @@ require ( github.com/hashicorp/vault-plugin-secrets-kubernetes v0.7.0 github.com/hashicorp/vault-plugin-secrets-kv v0.18.0 github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.11.0 - github.com/hashicorp/vault-plugin-secrets-openldap v0.12.1 + github.com/hashicorp/vault-plugin-secrets-openldap v0.13.0 github.com/hashicorp/vault-plugin-secrets-terraform v0.7.5 github.com/hashicorp/vault-testing-stepwise v0.1.4 github.com/hashicorp/vault/api v1.13.0 diff --git a/go.sum b/go.sum index bfeff9a098..c20d01f2d8 100644 --- a/go.sum +++ b/go.sum @@ -2560,8 +2560,8 @@ github.com/hashicorp/vault-plugin-secrets-kv v0.18.0 h1:pho3GabXdDp8KM0UTNG88W0y github.com/hashicorp/vault-plugin-secrets-kv v0.18.0/go.mod h1:RWDJ382+SsTX/s+zfxkjkvIf9ckCUOhzJbg5AVRdNVY= github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.11.0 h1:NU7X28xzc/WBY0jMJNnan+elmKFWv/n5zbWXHfKf9/I= github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.11.0/go.mod h1:l6kmbSsAVTrzhsliH283dTo9LYZ4ClPMbBgEyWiUtz8= -github.com/hashicorp/vault-plugin-secrets-openldap v0.12.1 h1:8BSRXpPplF15ZL77vIQFi9+8zUmbVWjHpdEmkIaqVLg= -github.com/hashicorp/vault-plugin-secrets-openldap v0.12.1/go.mod h1:epAxjKFROBOI5rUg/8UgRmQlboR4l0AMoAPP5Mx9qkI= +github.com/hashicorp/vault-plugin-secrets-openldap v0.13.0 h1:FZ6kuNa2QU6V42khklnuXfMCwAvSOkCy24235UNQceM= +github.com/hashicorp/vault-plugin-secrets-openldap v0.13.0/go.mod h1:s8mEVRoufS+ukZEPOgnmZbJia9LHibGZraGyvoF9B34= github.com/hashicorp/vault-plugin-secrets-terraform v0.7.5 h1:nyhdeSdkcb5ZT0drFaW3IePL0aUmcVTzuOToG7RjHwY= github.com/hashicorp/vault-plugin-secrets-terraform v0.7.5/go.mod h1:mVZiKjHtll1vqOvThL6F29W1DM2DK5FerAmO7SNz/VE= github.com/hashicorp/vault-testing-stepwise v0.1.4 h1:Lsv1KdpQyjhvmLgKeH65FG5MmY5hMkF5LoX3xIxurjg=