v0.32.15
Modules affected
k8s
: Only tests are affectedgit
Description
- In k8s/replicaset_test.go: Some
defer
s were moved to before someapply
s. - 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 oldergit 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!