A Helm chart for the AWS Secrets Manager and Config Provider for Secret Store CSI Driver
Note: This major version release corresponds to a move from the AWS SDK for Go v1 to the AWS SDK for Go v2. There are significant differences between the two. In particular, error messages for the SDK for Go v2 are more verbose. This can break pattern-based filtering of log events for some customers.
Version 2 of of the Helm chart installs both the Secrets Store CSI Driver and the ASCP by default. To disable installing of the CSI Driver, --set secrets-store-csi-driver.install=false when running helm install for the ASCP.
What's Changed
- Go v2 upgrade by @vedant-jaiswal in #463
- fix: Makefile
ecr-publiclogin, convert tabs to spaces by @ThirdEyeSqueegee in #471 - fix: makefile tabs and
docker-logintarget by @ThirdEyeSqueegee in #475 - docs: improve testing readme by @ThirdEyeSqueegee in #476
- Build go in Docker by @simonmarty in #85
- fix:
dependabot.ymlby @ThirdEyeSqueegee in #477 - Upgrade to Go 1.24 by @simonmarty in #480
- Bump the dependencies group across 1 directory with 2 updates by @dependabot[bot] in #482
- fix: user agent string by @ThirdEyeSqueegee in #484
- helm chart: add support for optional dnsConfig and dnsPolicy by @stensonb in #468
- Organize Go imports by @simonmarty in #485
- Add Helm dependency on the Secrets Store CSI Driver by @simonmarty in #384
- Implement auto-fallback for IPv4/IPv6 in PodIdentityCredentialProvider by @vedant-jaiswal in #488
- 2.0.0 release by @vedant-jaiswal in #494
New Contributors
Full Changelog: secrets-store-csi-driver-provider-aws-1.0.1...secrets-store-csi-driver-provider-aws-2.0.0