Releases: jtblin/kube2iam
Releases · jtblin/kube2iam
0.5.1
- Minor refactoring: consistent
log.Fatalf
usage, ordering of vars, defaults as constants
- #60 - Use k8s go-client as kubernetes client
0.4.1
- #61 - Adding in annotation awareness to the OnChange listener (@jrnt30)
0.3.4
- #54 - Fix ARN parsing to not break on aws-us-gov resources (@struz)
0.3.3
- Improve debug and error logs around role granting (@negz)
- #51 - Allow roles to be annotated with with the base name or the full ARN (@negz and @struz)
- Allow full ARNs to be assumed, including cross-AWS account (@struz)
0.3.2
- #47 - Add log statements to make debugging assume-failures easier (@patagona-afriemann)
- Upgrade docker base image to alpine 3.5
0.3.0
- #15 - Return an error if the wrong role is requested
- #33 - Make backoff MaxInterval and MaxElapsedTime configurable (@mikkeloscar)
- #34 - Fail on invalid host interface (@johnt337)