Releases: keikoproj/iam-manager
Releases · keikoproj/iam-manager
v0.20.0
What's Changed
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #177
- Bump github.com/onsi/gomega from 1.15.0 to 1.31.1 by @dependabot in #173
- Bump k8s.io/api from 0.28.3 to 0.28.6 by @dependabot in #175
- Bump github.com/aws/aws-sdk-go from 1.46.2 to 1.50.9 by @dependabot in #178
- Bump github.com/aws/aws-sdk-go from 1.50.9 to 1.50.11 by @dependabot in #179
- skip deletion if rolename is not present by @carlyjiang in #197
Full Changelog: v0.19.0...v0.20.0
v0.19.0
Upgrade dependencies, go version, controller-runtime, controller-gen.
What's Changed
- Upgrade dependencies, go version, controller-runtime, controller-gen by @carlyjiang in #170
- chore: updating kube-rbac-proxy to 0.13.0 by @ccpeng in #105
- Bump actions/setup-go from 4 to 5 by @dependabot in #165
New Contributors
Full Changelog: v0.18.0...v0.19.0
v0.18.0
What's Changed
- Add object name and ns for periodical reconcile by @carlyjiang in #158
- Fix periodical reconcile's request being empty.
Full Changelog: v0.17.0...v0.18.0
v0.17.0
What's Changed
- Bump github.com/aws/aws-sdk-go from 1.45.26 to 1.46.2 by @dependabot in #152
- fix: handle multiple trusts with condition by @kevdowney in #155
Full Changelog: v0.16.0...v0.17.0
v0.16.0
- feat: Always use default trust policy and append patches #148
- This allows KIAM and IRSA to work together at the same time
What's Changed
- Bump github.com/aws/aws-sdk-go from 1.25.38 to 1.34.0 by @dependabot in #115
- Create dependabot.yml by @tekenstam in #118
- Bump codecov/codecov-action from 1 to 3 by @dependabot in #122
- Bump docker/setup-buildx-action from 1 to 3 by @dependabot in #121
- Bump docker/login-action from 1 to 3 by @dependabot in #123
- Bump docker/build-push-action from 2 to 5 by @dependabot in #125
- Bump crazy-max/ghaction-docker-meta from 1 to 5 by @dependabot in #124
- Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 by @dependabot in #116
- Bump golang.org/x/net from 0.5.0 to 0.7.0 by @dependabot in #119
- Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 by @dependabot in #120
- Bump k8s.io/apimachinery from 0.21.4 to 0.21.14 by @dependabot in #126
- Bump github.com/pborman/uuid from 1.2.0 to 1.2.1 by @dependabot in #127
- Bump actions/setup-go from 2 to 4 by @dependabot in #128
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #131
- Downgrade to codecov/codecov-action@v3 by @tekenstam in #132
- Bump docker/setup-qemu-action from 1 to 3 by @dependabot in #130
- Bump actions/checkout from 2 to 4 by @dependabot in #129
- Bump k8s.io/client-go from 0.21.4 to 0.21.14 by @dependabot in #136
- Bump github.com/aws/aws-sdk-go from 1.34.0 to 1.45.19 by @dependabot in #140
- Bump github.com/aws/aws-sdk-go from 1.45.19 to 1.45.24 by @dependabot in #143
- Bump github.com/onsi/ginkgo from 1.16.4 to 1.16.5 by @dependabot in #137
- Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #145
- Bump github.com/aws/aws-sdk-go from 1.45.24 to 1.45.26 by @dependabot in #149
- feat: Always use default trust policy and append patches by @kevdowney in #148
New Contributors
- @tekenstam made their first contribution in #118
- @kevdowney made their first contribution in #148
Full Changelog: v0.15.0...v0.16.0
Optimized IAM manager reconcile process
Optimized IAM manager reconcile process
Add backoff retry calculation on top and initial value for requeue time
- Add backoff retry calculation on top
- Add initial value for requeue time
Fixed updating service account with correct patch string format
Fixed updating service account with correct patch string format
Fixed updating service account creates a new token
Fixed updating service account creates a new token, used client PATCH instead of UPDATE
Support multiple service accounts for IRSA
Support multiple service accounts for IRSA
Release for #101