IMPROVEMENTS:
- Updated dependencies:
cloud.google.com/go/compute/metadata
v0.3.0 -> v0.5.0github.com/go-jose/go-jose/v4
v4.0.1 -> v4.0.4github.com/hashicorp/vault/api
v1.13.0 -> v1.15.0github.com/hashicorp/vault/sdk
v0.12.0 -> v0.14.0golang.org/x/oauth2
v0.19.0 -> v0.23.0google.golang.org/api
v0.177.0 -> v0.196.0
IMPROVEMENTS:
- Added support for Workload Identity Federation GH-204
- Updated dependencies:
google.golang.org/api
v0.172.0 -> v0.177.0google.golang.org/genproto/googleapis/rpc
v0.0.0-20240318140521-94a12d6c2237 -> v0.0.0-20240429193739-8cf5692501f6google.golang.org/grpc
v1.62.1 -> v1.63.2google.golang.org/protobuf
v1.33.0 -> v1.34.0
IMPROVEMENTS:
- Remove
gopkg.in/square/go-jose.v2
dependency GH-203
IMPROVEMENTS:
- Updated dependencies:
cloud.google.com/go/compute/metadata
v0.2.3 -> v0.3.0github.com/hashicorp/go-hclog
v1.6.2 -> v1.6.3github.com/hashicorp/vault/api
v1.11.0 -> v1.13.0github.com/hashicorp/vault/sdk
v0.10.2 -> v0.12.0github.com/stretchr/testify
v1.8.4 -> v1.9.0golang.org/x/oauth2
v0.16.0 -> v0.19.0google.golang.org/api
v0.161.0 -> v0.172.0
- Upgrade
gopkg.in/square/go-jose.v2
andgithub.com/go-jose/go-jose/v3
togithub.com/go-jose/go-jose/v4
4.0.1: GH-202, GH-203 - Bump
google.golang.org/protobuf
from 1.32.0 to 1.33.0: GH-197 - Bump
github.com/docker/docker
from 24.0.7+incompatible to 24.0.9+incompatible: GH-198 - Bump
golang.org/x/net
from 0.22.0 to 0.24.0: GH-201
IMPROVEMENTS:
- Updated dependencies:
github.com/hashicorp/go-hclog
v1.5.0 -> v1.6.2github.com/hashicorp/go-secure-stdlib/parseutil
v0.1.7 -> v0.1.8github.com/hashicorp/vault/api
v1.9.2 -> v1.11.0github.com/hashicorp/vault/sdk
v0.9.2 -> v0.10.2golang.org/x/oauth2
v0.11.0 -> v0.16.0google.golang.org/api
v0.138.0 -> v0.161.0
- Bump golang.org/x/crypto from 0.12.0 to 0.17.0: GH-191
- Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1: GH-188
- Bump google.golang.org/grpc from 1.57.0 to 1.57.1: GH-187
- Bump golang.org/x/net from 0.14.0 to 0.17.0: GH-186
IMPROVEMENTS:
- Updated dependencies:
github.com/hashicorp/vault/api
v1.9.1 -> v1.9.2github.com/hashicorp/vault/sdk
v0.9.0 -> v0.9.2github.com/stretchr/testify
v1.8.3 -> v1.8.4golang.org/x/oauth2
v0.8.0 -> v0.11.0google.golang.org/api
v0.124.0 -> v0.138.0
IMPROVEMENTS:
- Enable plugin multiplexing [GH-164]
- Add display attributes for OpenAPI OperationID's [GH-172]
- Updated dependencies:
CHANGES:
- Changes user-agent header value to use correct Vault version information and include the plugin type and name in the comment section.
IMPROVEMENTS:
- Updates dependencies
cloud.google.com/go/compute/metadata v0.2.3
[GH-148]github.com/hashicorp/go-hclog v1.4.0
[GH-150]github.com/hashicorp/go-secure-stdlib/parseutil v0.1.7
[GH-143]github.com/hashicorp/go-uuid v1.0.3
[GH-143]github.com/hashicorp/vault/api v1.8.2
[GH-143]github.com/hashicorp/vault/sdk v0.7.0
[GH-157]github.com/stretchr/testify v1.8.1
[GH-143]golang.org/x/oauth2 v0.4.0
[GH-155]google.golang.org/api v0.108.0
[GH-156]
- Upgraded to go 1.19 [GH-143]
- Added utility scripts for local setup [GH-143]
IMPROVEMENTS:
- Updates dependencies:
google.golang.org/[email protected]
,github.com/hashicorp/[email protected]
[GH-130] - Enables GCP roles to be compatible with Vault's role based quotas [GH-135].
- Add support for GCE regional instance groups [GH-84]
BUG FIXES:
- Fixes the ability to reset the configuration's credentials to use application default credentials [GH-132]
IMPROVEMENTS:
- Vault CLI now infers the service account email when running on Google Cloud [GH-115]
- Enable the Google service endpoints used by the underlying client to be customized [GH-126]
BUG FIXES:
- Fixes the ability to reset the configuration's credentials to use application default credentials [GH-132]
BUG FIXES:
- Fix token renewals when TokenPolicies have been configured [GH-82]