Skip to content

Releases: gruntwork-io/kubergrunt

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

v0.7.0

28 May 19:06
5831c3a
Compare
Choose a tag to compare

Commands

  • eks sync-core-components

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

13 May 14:38
0e0cfc6
Compare
Choose a tag to compare

Commands

  • eks drain [NEW]

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

03 May 17:54
b4fb108
Compare
Choose a tag to compare

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

29 Apr 19:00
06bee75
Compare
Choose a tag to compare

Commands

  • eks oidc-thumbprint

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

16 Apr 21:30
a7aef03
Compare
Choose a tag to compare

Description

Starting this release, we will publish darwin/arm64 (support for M1 chipset) binaries and drop support for darwin/386.

Related links

#120