Releases: go-vela/types
Releases · go-vela/types
v0.15.0-rc1
What's Changed
- fix(deps): update module github.com/microcosm-cc/bluemonday to v1.0.19 by @renovate in #258
- fix(deps): update deps (patch) by @renovate in #262
- chore(io/os): change ioutil to io or os pkg due to deprecation by @ecrupper in #263
- chore(lint): ran gofmt -s on all files by @ecrupper in #265
- chore(nolint): nolint should have no leading spaces by @ecrupper in #264
- fix(k8s/build/sanitize): implement similar line length and lowercase logic as containers for build by @ecrupper in #266
- chore(go): bump to 1.19 by @wass3r in #267
- chore: change default branch to main by @wass3r in #268
Full Changelog: v0.14.0...v0.15.0-rc1
v0.14.0
v0.14.0 (2022-06-09)
What's Changed
- feat(hook): add hook id to hook object by @ecrupper in #239
- feat: add database and library pipeline type by @jbrockopp in #223
- chore(deps): update codecov/codecov-action action to v3 by @renovate in #243
- fix(deps): update module github.com/lib/pq to v1.10.5 by @renovate in #244
- fix(container): move path and comment ignore logic by @ecrupper in #246
- chore: remove number field from Pipeline{} by @jbrockopp in #248
- feat(rulesets): action constants + unmarshal logic for legacy PR event by @ecrupper in #236
- feat(rulesets): add event action field by @ecrupper in #251
- fix(schema): add PR actions to allowed events by @ecrupper in #249
- refactor(database): use compress() and decompress() helpers by @jbrockopp in #245
- chore(deps): update github/codeql-action action to v2 by @renovate in #250
- fix(log): add = to secret mask by @ecrupper in #253
- fix(hook): clean up old repo rename code by adding action field to hook by @ecrupper in #252
- fix(deps): update module github.com/lib/pq to v1.10.6 by @renovate in #254
- fix(yaml/ruleset): fix unmarshal PR event to use synchronize, not synchronized by @ecrupper in #257
- fix(schema): synchronized to synchronize in order to mirror GH by @ecrupper in #256
Full Changelog: v0.13.0...v0.14.0
v0.14.0-rc3
What's Changed
- fix(yaml/ruleset): fix unmarshal PR event to use synchronize, not synchronized by @ecrupper in #257
- fix(schema): synchronized to synchronize in order to mirror GH by @ecrupper in #256
Full Changelog: v0.14.0-rc2...v0.14.0-rc3
v0.14.0-rc2
v0.14.0-rc1
chore(deps): update github/codeql-action action to v2 (#250)
v0.13.0
What's Changed
- fix(deps): update module github.com/microcosm-cc/bluemonday to v1.0.18 by @renovate in #232
- fix(library): add error field truncating by @ecrupper in #231
- fix(secret)!: remove implicit repo secrets and clean up secrets testing by @KellyMerrick in #230
- chore: Update golangci configuration by @kaymckay in #234
- chore(deps): update actions/checkout action to v3 by @renovate in #238
- feat(repo): add last update field by @ecrupper in #235
- feat: support stages with templates by @JordanSussman in #237
- revert(repo): remove last update field by @ecrupper in #241
- fix(metadata): moving metadata unmarshaler override to build by @ecrupper in #240
- chore: update contributing.md by @kaymckay in #242
Full Changelog: v0.12.0...v0.13.0
v0.13.0-rc2
What's Changed
Full Changelog: v0.13.0-rc1...v0.13.0-rc2
v0.13.0-rc1
What's Changed
- fix(deps): update module github.com/microcosm-cc/bluemonday to v1.0.18 by @renovate in #232
- fix(library): add error field truncating by @ecrupper in #231
- fix(secret)!: remove implicit repo secrets and clean up secrets testing by @KellyMerrick in #230
- chore: Update golangci configuration by @kaymckay in #234
- chore(deps): update actions/checkout action to v3 by @renovate in #238
- feat(repo): add last update field by @ecrupper in #235
- feat: support stages with templates by @JordanSussman in #237
- revert(repo): remove last update field by @ecrupper in #241
- fix(metadata): moving metadata unmarshaler override to build by @ecrupper in #240
Full Changelog: v0.12.0...v0.13.0-rc1
v0.12.0
What's Changed
- fix(deps): update module github.com/lib/pq to v1.10.4 by @renovate in #209
- chore(linter): remove magic number rule by @ecrupper in #213
- fix: move Step init logic from executor to library by @cognifloyd in #205
- feat(secrets): add secret metadata by @ecrupper in #206
- fix: check for nil service and step by @JordanSussman in #214
- feat(secrets): adding logging mask constant by @ecrupper in #220
- feat(stage): add environment field by @ecrupper in #215
- chore(deps): update go to 1.17 by @wass3r in #221
- enhance(webhook): enable skipping builds during tag events by @JordanSussman in #217
- feat(library): add Duration() function to resources by @jbrockopp in #222
- feat(repo): Add Name History field to Repo type by @ecrupper in #218
- fix(deps): update module github.com/microcosm-cc/bluemonday to v1.0.17 by @renovate in #224
- feat(repo): add build limit field by @jbrockopp in #219
- feat(library): add ServiceFromBuildContainer() by @jbrockopp in #226
- chore: update copyright year to 2022 by @kaymckay in #228
- chore/fix(log): moving secret masking to log type by @ecrupper in #225
- enhance(library): update Duration() return values by @jbrockopp in #227
- fix(secret)!: remove implicit repo secrets and clean up secrets testing by @GregoryDosh in #210
- Revert "fix(secret)!: remove implicit repo secrets and clean up secrets testing" by @KellyMerrick in #229
New Contributors
Full Changelog: v0.11.0...v0.12.0
v0.12.0-rc1
What's Changed
- fix(deps): update module github.com/lib/pq to v1.10.4 by @renovate in #209
- chore(linter): remove magic number rule by @ecrupper in #213
- fix: move Step init logic from executor to library by @cognifloyd in #205
- feat(secrets): add secret metadata by @ecrupper in #206
- fix: check for nil service and step by @JordanSussman in #214
- feat(secrets): adding logging mask constant by @ecrupper in #220
- feat(stage): add environment field by @ecrupper in #215
- chore(deps): update go to 1.17 by @wass3r in #221
- enhance(webhook): enable skipping builds during tag events by @JordanSussman in #217
- feat(library): add Duration() function to resources by @jbrockopp in #222
- feat(repo): Add Name History field to Repo type by @ecrupper in #218
- fix(deps): update module github.com/microcosm-cc/bluemonday to v1.0.17 by @renovate in #224
- feat(repo): add build limit field by @jbrockopp in #219
- feat(library): add ServiceFromBuildContainer() by @jbrockopp in #226
- chore: update copyright year to 2022 by @kaymckay in #228
- chore/fix(log): moving secret masking to log type by @ecrupper in #225
- enhance(library): update Duration() return values by @jbrockopp in #227
New Contributors
Full Changelog: v0.11.0...v0.12.0-rc1