v0.7.0
What's Changed
Breaking Changes
The modification introduced in this PR changes the default behavior of git init
. Prior to this change, git init
would initialize a repo using master
as the default branch name. With this release, git init
will honor the default branch name associated with the repo. For pipeline configurations that relied on checkouts happening to a branch named master
this change might yield unexpected results or, in the worst case, breaking builds.
Chores/Dependency Updates
- fix(deps): update module github.com/go-vela/types to v0.15.1 by @renovate in #124
- chore: remove code of conduct in favor of global version by @wass3r in #128
- fix(deps): update module github.com/urfave/cli/v2 to v2.23.7 by @renovate in #125
- fix(deps): update module github.com/go-vela/types to v0.17.0 by @renovate in #126
- fix(deps): update module github.com/spf13/afero to v1.9.3 by @renovate in #127
- fix(deps): update module github.com/masterminds/semver/v3 to v3.2.0 by @renovate in #129
- chore(ci): adjust go install to match core repos by @wass3r in #130
- chore: bump go version and copyright year by @wass3r in #131
Full Changelog: v0.6.0...v0.7.0
EDIT 06/07/2023: edited to call out breaking nature of change introduced in #122