Releases: go-vela/types
Releases · go-vela/types
v0.23.0
What's Changed
- feat(repo settings): approve build mechanism for
pull_request
events by @ecrupper in #328 - feat(repo)!: change
allow_<event>
fields to anAllowEvents
struct + DB use integer masking by @ecrupper in #314 - fix(repo_events): add support for reopen by @ecrupper in #337
- feat(deployment): add deployment table by @claire1618 in #323
- enhance(secret): use allow event system by @ecrupper in #341
- feat: adding a delete_event by @claire1618 in #340
- fix: enabling a delete event to be allowed by @claire1618 in #342
- fix(repo): remove dead code EventAllowed by @ecrupper in #343
- enhance(ci): include PR title validation workflow by @ecrupper in #344
- fix(events): add schedule to ToDatabase and improve tests by @ecrupper in #345
- enhance(env): add VELA_PULL_REQUEST_SOURCE and _TARGET to comment type by @ecrupper in #346
- fix: title validator handle no parentheses + enforce whitespace by @ecrupper in #347
- feat: remodling EventDelete to resemble EventTag by @claire1618 in #348
- chore(deps): bulk update deps by @ecrupper in #349
- chore(deps): update codecov/codecov-action action to v4 by @renovate in #350
- chore(deps): update all non-major dependencies by @renovate in #334
- fix: fixing Nullify() DeployNumber statment to actually work by @claire1618 in #351
- chore(deps): update all non-major dependencies by @renovate in #352
- fix(schema): add delete events and wildcard to pull_request by @ecrupper in #354
- fix(database): add limit and eviction policy for deployment builds by @ecrupper in #355
- fix(ci): codeql by @wass3rw3rk in #356
- chore(deps): update github/codeql-action digest to e8893c5 by @renovate in #353
- chore(ci): include minor and patch versions in workflows by @ecrupper in #357
Full Changelog: v0.22.0...v0.23.0
v0.23.0-rc2
What's Changed
- fix: fixing Nullify() DeployNumber statment to actually work by @claire1618 in #351
- chore(deps): update all non-major dependencies by @renovate in #352
Full Changelog: v0.23.0-rc1...v0.23.0-rc2
v0.23.0-rc1
What's Changed
- feat(repo settings): approve build mechanism for
pull_request
events by @ecrupper in #328 - feat(repo)!: change
allow_<event>
fields to anAllowEvents
struct + DB use integer masking by @ecrupper in #314 - fix(repo_events): add support for reopen by @ecrupper in #337
- feat(deployment): add deployment table by @claire1618 in #323
- enhance(secret): use allow event system by @ecrupper in #341
- feat: adding a delete_event by @claire1618 in #340
- fix: enabling a delete event to be allowed by @claire1618 in #342
- fix(repo): remove dead code EventAllowed by @ecrupper in #343
- enhance(ci): include PR title validation workflow by @ecrupper in #344
- fix(events): add schedule to ToDatabase and improve tests by @ecrupper in #345
- enhance(env): add VELA_PULL_REQUEST_SOURCE and _TARGET to comment type by @ecrupper in #346
- fix: title validator handle no parentheses + enforce whitespace by @ecrupper in #347
- feat: remodling EventDelete to resemble EventTag by @claire1618 in #348
- chore(deps): bulk update deps by @ecrupper in #349
- chore(deps): update codecov/codecov-action action to v4 by @renovate in #350
- chore(deps): update all non-major dependencies by @renovate in #334
Full Changelog: v0.22.0...v0.23.0-rc1
v0.22.0
What's Changed
- test: update main to be default by @KellyMerrick in #324
- feat(auto-cancel): add pipeline and yaml field for auto cancel by @ecrupper in #299
- fix(rulesets): surface error when regexp compilation fails + some match code refactoring by @ecrupper in #327
- feat(yaml/secret): adding pull tag to secrets to create a lazy secrets ability by @claire1618 in #312
- chore(deps): update all non-major dependencies by @renovate in #325
- fix(schema): add schedule to the event options by @ecrupper in #330
- fix(yaml): add reopened action to default pull_request unmarshal by @ecrupper in #332
- fix(schema): use enum for secret pull policy by @wass3rw3rk in #331
- fix(log): add brackets to secret mask by @ecrupper in #333
Full Changelog: v0.21.0...v0.22.0
v0.22.0-rc2
What's Changed
- fix(yaml): add reopened action to default pull_request unmarshal by @ecrupper in #332
- fix(schema): use enum for secret pull policy by @wass3rw3rk in #331
- fix(log): add brackets to secret mask by @ecrupper in #333
Full Changelog: v0.22.0-rc1...v0.22.0-rc2
v0.22.0-rc1
What's Changed
- test: update main to be default by @KellyMerrick in #324
- feat(auto-cancel): add pipeline and yaml field for auto cancel by @ecrupper in #299
- fix(rulesets): surface error when regexp compilation fails + some match code refactoring by @ecrupper in #327
- feat(yaml/secret): adding pull tag to secrets to create a lazy secrets ability by @claire1618 in #312
- chore(deps): update all non-major dependencies by @renovate in #325
- fix(schema): add schedule to the event options by @ecrupper in #330
Full Changelog: v0.21.0...v0.22.0-rc1
v0.21.0
What's Changed
- feat(queuing)!: create new types for
BuildExecutable
by @ecrupper in #302 - enhance(log): improve secret masking to better handle URL strings by @ecrupper in #303
- enhance(executable): encrypt DB executable by @ecrupper in #304
- enhance: adding branch to Schedule data type by @claire1618 in #305
- fix(deps): update module github.com/adhocore/gronx to v1.6.5 by @renovate in #301
- fix(secrets): support schedule event by @ecrupper in #308
- feat(type): worker registration library by @timhuynh94 in #307
- chore(deps): pin dependencies by @renovate in #309
- chore(deps): update actions/checkout action to v4 by @renovate in #310
- feat(types): V21 QueueRegistration type by @timhuynh94 in #315
- feat (types): rename QueueRegistration to QueueInfo by @timhuynh94 in #319
- chore: upgrade golang to 1.21 by @timhuynh94 in #320
- chore(deps): update all non-major dependencies by @renovate in #316
- chore(deps): update github/codeql-action digest to ddccb87 by @renovate in #321
- chore(license): update source code headers + copyright year by @wass3rw3rk in #322
New Contributors
- @claire1618 made their first contribution in #305
- @timhuynh94 made their first contribution in #307
- @wass3rw3rk made their first contribution in #322
Full Changelog: v0.20.3...v0.21.0
v0.21.0-rc2
What's Changed
- chore(license): update source code headers + copyright year by @wass3rw3rk in #322
New Contributors
- @wass3rw3rk made their first contribution in #322
Full Changelog: v0.21.0-rc1...v0.21.0-rc2
v0.21.0-rc1
What's Changed
- feat(queuing)!: create new types for
BuildExecutable
by @ecrupper in #302 - enhance(log): improve secret masking to better handle URL strings by @ecrupper in #303
- enhance(executable): encrypt DB executable by @ecrupper in #304
- enhance: adding branch to Schedule data type by @claire1618 in #305
- fix(deps): update module github.com/adhocore/gronx to v1.6.5 by @renovate in #301
- fix(secrets): support schedule event by @ecrupper in #308
- feat(type): worker registration library by @timhuynh94 in #307
- chore(deps): pin dependencies by @renovate in #309
- chore(deps): update actions/checkout action to v4 by @renovate in #310
- feat(types): V21 QueueRegistration type by @timhuynh94 in #315
- feat (types): rename QueueRegistration to QueueInfo by @timhuynh94 in #319
- chore: upgrade golang to 1.21 by @timhuynh94 in #320
- chore(deps): update all non-major dependencies by @renovate in #316
- chore(deps): update github/codeql-action digest to ddccb87 by @renovate in #321
New Contributors
- @claire1618 made their first contribution in #305
- @timhuynh94 made their first contribution in #307
Full Changelog: v0.20.3...v0.21.0-rc1