github gruntwork-io/kubergrunt v0.6.4

latest releases: v0.15.0, v0.15.0-alpha.2, v0.15.0-alpha.1...
3 years ago

Commands Affected

  • eks verify

Description

eks verify now uses the right kubergrunt executable, which is the currently running kubergrunt binary. Before, it was assuming that the currently running kubergrunt binary was in the PATH environment variable. That is not always the case, and it's safer to use os.Executable() to get the absolute path of kubergrunt.

Reference

Don't miss a new kubergrunt release

NewReleases is sending notifications on new releases.