Releases: go-vela/vela-git
v0.14.0
What's Changed
- chore(deps): update various, including go 1.25.7 by @KellyMerrick in #179
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
- docs: clarify difference between -slim and not slim in DOCS.md by @colindean in #167
- fix(deps): update all non-major dependencies by @renovate[bot] in #166
- fix(deps): update module github.com/go-vela/server to v0.26.3 [security] by @renovate[bot] in #168
- fix(deps): update module github.com/go-vela/server to v0.26.4 by @renovate[bot] in #171
- fix(deps): update all non-major dependencies by @renovate[bot] in #172
- fix(deps)!: update urfave to v3 and golangci config by @wass3rw3rk in #173
Full Changelog: v0.12.1...v0.13.0
v0.12.1
v0.12.0
What's Changed
- enhance: add slim version of git plugin by @wass3rw3rk in #162
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- Adds github-cli to image by @colindean in #157
- chore(deps): update all non-major dependencies by @renovate in #156
- fix(ci): use correct version for action by @wass3r in #159
- fix(lint): use consistent golangci-lint config by @wass3r in #160
- fix(deps): update all non-major dependencies by @renovate in #158
- feat: add support for LFS by @wass3rw3rk in #161
New Contributors
- @colindean made their first contribution in #157
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- chore(linter): remove deprecated allow leading spaces by @KellyMerrick in #149
- chore(deps): update all non-major dependencies by @renovate in #142
- chore(deps): update codecov/codecov-action action to v4 by @renovate in #150
- fix(deps): update module github.com/go-vela/types to v0.23.2 [security] by @renovate in #152
- fix(deps): update module github.com/go-vela/types to v0.23.3 by @renovate in #153
- chore(deps): update github/codeql-action action to v3 by @renovate in #148
- chore(deps): update all non-major dependencies by @renovate in #154
- chore(deps): update github/codeql-action digest to df5a14d by @renovate in #155
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- chore(go): bump go to v1.20 by @wass3rw3rk in #139
- chore(license): update source code headers + copyright year by @wass3rw3rk in #145
- chore(deps): bulk upgrade by @claire1618 in #147
New Contributors
- @wass3rw3rk made their first contribution in #139
- @claire1618 made their first contribution in #147
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
Breaking Changes
For the default checkout process, this change will now initialize the branch using VELA_PULL_REQUEST_SOURCE (source branch) for pull requests. For all other events, the existing functionality of initializing with the default branch of the repo remains unchanged. This change may yield unexpected results or, in the worst case, broken builds for some pipelines.
- fix!: branch setup for git init by @jbrockopp in #138
Dependency Updates
- fix(deps): update module github.com/urfave/cli/v2 to v2.25.5 by @renovate in #132
- fix(deps): update module github.com/joho/godotenv to v1.5.1 by @renovate in #133
- build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #134
- fix(deps): update deps (patch) by @renovate in #135
- chore(deps): update actions/setup-go action to v4 by @renovate in #137
- fix(deps): update module github.com/go-vela/types to v0.19.2 by @renovate in #136
New Contributors
- @dependabot made their first contribution in #134
Full Changelog: v0.7.0...v0.8.0
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
v0.6.0
What's Changed
- fix(deps): update module github.com/go-vela/types to v0.12.0 by @renovate in #97
- fix(deps): update module github.com/spf13/afero to v1.8.1 by @renovate in #98
- chore(deps): update actions/checkout action to v3 by @renovate in #99
- chore: Golangci config, remove changelog by @kaymckay in #100
- fix(deps): update module github.com/spf13/afero to v1.8.2 by @renovate in #101
- fix(deps): update module github.com/urfave/cli/v2 to v2.4.0 by @renovate in #102
- chore: update contributing.md by @kaymckay in #103
- fix(deps): update module github.com/go-vela/types to v0.13.0 by @renovate in #104
- chore(deps): update codecov/codecov-action action to v3 by @renovate in #105
- fix(deps): update module github.com/urfave/cli/v2 to v2.4.4 by @renovate in #106
- fix(deps): update module github.com/urfave/cli/v2 to v2.4.8 by @renovate in #107
- chore(deps): update github/codeql-action action to v2 by @renovate in #108
- fix(deps): update module github.com/urfave/cli/v2 to v2.5.1 by @renovate in #109
- fix(deps): update module github.com/urfave/cli/v2 to v2.6.0 by @renovate in #110
- fix(deps): update module github.com/urfave/cli/v2 to v2.7.1 by @renovate in #111
- fix(deps): update module github.com/urfave/cli/v2 to v2.8.1 by @renovate in #112
- fix(deps): update module github.com/go-vela/types to v0.14.0 by @renovate in #113
- chore: change default branch to main by @wass3r in #118
- fix(deps): update module github.com/sirupsen/logrus to v1.9.0 by @renovate in #116
- fix(deps): update module github.com/urfave/cli/v2 to v2.11.1 by @renovate in #114
- fix(deps): update module github.com/spf13/afero to v1.9.2 by @renovate in #115
- chore: upgrade to go v1.18 by @plyr4 in #119
New Contributors
Full Changelog: v0.5.1...v0.6.0