Releases: aws/amazon-eks-pod-identity-webhook
Releases · aws/amazon-eks-pod-identity-webhook
v0.5.2
What's Changed
- Update container credentials method to use a different mount path by @philljie in #196
- add metric to emit number of pods using sts web identity or container credentials by @minj131 in #198
- Don't push if there is no token or secret for dockerhub by @nckturner in #199
- Bump golang.org/x/net from 0.9.0 to 0.17.0 by @dependabot in #195
New Contributors
- @minj131 made their first contribution in #198
- @dependabot made their first contribution in #195
Full Changelog: v0.5.1...v0.5.2
v0.5.1
v0.5.0
What's Changed
- Delete sam by @vpineda1996 in #160
- Update Dockerfile to use Golang1.19 as builder by @tingrui-AWS-EKS-auth in #161
- fix S3 url in instructions for self hosted setup by @matskiv in #162
- Update to newer k8s 1.25.6 as vendored dependency by @dims in #170
- add tests for grpc health probes and seccompProfile by @dims in #171
- Remove CSR check from deploy-config by @chickenbeef in #172
- fix: Reintroduce mutatingwebhook.yaml by @raykrueger in #177
- Enable cross-compilation in Dockerfile by @chewong in #184
- Use eks-distro go-runner as the base image by @chewong in #186
- Update golang.org/x/* packages by @chewong in #185
- Compose full IAM ARN from role name or alias by @zewolfe in #169
- Add support for container credentials method by @philljie in #189
New Contributors
- @vpineda1996 made their first contribution in #160
- @tingrui-AWS-EKS-auth made their first contribution in #161
- @matskiv made their first contribution in #162
- @dims made their first contribution in #170
- @chickenbeef made their first contribution in #172
- @raykrueger made their first contribution in #177
- @chewong made their first contribution in #184
- @zewolfe made their first contribution in #169
- @philljie made their first contribution in #189
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Changes since v0.3.0
- Add option to pass configmap with mapping between SA and IAM role (#142, @olemarkus)
- add cert manager deployment (#139, @prasita123)
- Add warning for --in-cluster=true to README (#138, @nckturner)
- Use certwatcher to support mounting cert-manager certificates. (#134, @colinhoglund)
v0.3.0
Changes since v0.2.0
- Fix serviceaccount regional sts annotation not taking effect unless flag is true (#120, @wongma7)
- add metrics for knowing adoption (#122, @jyotimahapatra)
- Refactor service account cache to accept informer arg and unit test it (#117, @wongma7)
- Add additional log statements and update client-go (#92, @shravan-achar)
- Add a debug handler to list cache contents and log mutation decision (#90, @shravan-achar)
- README: add documentation for running containers as non-root (#88, @josselin-c)
- patch pod spec even if it's already been patched (#62, @yangkev)
- Fix panic in cache informer (#70, @mfojtik)
- Change master branch image tag and update README (#81, @josselin-c)
- Add github worflow to automate docker image creation (#80, @josselin-c)
- deploy: add sideEffects to webhook (#79, @sjenning)
- Add attribution document to container (#76, @josselin-c)
- Update Makefile to delete created tls cert (#60, @Smuggla)
- Update ecr login command for both aws-cli v1 and v2 (#53, @int128)
v0.2.0
Changes since v0.1.0
- Making changes for finding the oidc discovery endpoint in README.md (#19, @bhks)
- Fix jsonpatch operation if no volumes are present (#18, @FaHeymann)
- Added K8s 1.16 compatible kid to jwks JSON (#13, @micahhausler)
- Removed key id from jwks JSON hack script (#9, @micahhausler)
- Added self-hosted cluster setup guide (#7, @micahhausler)
v0.1.0
The first release
Initial public release