Skip to content

Releases: keikoproj/iam-manager

v0.20.0

29 Mar 19:03
0c3ca58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.0...v0.20.0

v0.19.0

31 Jan 05:30
879f5be
Compare
Choose a tag to compare

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

31 Oct 20:54
4b80a9d
Compare
Choose a tag to compare

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

30 Oct 20:49
ac96c47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.17.0

v0.16.0

23 Oct 16:52
1104450
Compare
Choose a tag to compare
  • 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

New Contributors

Full Changelog: v0.15.0...v0.16.0

Optimized IAM manager reconcile process

15 Jun 17:23
288e291
Compare
Choose a tag to compare

Optimized IAM manager reconcile process

Add backoff retry calculation on top and initial value for requeue time

30 Mar 22:54
2892887
Compare
Choose a tag to compare
  • Add backoff retry calculation on top
  • Add initial value for requeue time

Fixed updating service account with correct patch string format

02 Feb 01:39
b41a855
Compare
Choose a tag to compare

Fixed updating service account with correct patch string format

Fixed updating service account creates a new token

14 Jan 03:57
60651ef
Compare
Choose a tag to compare

Fixed updating service account creates a new token, used client PATCH instead of UPDATE

Support multiple service accounts for IRSA

02 Aug 22:43
d29a6e5
Compare
Choose a tag to compare

Support multiple service accounts for IRSA

Release for #101