Releases: gruntwork-io/kubergrunt
Releases · gruntwork-io/kubergrunt
v0.7.5
Commands
Description
Fixed a bug where eks deploy
crashes with NLBs that have more than one target group.
Related links
#135
v0.7.4
Commands
Description
Fixed a bug where eks deploy
gets stuck waiting for load balancers to register when the Service
load balancer is using a NLB.
Related links
#132
v0.7.3
Commands
Description
This adds support for Kubernetes version 1.21 in the sync-core-components
command.
Related links
#131
v0.7.2
Commands
Description
This fixes a bug in the core components update for Kubernetes version 1.20
, where coredns
required additional permissions. The sync-core-components
command will now patch the ClusterRole
with the necessary permissions.
Related links
#130
v0.7.1
Commands
Description
This adds support for skipping the specific components in the sync-core-components
command. Review the updated command docs (kubergrunt eks sync-core-components --help
) for more info.
Related links
#128
v0.7.0
Commands
Description
This adds support for Kubernetes version 1.20 in the sync-core-components
command. In turn, support for Kubernetes 1.14 and 1.15 has been dropped.
Related links
#127
v0.6.16
Commands
Description
This introduces the eks drain
subcommand which can be used to cordon and drain all the workers that are associated with the provided AWS Auto Scaling Groups. Refer to the command docs for more information.
Related links
#126
v0.6.15
Description
All commands that require AWS access will now properly support credentials configuration defined in ~/.aws/config
.
Special thanks
Special thanks to @jtdoepke for their contribution!
Related links
#123
v0.6.14
Commands
Description
The eks oidc-thumbprint
command now supports HTTP proxies.
Special thanks
Special thanks to @DanielRis for their contribution!
Related links
#124
v0.6.13
Description
Starting this release, we will publish darwin/arm64 (support for M1 chipset) binaries and drop support for darwin/386.
Related links
#120