Skip to content

Releases: go-vela/vela-git

v0.12.0

04 Sep 20:07
5e6f051
Compare
Choose a tag to compare

What's Changed

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

v0.11.0

29 Aug 20:46
612bfde
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v0.5.1

01 Feb 22:31
45dae93
Compare
Choose a tag to compare

v0.5.1 (2022-02-01)

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

25 Jan 20:48
d6ff5ea
Compare
Choose a tag to compare

What's Changed

  • ci: add security scan by @delta592 in #43
  • ci: add ossar code scanning by @delta592 in #44
  • chore: convert true to always pull policy by @jbrockopp in #45
  • feat: use new version pkg by @jbrockopp in #47
  • refactor: update variable configuration for consistency by @jbrockopp in #48
  • feat(fetch): enable depth parameter by @JordanSussman in #49
  • chore: remove ossar by @wass3r in #50
  • Configure Renovate - old by @renovate in #51
  • chore: update renovate by @wass3r in #54
  • chore(renovate): perform go mod tidy by @wass3r in #55
  • chore(renovate): remove to trigger re-setup by @wass3r in #58
  • Configure Renovate by @renovate in #59
  • chore(deps): update module sirupsen/logrus to v1.7.0 by @renovate in #60
  • chore(deps): update module spf13/afero to v1.5.1 by @renovate in #61
  • chore(deps): update module urfave/cli/v2 to v2.3.0 by @renovate in #62
  • chore(deps): update module masterminds/semver to v3 by @renovate in #63
  • chore: update copyright year to 2021 by @jbrockopp in #64
  • chore(deps): update module go-vela/types to v0.7.2 by @renovate in #67
  • chore(actions): pin golang to 1.15 by @wass3r in #69
  • fix(deps): update module github.com/go-vela/types to v0.7.3 by @renovate in #71
  • enhance: make version output consistent by @jbrockopp in #74
  • fix(deps): update module github.com/go-vela/types to v0.7.4 by @renovate in #76
  • fix(deps): update module github.com/sirupsen/logrus to v1.8.1 by @renovate in #75
  • fix(deps): update module github.com/spf13/afero to v1.6.0 by @renovate in #77
  • feat: output git version for troubleshooting by @jbrockopp in #78
  • Update DOCS.md by @matt-fevold in #80
  • fix(deps): update module github.com/go-vela/types to v0.8.0 by @renovate in #79
  • fix(deps): update module github.com/go-vela/types to v0.8.2 by @renovate in #81
  • chore(deps): update codecov/codecov-action action to v2 by @renovate in #83
  • chore(deps): update reviewdog/action-golangci-lint action to v2 by @renovate in #84
  • fix(deps): update module github.com/go-vela/types to v0.9.0 by @renovate in #85
  • fix(deps): update module github.com/joho/godotenv to v1.4.0 by @renovate in #87
  • fix(deps): update module github.com/go-vela/types to v0.10.0 by @renovate in #88
  • fix(deps): update module github.com/go-vela/types to v0.11.0 by @renovate in #89
  • enhance: default fetch depth to 1 if none provided by @dtanner in #90
  • fix(deps): update module github.com/spf13/afero to v1.7.0 by @renovate in #91
  • chore(deps): update go to 1.17 by @wass3r in #92
  • fix(deps): update module github.com/spf13/afero to v1.7.1 by @renovate in #93
  • fix(deps): update module github.com/spf13/afero to v1.8.0 by @renovate in #94
  • chore: update copyright year to 2022 by @kaymckay in #95

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

12 Aug 23:25
9d4414c
Compare
Choose a tag to compare

v0.4.0 (2020-07-31)

Feat

  • config: add file path option for reading values (#42)