From c25e1a5fd47ec394f653b39a94e7bfa15f8d72eb 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: Fri, 1 Sep 2023 18:08:39 -0400 Subject: [PATCH] Update hashicorp/vault-plugin-secrets-mongodbatlas to v0.10.1 (#22748) * Automated dependency upgrades * Add changelog --------- Co-authored-by: hc-github-team-secure-vault-ecosystem --- changelog/22748.txt | 3 +++ go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 changelog/22748.txt diff --git a/changelog/22748.txt b/changelog/22748.txt new file mode 100644 index 0000000000..d466eaa198 --- /dev/null +++ b/changelog/22748.txt @@ -0,0 +1,3 @@ +```release-note:change +secrets/mongodbatlas: Update plugin to v0.10.1 +``` diff --git a/go.mod b/go.mod index e8ebc73055..e212640edd 100644 --- a/go.mod +++ b/go.mod @@ -146,7 +146,7 @@ require ( github.com/hashicorp/vault-plugin-secrets-gcpkms v0.15.0 github.com/hashicorp/vault-plugin-secrets-kubernetes v0.5.0 github.com/hashicorp/vault-plugin-secrets-kv v0.16.1 - github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.10.0 + github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.10.1 github.com/hashicorp/vault-plugin-secrets-openldap v0.11.2 github.com/hashicorp/vault-plugin-secrets-terraform v0.7.1 github.com/hashicorp/vault-testing-stepwise v0.1.3 diff --git a/go.sum b/go.sum index dd32b671cd..0e66ac6573 100644 --- a/go.sum +++ b/go.sum @@ -2017,8 +2017,8 @@ github.com/hashicorp/vault-plugin-secrets-kubernetes v0.5.0 h1:g0W1ybHjO945jDtuD github.com/hashicorp/vault-plugin-secrets-kubernetes v0.5.0/go.mod h1:2wobeIypBESGQYmhv12vuAorCvfETHpBoMyrb+6QTmQ= github.com/hashicorp/vault-plugin-secrets-kv v0.16.1 h1:Giy/sj9O9BYdZbNsAkYvNmns5KikZI5RsFb4bBPFXds= github.com/hashicorp/vault-plugin-secrets-kv v0.16.1/go.mod h1:oJwVConr6pkDIIO8q8OO3FP5WtWj/iSWuhiPVdKt67E= -github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.10.0 h1:FB860wKclwLBvBHkQb5nq8bGMUAsuw0khrYT1RM0NR0= -github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.10.0/go.mod h1:6YPhFm57C3DvPueHEGdTLK94g3gZI/gdiRrSwO5Fym8= +github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.10.1 h1:6WyystBBEx1bDpkZO99wI3RbNvhUTVR6/ihHDeZMsPw= +github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.10.1/go.mod h1:OdXvez+GH0XBSRS7gxbS8B1rLUPb8bGk+bDVyEaAzI8= github.com/hashicorp/vault-plugin-secrets-openldap v0.11.2 h1:LNzIP4zfWivAy/hgCIwETJFr7BBS91bsJ6AlsGhqAc8= github.com/hashicorp/vault-plugin-secrets-openldap v0.11.2/go.mod h1:osvWc6/BOZPR8Mdqp5dF40dAaHddEiylO1pDRI7DOqo= github.com/hashicorp/vault-plugin-secrets-terraform v0.7.1 h1:Icb3EDpNvb4ltnGff2Zrm3JVNDDdbbL2wdA2LouD2KQ=