Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm committed Oct 6, 2023
1 parent 420c315 commit 0697409
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,32 @@ BUGS:

IMPROVEMENTS:
* Ensure sensitive values are masked in `vault_approle_auth_backend_login` plan output ([#2008](https://github.com/hashicorp/terraform-provider-vault/pull/2008))
* Updated dependencies: ([#2038](https://github.com/hashicorp/terraform-provider-vault/pull/2038))
* `cloud.google.com/go/compute` v1.10.0 removed
* `cloud.google.com/go/compute/metadata` v0.2.3 added
* `cloud.google.com/go/iam` v0.3.0 -> v1.1.2
* `github.com/Azure/go-autorest/autorest` v0.11.24 -> v0.11.29
* `github.com/cenkalti/backoff/v4` v4.1.2 -> v4.2.1
* `github.com/coreos/pkg` v0.0.0-20180928190104-399ea9e2e55f -> v0.0.0-20230601102743-20bbbf26f4d8
* `github.com/denisenkom/go-mssqldb` v0.12.0 -> v0.12.3
* `github.com/go-sql-driver/mysql` v1.6.0 -> v1.7.1
* `github.com/google/uuid` v1.3.0 -> v1.3.1
* `github.com/gosimple/slug` v1.11.0 -> v1.13.1
* `github.com/hashicorp/go-cty` v1.4.1-0.20200414143053-d3edf31b6320 -> v1.4.1-0.20200723130312-85980079f637
* `github.com/hashicorp/go-retryablehttp` v0.7.1 -> v0.7.4
* `github.com/hashicorp/terraform-plugin-sdk/v2` v2.16.0 -> v2.29.0
* `github.com/hashicorp/vault-plugin-auth-jwt` v0.13.2-0.20221012184020-28cc68ee722b -> v0.17.1
* `github.com/hashicorp/vault-plugin-auth-kerberos` v0.8.0 -> v0.10.1
* `github.com/hashicorp/vault-plugin-auth-oci` v0.13.0-pre -> v0.14.2
* `github.com/hashicorp/vault/api` v1.9.3-0.20230628215639-3ca33976762c -> v1.10.0
* `github.com/hashicorp/vault/sdk` v0.6.0 -> v0.10.0
* `github.com/jcmturner/gokrb5/v8` v8.4.2 -> v8.4.4
* `golang.org/x/crypto` v0.6.0 -> v0.14.0
* `golang.org/x/net` v0.7.0 -> v0.15.0
* `golang.org/x/oauth2` v0.0.0-20221006150949-b44042a4b9c1 -> v0.12.0
* `google.golang.org/api` v0.98.0 -> v0.144.0
* `google.golang.org/genproto` v0.0.0-20221010155953-15ba04fc1c0e -> v0.0.0-20231002182017-d307bd883b97
* `k8s.io/utils` v0.0.0-20220210201930-3a6ce19ff2f9 -> v0.0.0-20230726121419-3b25d923346b

## 3.20.1 (Sep 13, 2023)
IMPROVEMENTS:
Expand Down

0 comments on commit 0697409

Please sign in to comment.