Skip to content

v0.32.15

Compare
Choose a tag to compare
@gruntwork-ci gruntwork-ci released this 19 Mar 16:55
393f87d

Modules affected

  • k8s: Only tests are affected
  • git

Description

  • In k8s/replicaset_test.go: Some defers were moved to before some applys.
  • In git/git.go: Getting the current branch used to fail when there were no commits on the branch. Using git branch --show-current works when there are no commits, so this is now being used. But we still fallback to the older git rev-parse --abbrev-ref HEAD for users of older versions of git, and these users will still face the bug when there are no commits.

Special thanks

Special thanks to the following users for their contribution!

Related links