1.2.1 (April 6, 2023)
Changes:
- Default to Vault 1.13.1
- Building with Go 1.20.3
- Dependency updates:
github.com/cenkalti/backoff/v4
v4.1.3 -> v4.2.0github.com/hashicorp/go-hclog
v1.3.1 -> v1.5.0github.com/hashicorp/vault/sdk
v0.6.1 -> v0.8.1golang.org/x/net
v0.4.0 -> v0.7.0golang.org/x/sys
v0.3.0 -> v0.5.0golang.org/x/term
v0.3.0 -> v0.5.0golang.org/x/text
v0.5.0 -> v0.7.0k8s.io/api
v0.25.4 -> v0.26.3k8s.io/apimachinery
v0.25.4 -> v0.26.3k8s.io/client-go
v0.25.4 -> v0.26.3k8s.io/utils
v0.0.0-20220728103510-ee6ede2d64ed -> v0.0.0-20230406110748-d93618cff8a2- Docker UBI image
ubi8/ubi-minimal
8.7 -> 8.7-1107 - Used fixed Docker alpine version: 3.17.3
Bugs:
- Don't override
shareProcessNamespace
if an annotation is not present GH-445