Update vault-plugin-secrets-mongodbatlas to v0.15.0 (#30860)

* Update vault-plugin-secrets-mongodbatlas to v0.15.0

* Add changelog

---------

Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com>
Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
This commit is contained in:
hc-github-team-secure-vault-core 2025-06-13 08:27:00 -07:00 committed by GitHub
parent 5a321b8d96
commit fe9aaca5f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

3
changelog/30860.txt Normal file
View file

@ -0,0 +1,3 @@
```release-note:change
secrets/mongodbatlas: Update plugin to v0.15.0
```

2
go.mod
View file

@ -159,7 +159,7 @@ require (
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.21.0
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.11.0
github.com/hashicorp/vault-plugin-secrets-kv v0.24.0
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.14.0
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.15.0
github.com/hashicorp/vault-plugin-secrets-openldap v0.16.0
github.com/hashicorp/vault-plugin-secrets-terraform v0.12.0
github.com/hashicorp/vault-testing-stepwise v0.3.2

4
go.sum
View file

@ -1594,8 +1594,8 @@ github.com/hashicorp/vault-plugin-secrets-kubernetes v0.11.0 h1:MHG9/kUkV41ZIEM3
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.11.0/go.mod h1:Kl1Qnw0z6Rl047aIqWJwxVvb3fliXR32urY0QpEQKDQ=
github.com/hashicorp/vault-plugin-secrets-kv v0.24.0 h1:LRL9eeEgQxVzf05IEJWg6uApFZeDOCJEU9M0LbnVB1U=
github.com/hashicorp/vault-plugin-secrets-kv v0.24.0/go.mod h1:U+aKQtbJH78mP/X6k/nxaPXIzdqLyNfo1LaP9570yAQ=
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-mongodbatlas v0.15.0 h1:U/7KNMLj6voIswIyIGMUB3MdQNQlNxe6uK/rw6cju7U=
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.15.0/go.mod h1:dJcwyr8tHFJEET32dKEIgGp1PBp5EMDOI9n4HaEruy8=
github.com/hashicorp/vault-plugin-secrets-openldap v0.16.0 h1:tYq6WpTX/5O+ncf0ySCiM/mgbItGN82OKywW7gYlJ+0=
github.com/hashicorp/vault-plugin-secrets-openldap v0.16.0/go.mod h1:i4Ez7EPScRMSsBlmV0td5ZwNrYGJBN47EXDpG45t2pg=
github.com/hashicorp/vault-plugin-secrets-terraform v0.12.0 h1:Hgg71Sb83BRWTAYOhBqu0L2lz1D3RjHL3TGV8Hyn4X8=