Releases: keikoproj/aws-auth
Releases · keikoproj/aws-auth
v0.5.0
What's Changed
- adding needed flags to impersonate by @45cali in #49
- upgrade ubuntu version in github ci by @ZihanJiang96 in #55
- Create dependabot.yml by @tekenstam in #54
- Bump docker/login-action from 1 to 3 by @dependabot in #56
- Bump docker/setup-qemu-action from 1 to 3 by @dependabot in #58
- Bump goreleaser/goreleaser-action from 2 to 5 by @dependabot in #60
- Bump golang.org/x/net from 0.0.0-20210224082022-3d97a244fca7 to 0.7.0 by @dependabot in #51
- Bump k8s.io/client-go from 0.21.3 to 0.21.14 by @dependabot in #61
- Bump actions/setup-go from 2 to 4 by @dependabot in #59
- Bump docker/metadata-action from 3 to 5 by @dependabot in #65
- Bump docker/build-push-action from 2 to 5 by @dependabot in #64
- Bump actions/checkout from 2 to 4 by @dependabot in #63
- Bump github.com/spf13/cobra from 0.0.5 to 0.0.7 by @dependabot in #66
- Bump docker/setup-buildx-action from 1 to 3 by @dependabot in #69
- Bump codecov/codecov-action from 1 to 3 by @dependabot in #67
- Update to Golang 1.19 by @tekenstam in #68
- Bump rajatjindal/krew-release-bot from 0.0.42 to 0.0.46 by @dependabot in #57
- Run go mod tidy to clean-up dependencies by @tekenstam in #70
- Update client-go to v0.25.14 by @tekenstam in #71
- Improve install section of README.md by @tekenstam in #72
New Contributors
- @ZihanJiang96 made their first contribution in #55
- @tekenstam made their first contribution in #54
- @dependabot made their first contribution in #56
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
New Contributors
Full Changelog: v0.4.0...v0.4.1
Breaking Changes:
- Command line / docker usage of
remove
command now uses remove by role/user instead of by user, to remove by user useremove-by-username
command, usage from go remains the same.
v0.4.0
What's Changed
- fix: remove redundant comments from krew.yaml by @eytan-avisror in #37
- Fix: correct typo in krew.yaml by @eytan-avisror in #39
- fix: update krew manifest description by @eytan-avisror in #40
- Update readme with Krew usage by @eytan-avisror in #41
- Minor modifications to README.md by @jicowan in #43
- feat: add UpsertOptions to support appending groups and not overwriting username by @45cali in #45
- feat: Add "Get" command to display mappings as a table by @eytan-avisror in #46
- fix: prioritize kubeconfig provided in commandline @eytan-avisror in #46
- feat: Allow chaining kubeconfigs @eytan-avisror in #46
New Contributors
Full Changelog: v0.3.5...v0.4.0
v0.3.5
No changes in the release, this release was created to publish aws-auth to krew-index
What's Changed
- fix: add missing quotes to krew.yaml by @eytan-avisror in #35
- fix: indentation of krew.yaml by @eytan-avisror in #36
Full Changelog: v0.3.4...v0.3.5
v0.3.4
v0.3.3
What's Changed
- release: start using go compatible tag names v0.3.3 instead of 0.3.3 for releases - docker image will still publish using semver (no 'v') in tag.
- release: added dynamic versioning via ldflag, pre-release pkgVersion change no longer required
- feat: add goreleaser to publish binaries by @eytan-avisror in #33
Full Changelog: 0.3.2...v0.3.3
aws-auth v0.3.2
What's Changed
- Multi arch docker build by @acmcelwee in #28
New Contributors
- @acmcelwee made their first contribution in #28
Full Changelog: 0.3.1...0.3.2
aws-auth v0.3.1
What's Changed
- Move to github actions by @eytan-avisror in #24
- update deps and golang version by @eytan-avisror in #26
Full Changelog: 0.3.0...0.3.1
aws-auth v0.3.0
Added
- Add
--force
flag for remove option (#22)
What's Changed
- fix typo in readme by @eytan-avisror in #17
- Fix broken make target 'make docker-build' by @eytan-avisror in #18
- Update client-go version & golang version by @eytan-avisror in #21
Full Changelog: 0.2.0...0.3.0
aws-auth v0.2.0
What's Changed
- Exponential backoff retries on resourceVersion conflicts
- Retry support by @eytan-avisror in #11
- expand retry to include read config map by @eytan-avisror in #14
- Allow to use in-cluster credentials by @rubroboletus in #12
- release 0.2.0 by @eytan-avisror in #15
New Contributors
- @rubroboletus made their first contribution in #12
Full Changelog: 0.1.2...0.2.0