Releases: jtblin/kube2iam
Releases · jtblin/kube2iam
0.8.2
- Release new version only with stripped vendor dependencies
0.8.1
- Change ARN Regexp to allow dots on role names (@jchanam)
- Update dependencies
0.8.0
- Use IndexInformer instead of managing our own pod cache store (@jrnt30)
- Use go 1.9 to build image
0.7.0
- Replace unnecessary use of
fmt.Errorf
by errors.New
- #90 - Customizable log level (@johanneswuerbach )
0.6.5
- 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
- Fix #84 - better validation of base ARN
- Fix #83 - reverse IDE refactoring of ec2 metadata string
0.6.3
- 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
- #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.0
- Add basic health check endpoint mounted at
/healthz
(#26)
- Recover from panics in handler
- Simplify reverse proxy code
- Improve documentation