Skip to content

Latest commit

 

History

History
129 lines (91 loc) · 5.83 KB

CHANGELOG.md

File metadata and controls

129 lines (91 loc) · 5.83 KB

Unreleased

v0.21.0

IMPROVEMENTS:

  • Add support for Vault Enterprise automated root rotation
  • Update dependencies GH-228
  • Update Go version to 1.23.3

v0.20.0

IMPROVEMENTS:

  • Bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible: GH-221
  • Bump github.com/hashicorp/go-retryablehttp from 0.7.1 to 0.7.7: GH-217
  • Updated dependencies [GH-223]:
    • google.golang.org/api v0.192.0 -> v0.195.0

BUG FIXES:

  • Fix resource generation target: GH-216
  • Add missing generated resources: GH-218

v0.19.0

IMPROVEMENTS:

  • Bump github.com/hashicorp/go-plugin from v1.5.2 to v1.6.0 to enable running the plugin in containers: GH-207
  • Support Workload Identity Federation: GH-210
  • Bump golang.org/x/net from 0.20.0 to 0.23.0: GH-209
  • Bump github.com/docker/docker from v24.0.7+incompatible to v24.0.9+incompatible: GH-212
  • Updated dependencies [GH-206]:
    • github.com/hashicorp/go-hclog v1.6.2 -> v1.6.3
    • github.com/hashicorp/vault/api v1.11.0 -> v1.13.0
    • github.com/hashicorp/vault/sdk v0.10.2 -> v0.12.0
    • golang.org/x/oauth2 v0.16.0 -> v0.19.0
    • google.golang.org/api v0.161.0 -> v0.177.0
    • github.com/go-jose/go-jose/v3 -> github.com/go-jose/go-jose/v4

v0.18.0

IMPROVEMENTS:

  • Updated dependencies [GH-198]:
    • github.com/hashicorp/go-hclog v1.5.0 -> v1.6.2
    • github.com/hashicorp/vault/api v1.9.2 -> v1.11.0
    • github.com/hashicorp/vault/sdk v0.9.2 -> v0.10.2
    • golang.org/x/oauth2 v0.11.0 -> v0.16.0
    • google.golang.org/api v0.138.0 -> v0.161.0
  • Bump golang.org/x/crypto from 0.12.0 to 0.17.0: GH-197
  • Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1: GH-196
  • Bump google.golang.org/grpc from 1.57.0 to 1.57.1: GH-195
  • Bump golang.org/x/net from 0.14.0 to 0.17.0: GH-194
  • Bump github.com/docker/docker from 24.0.5+incompatible to 24.0.7+incompatible: GH-199

v0.17.0

CHANGES:

  • Shuffle around operation IDs to present the best generated client library interface [GH-190]

IMPROVEMENTS:

  • Add missing Query: true metadata to API definitions [GH-189]
  • Updated dependencies [GH-191]:
    • github.com/hashicorp/hcl v1.0.0 -> v1.0.1-vault-5
    • github.com/hashicorp/vault/api v1.9.1 -> v1.9.2
    • github.com/hashicorp/vault/sdk v0.9.0 -> v0.9.2
    • golang.org/x/oauth2 v0.8.0 -> v0.11.0
    • google.golang.org/api v0.124.0 -> v0.138.0

v0.16.0

IMPROVEMENTS:

  • Enable multiplexing [GH-172]
  • Updated dependencies:
    • github.com/hashicorp/go-hclog v1.4.0 -> v1.5.0
    • github.com/hashicorp/vault/api v1.8.3 -> v1.9.1
    • github.com/hashicorp/vault/sdk v0.7.0 -> v0.9.0
    • golang.org/x/oauth2 v0.4.0 -> v0.8.0
    • google.golang.org/api v0.109.0 -> v0.124.0

v0.15.0

IMPROVEMENTS:

  • Added support for impersonated accounts [GH-129}

BUG FIXES:

  • Fix issue where IAM bindings were not preserved during policy update [GH-114]
  • Fix issue where duplicate service account keys would be created for rotate root on standby or [GH-153]
  • Changes user-agent header value to use correct Vault version information and include the plugin type and name in the comment section. [GH-164]

v0.14.0

IMPROVEMENTS:

v0.13.1

BUG FIXES:

  • Fixes duplicate static account key creation from performance secondary clusters [GH-144]

v0.12.1

BUG FIXES:

  • Fixes duplicate static account key creation from performance secondary clusters [GH-144]

v0.11.1

BUG FIXES:

  • Fixes role bindings for BigQuery dataset resources [GH-130]

v0.10.3

BUG FIXES:

  • Fixes role bindings for BigQuery dataset resources [GH-130]

v0.9.1

BUG FIXES:

  • Fixes role bindings for BigQuery dataset resources [GH-130]

0.8.1

IMPROVEMENTS:

  • Truncate ServiceAccount display names longer than 100 characters [GH-87]