Skip to content

Releases: jtblin/kube2iam

0.5.1

25 Apr 02:24
Compare
Choose a tag to compare
  • Minor refactoring: consistent log.Fatalf usage, ordering of vars, defaults as constants
  • #60 - Use k8s go-client as kubernetes client

0.5.0

25 Apr 00:06
Compare
Choose a tag to compare

0.4.1

25 Apr 00:03
Compare
Choose a tag to compare
  • #61 - Adding in annotation awareness to the OnChange listener (@jrnt30)

0.4.0

25 Apr 00:02
Compare
Choose a tag to compare

0.3.4

25 Apr 00:00
Compare
Choose a tag to compare
  • #54 - Fix ARN parsing to not break on aws-us-gov resources (@struz)

0.3.3

24 Apr 23:57
Compare
Choose a tag to compare
  • 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

24 Apr 23:48
Compare
Choose a tag to compare
  • #47 - Add log statements to make debugging assume-failures easier (@patagona-afriemann)
  • Upgrade docker base image to alpine 3.5

0.3.1

24 Apr 23:47
Compare
Choose a tag to compare

0.3.0

05 Dec 01:30
Compare
Choose a tag to compare
  • #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)

0.2.2

21 Oct 08:04
Compare
Choose a tag to compare
  • Get rid of error swallowing in store (@mikekap)
  • Handle DeletedFinalStateUnknown (@mikekap)