Skip to content

Releases: go-vela/vela-git

v0.14.0

06 Mar 19:26
bad5ae8

Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.13.0

05 Aug 19:59
231f8a3

Choose a tag to compare

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

25 Feb 18:06
c0fb2e2

Choose a tag to compare

What's Changed

  • fix(deps): remove go-vela/types dep, update linter settings by @wass3r in #165
  • chore(deps): update all non-major dependencies by @renovate in #163
  • chore(deps): update codecov/codecov-action action to v5 by @renovate in #164

Full Changelog: v0.12.0...v0.12.1

v0.12.0

04 Sep 20:07
5e6f051

Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.11.0

29 Aug 20:46
612bfde

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

15 Apr 19:53
34fae92

Choose a tag to compare

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

11 Dec 17:31
9c7920c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

07 Jun 18:58
b6a4384

Choose a tag to compare

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.

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

Full Changelog: v0.7.0...v0.8.0

v0.7.0

18 Jan 19:43
b41373c

Choose a tag to compare

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

11 Aug 19:37
185aade

Choose a tag to compare

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