Releases: gruntwork-io/kubergrunt
Releases · gruntwork-io/kubergrunt
v0.7.10
Commands
Description
Updated eks deploy
to automatically expand the max size of the ASG if there is not enough capacity to replace all the current nodes in the ASG.
Related links
#146
v0.7.9
Commands
Description
Updated eks sync-core-components
to deploy aws-vpc-cni
version 1.9.
Related links
#144
v0.7.8
Commands
Description
Fixed a bug in eks deploy
where it did not correctly identify ALBs managed by the AWS LoadBalancer Controller.
Related links
#142
v0.7.7
Commands
Description
Fixed a bug in eks sync-core-components
where the eksbuild
tag to use for coredns
and kube-proxy
depended on the region of the EKS cluster. kubergrunt
will now identify the correct eksbuild
tag to use for the specific region of the cluster.
Related links
#137
v0.7.6
Commands
Description
Updated eks sync-core-components
command to use the correct version of coredns deployed on EKS clusters with kubernetes version 1.21 (CoreDNS v1.8.4
).
Related links
#134
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