Skip to content

Releases: gruntwork-io/kubergrunt

v0.7.10

06 Oct 13:53
9817ef7
Compare
Choose a tag to compare

Commands

  • eks deploy

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

25 Aug 16:04
9bdd53b
Compare
Choose a tag to compare

Commands

  • eks sync-core-components

Description

Updated eks sync-core-components to deploy aws-vpc-cni version 1.9.

Related links

#144

v0.7.8

25 Aug 14:42
1bf6c83
Compare
Choose a tag to compare

Commands

  • eks deploy

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

20 Aug 20:07
eb4df83
Compare
Choose a tag to compare

Commands

  • eks sync-core-components

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

17 Aug 22:05
c5ddc93
Compare
Choose a tag to compare

Commands

  • eks sync-core-components

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

17 Aug 21:56
958d02e
Compare
Choose a tag to compare

Commands

  • eks deploy

Description

Fixed a bug where eks deploy crashes with NLBs that have more than one target group.

Related links

#135

v0.7.4

12 Aug 17:50
dc17187
Compare
Choose a tag to compare

Commands

  • eks deploy

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

21 Jul 13:25
7e12102
Compare
Choose a tag to compare

Commands

  • eks sync-core-components

Description

This adds support for Kubernetes version 1.21 in the sync-core-components command.

Related links

#131

v0.7.2

15 Jun 20:47
9def8a0
Compare
Choose a tag to compare

Commands

  • eks sync-core-components

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

03 Jun 17:41
c072667
Compare
Choose a tag to compare

Commands

  • eks sync-core-components

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