mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
Co-authored-by: hc-github-team-secure-vault-ecosystem <hc-github-team-secure-vault-ecosystem@users.noreply.github.com> Co-authored-by: kpcraig <3031348+kpcraig@users.noreply.github.com>
This commit is contained in:
parent
533d2b91f3
commit
b5d4bc7430
3 changed files with 6 additions and 3 deletions
3
changelog/_9817.txt
Normal file
3
changelog/_9817.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:change
|
||||
secrets/mongodbatlas: Update plugin to [v0.16.0](https://github.com/hashicorp/vault-plugin-secrets-mongodbatlas/releases/tag/v0.16.0)
|
||||
```
|
||||
2
go.mod
2
go.mod
|
|
@ -159,8 +159,8 @@ require (
|
|||
github.com/hashicorp/vault-plugin-secrets-gcp v0.22.0
|
||||
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.21.0
|
||||
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.12.0
|
||||
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.16.0
|
||||
github.com/hashicorp/vault-plugin-secrets-kv v0.25.0
|
||||
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.15.0
|
||||
github.com/hashicorp/vault-plugin-secrets-openldap v0.16.1
|
||||
github.com/hashicorp/vault-plugin-secrets-terraform v0.13.0
|
||||
github.com/hashicorp/vault-testing-stepwise v0.3.2
|
||||
|
|
|
|||
4
go.sum
4
go.sum
|
|
@ -1596,10 +1596,10 @@ github.com/hashicorp/vault-plugin-secrets-gcpkms v0.21.0 h1:gK2PNyQulWM31gPN1Pm9
|
|||
github.com/hashicorp/vault-plugin-secrets-gcpkms v0.21.0/go.mod h1:qn7kl/rhe3VN8+9LVjJfGfoSocC9EQyntVHvYSSkIk8=
|
||||
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.12.0 h1:xYuLtQHKvaZtmr6JXPqC4tH9n7zXoOWnpXrHcVTLqbo=
|
||||
github.com/hashicorp/vault-plugin-secrets-kubernetes v0.12.0/go.mod h1:k8eNkBBNHJwWKVo+WP/iM5xrlvPt65oPNPGwbgQQf14=
|
||||
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.16.0 h1:5/nin7vaRD0GyTCcXtX5cKa5JBuCAAs4e9zbmNbvTPY=
|
||||
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.16.0/go.mod h1:1qO/1BrVkvKSuQm8cOtwLKN27TE0uu5PXxYRrTnpf2s=
|
||||
github.com/hashicorp/vault-plugin-secrets-kv v0.25.0 h1:5Xx8Hub0nAoFLIHZ4d9tMpPG+MACHXLzed5i7hViKTk=
|
||||
github.com/hashicorp/vault-plugin-secrets-kv v0.25.0/go.mod h1:Xy3wQwAJxhVZweR2DXBrEgk1erkWKNrhYcuD4Gy4ACo=
|
||||
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.1 h1:w16jlhZgXx4joUNMOaa7zsckF/3i/8axbbOej8+lyj8=
|
||||
github.com/hashicorp/vault-plugin-secrets-openldap v0.16.1/go.mod h1:GJdLElisOLbR6PlvWYROgb0WYUdNwpSOtOkI3X4hSHo=
|
||||
github.com/hashicorp/vault-plugin-secrets-terraform v0.13.0 h1:Rhahoi3L1dnZjNqlbUh1f59DMdmfdhsfBvaaX1vjejY=
|
||||
|
|
|
|||
Loading…
Reference in a new issue