Skip to content

Latest commit

 

History

History
54 lines (51 loc) · 6.17 KB

CHANGELOG.md

File metadata and controls

54 lines (51 loc) · 6.17 KB

Release v0.5.3

  • Bump Go to 1.15 in Travis (#361, @gliptak)
  • Update aws sdk go v1.37.1 (#360, @gaffneyd4)
  • (arn): validate partition against all partitions returned by the aws sdk (#348, @cmdallas)
  • Document AccessKeyId from UserInfo (#332, @ryanmt)
  • Support IPv6 listen address (#352, @anguslees)
  • Added user agent to AWS SDK (#359, @micahhausler)
  • Remove Chris Hein from OWNERS (#351, @christopherhein)
  • Add instructions for the release process (#346, @nckturner)

Release v0.5.2

  • Added partition flag (#341, @micahhausler)
  • Update link to Kops docs site (#338, @rifelpet)
  • Security Improvements on the example yaml (#335, @pjbgf)
  • Fix RBAC on example file: service account requires get to ConfigMap (#334, @pjbgf)
  • Add AccessKeyID as variable for username (#337, @pjbgf)
  • Added server side AWS account ID log redaction (#327, @micahhausler)

Release v0.5.1

  • Update examples/README (#317, @otterley)
  • Changelog gen (#318, @nckturner)
  • Fix CRD mapper blocking all others because caches never sync and revamp backend-mode flag (#303, @wongma7)
  • Update aws-sdk-go to version v1.30.0 (#306, @nckturner)
  • Bump k8s.io/ dependencies to 1.16.8 (#305, @wongma7)
  • chown aws-iam-authenticator to avoid permission denied (#302, @wongma7)
  • Indentation and unit test improvements (#298, @bhagwat070919)
  • Adding Rate limiting ec2:DescribeInstances API along with Batching for high TPS (#292, @bhagwat070919)
  • Restrict ClusterRole to readonly IAMIdentityMapping access (#287, @rifelpet)
  • added selector to spec and changed from extenstions to apps/v1 (#291, @andarob)
  • Add AWS AccessKeyID as an extra field in UserInfo (#286, @pepov)
  • Allow server port customization (#278, @diversario)

Release v0.5.0

  • Remove DNS-1123 validation of usernames and groups (#260, @richardmarshall)
  • switch to use regional sts endpoint & imdsV2 (#283, @M00nF1sh)
  • Add AWS Access Key ID to log (#282, @otterley)
  • Require to pass in interface instead of the concrete type (#279, @Skarlso)
  • Refactor to allow configurable backends (configmap, eks configmap, crd) (#269, @wongma7)
  • Update go version (#255, @christopherhein)
  • Adding session name parameter to TokenGenerator (#272, @SaranBalaji90)
  • Rename prometheus metrics to match new project name (#249, @rifelpet)
  • Remove inactive approvers, add wongma7 (#266, @nckturner)
  • Update aws-sdk-go to v1.23.11 (#257, @bdwyertech)
  • Added go module download check (#259, @micahhausler)
  • Updating goreleaser yaml to fix deprecated options (#252, @hyperbolic2346)
  • Remove deprecated language from README (#244, @nckturner)
  • Lowercase ARN inside doMapping and log about it (#239, @wongma7)
  • IAMIdentityMapping CRD Implementation (#116, @christopherhein)
  • Adding micahhausler as approver (#237, @christopherhein)
  • add support for passing externalID to assume role (#228, @jeffmhastings)
  • Update README.md (#231, @MIJOTHY)
  • Using sigs.k8s.io domain instead of github.com (#223, @christopherhein)
  • Refactored EC2 API calls to be testable (#226, @micahhausler)
  • Include aws request ID when logging errors (#178, @doublerainbo)