Skip to content

Releases: jtblin/kube2iam

0.8.2

27 Nov 00:45
Compare
Choose a tag to compare
  • Release new version only with stripped vendor dependencies

0.8.1

18 Sep 01:13
Compare
Choose a tag to compare
  • Change ARN Regexp to allow dots on role names (@jchanam)
  • Update dependencies

0.8.0

18 Sep 01:00
Compare
Choose a tag to compare
  • Use IndexInformer instead of managing our own pod cache store (@jrnt30)
  • Use go 1.9 to build image

0.7.0

21 Aug 09:48
Compare
Choose a tag to compare
  • Replace unnecessary use of fmt.Errorf by errors.New
  • #90 - Customizable log level (@johanneswuerbach )

0.6.5

21 Aug 09:47
Compare
Choose a tag to compare
  • Friendlier request log message
  • #85 - Do not log requests for health check endpoint
  • #86 - Fix for roles with a custom path name (@totallyunknown)

0.6.4

24 Jun 03:08
Compare
Choose a tag to compare
  • Fix #84 - better validation of base ARN
  • Fix #83 - reverse IDE refactoring of ec2 metadata string

0.6.3

24 Jun 03:07
Compare
Choose a tag to compare
  • Fix lint issue + go fmt
  • Fix #71 - validate base arn format
  • Fix #46 - add locks to pod and namespace update operations
  • Upgrade image to alpine 3.6

0.6.2

04 Jun 22:09
Compare
Choose a tag to compare
  • #68 - Improve logging by using structured logs and add pod namespace and namespaces where possible
  • Refactor to use a more idiomatic folder organisation

0.6.1

29 May 09:00
Compare
Choose a tag to compare

0.6.0

07 May 09:22
Compare
Choose a tag to compare
  • Add basic health check endpoint mounted at /healthz (#26)
  • Recover from panics in handler
  • Simplify reverse proxy code
  • Improve documentation