From 32c490c0268310e70e180ce2cd749d9428eb34bd Mon Sep 17 00:00:00 2001 From: John-Michael Faircloth Date: Wed, 7 Aug 2024 11:56:06 -0500 Subject: [PATCH] Prepare for v4.4.0 release (#2312) --- .github/workflows/build.yml | 7 +++---- CHANGELOG.md | 7 +++++++ go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7041137c6..d3557557a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,12 +63,11 @@ jobs: fail-fast: false matrix: image: - - "vault-enterprise:1.12.11-ent" - "vault-enterprise:1.13.13-ent" - "vault-enterprise:1.14.13-ent" - - "vault-enterprise:1.15.11-ent" - - "vault-enterprise:1.16.5-ent" - - "vault-enterprise:1.17.1-ent" + - "vault-enterprise:1.15.12-ent" + - "vault-enterprise:1.16.6-ent" + - "vault-enterprise:1.17.2-ent" - "vault:latest" services: vault: diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b4205121..9fe16ac6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ ## Unreleased +## 4.4.0 (Aug 7, 2024) + +FEATURES: + +* Update `vault_aws_secret_backend_role` to support setting `session_tags` and `external_id` ([#2290](https://github.com/hashicorp/terraform-provider-vault/pull/2290)) + BUGS: + * fix `vault_ssh_secret_backend_ca` where a schema change forced the resource to be replaced ([#2308](https://github.com/hashicorp/terraform-provider-vault/pull/2308)) * fix a bug where a read on non-existent auth or secret mount resulted in an error that prevented the provider from completing successfully ([#2289](https://github.com/hashicorp/terraform-provider-vault/pull/2289)) diff --git a/go.mod b/go.mod index 485c89597..5b2ed697d 100644 --- a/go.mod +++ b/go.mod @@ -61,7 +61,7 @@ require ( github.com/coreos/go-oidc/v3 v3.10.0 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/distribution/reference v0.6.0 // indirect - github.com/docker/docker v25.0.5+incompatible // indirect + github.com/docker/docker v25.0.6+incompatible // indirect github.com/docker/go-connections v0.4.0 // indirect github.com/docker/go-units v0.5.0 // indirect github.com/evanphx/json-patch/v5 v5.6.0 // indirect diff --git a/go.sum b/go.sum index 6be9bc76f..8b72b7403 100644 --- a/go.sum +++ b/go.sum @@ -1590,8 +1590,8 @@ github.com/docker/docker v20.10.17+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05 github.com/docker/docker v20.10.20+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker v24.0.5+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker v24.0.9+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= -github.com/docker/docker v25.0.5+incompatible h1:UmQydMduGkrD5nQde1mecF/YnSbTOaPeFIeP5C4W+DE= -github.com/docker/docker v25.0.5+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= +github.com/docker/docker v25.0.6+incompatible h1:5cPwbwriIcsua2REJe8HqQV+6WlWc1byg2QSXzBxBGg= +github.com/docker/docker v25.0.6+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker-credential-helpers v0.6.3/go.mod h1:WRaJzqw3CTB9bk10avuGsjVBZsD05qeibJ1/TYlvc0Y= github.com/docker/docker-credential-helpers v0.6.4/go.mod h1:ofX3UI0Gz1TteYBjtgs07O36Pyasyp66D2uKT7H8W1c= github.com/docker/docker-credential-helpers v0.7.0/go.mod h1:rETQfLdHNT3foU5kuNkFR1R1V12OJRRO5lzt2D1b5X0=