Releases: surajincloud/kubectl-eks
Releases · surajincloud/kubectl-eks
v0.4.4
Changelog
- 9d162ac Update version.go
- 678d8aa Merge pull request #129 from surajincloud/krew04
- bf33b0d update krew to 0.4.4
- 1f21b55 update dependencies (#128)
- 817738c Bump goreleaser/goreleaser-action from 4 to 5 (#112)
- 5e1e551 Bump k8s.io/apimachinery from 0.28.1 to 0.28.3 (#125)
- 55e0ce2 Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs (#127)
- 6d9f78e Fix all log command (#121)
- 6706e2d Bump github.com/aws/aws-sdk-go-v2/config from 1.18.13 to 1.18.39 (#108)
- cec31a5 Bump github.com/antchfx/jsonquery from 1.3.2 to 1.3.3 (#106)
- d73f34c Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.64.0 to 1.118.0 (#111)
- 77b05a2 Bump actions/checkout from 3 to 4 (#107)
- b802389 Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs (#110)
- 5509d80 update krew index to 0.4.3 (#105)
v0.4.3
v0.4.2
v0.4.1
v0.4.0
What's Changed
- Create uninstall.md by @surajnarwade in #55
- Update usage.md by @surajnarwade in #56
- Create dependabot.yml by @surajnarwade in #59
- Create .goreleaser.yml by @surajnarwade in #74
- Switch install instructions to https by @rothgar in #79
- Add logs subcommand by @rothgar in #71
Full Changelog: v0.3.0...v0.4.0
Thanks @rothgar for your contribution 🎉
v0.3.0
Changelog
- f7dfccd v0.3.0 (#54)
- 7b82aa8 Update usage.md (#53)
- 91db6bb Update usage.md (#52)
- fe3775e fix if clustername is ARN (#51)
- ce245eb use --cluster flag instead of --cluster-name (#50)
- 787ca56 region flag should be used only if region is not present anywhere in config or env (#49)
- b4e3bbd shouldi be able to read region from aws profile (#48)
- 2f9ee3f nodes command shouldn't need --cluster-name (#47)
- 4b87943 add cluster-name flag to node command (#46)
v0.2.2
What's Changed
- Fix output header for region by @rothgar in #41
- fix fargate output by @surajnarwade in #42
- fix ami & kubeconfig command by @surajnarwade in #43
- update version to v0.2.2 by @surajnarwade in #44
New Contributors
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
What's Changed
- set up github actions for docs site in #18
- add documentation website in #19
- handle error in addons command in #22
- Add nodegroup command in #23
- Suggest amazon linux ami command in #24
- Add fargate profile command in #25
- Generate kubeconfig for given cluster in #26
- Add krew manifest in #27
- Add krew GH action step in #28
- update the installation guide for krew in #29
- update documentation in #31
- env variables for region and clustername in #32
- add cluster-name flag to nodegroup in #34
- print instance types of nodegroups in #35