Releases: go-vela/worker
v0.14.0-rc2
What's Changed
- fix(deps): update kubernetes packages to v0.24.0 by @renovate in #334
- fix(deps): update module github.com/urfave/cli/v2 to v2.6.0 by @renovate in #335
- bugfix(k8s): Drop TailContainer's logsContext to avoid early cancel by @cognifloyd in #337
- fix(deps): update module github.com/prometheus/client_golang to v1.12.2 by @renovate in #341
- fix(deps): update golang.org/x/sync digest to 0976fa6 by @renovate in #342
- fix(deps): update module github.com/urfave/cli/v2 to v2.8.1 by @renovate in #343
- fix(deps): update deps (patch) to v0.24.1 by @renovate in #344
- test: add API mock for Vela Worker by @cognifloyd in #338
- fix(deps): update module github.com/gin-gonic/gin to v1.8.0 by @renovate in #345
- fix(deps): update golang.org/x/sync digest to 0de741c by @renovate in #346
- fix(deploy): add tag to ruleset for deployment event by @JayCeeJr in #347
- chore(release): v0.14.0-rc2 by @wass3r in #348
New Contributors
Full Changelog: v0.14.0-rc1...v0.14.0-rc2
v0.14.0-rc1
What's Changed
- feat(kubernetes): Add PipelinePodsTemplate CRD to define worker-specific Pod defaults for Kubernetes Runtime by @cognifloyd in #294
- chore(deps): update codecov/codecov-action action to v3 by @renovate in #298
- fix(deps): update module sigs.k8s.io/yaml to v1.3.0 by @renovate in #301
- refactor: silence lint issues by @cognifloyd in #307
- bugfix(k8s): add newline to init step output by @cognifloyd in #309
- revert(k8s): Revert go-vela/pkg-runtime#151 by @cognifloyd in #306
- bugfix(k8s): avoid InspectContainer panic where container is not Terminated by @cognifloyd in #308
- tests: Convert runtime tests to subtests by @cognifloyd in #312
- refactor: drop duplicate executor.DestroyBuild call by @cognifloyd in #313
- bugfix(k8s): avoid "index out of range" panic by replacing magic indexes with containerLookup map by @cognifloyd in #311
- refactor: cleanup context passing in kubernetes runtime by @cognifloyd in #314
- tests: Convert executor tests to subtests by @cognifloyd in #315
- tests: Convert internal/ tests to subtests by @cognifloyd in #316
- fix(ci): Fix silent failures in GHA reviewdog workflow by @cognifloyd in #319
- fix(deps): update deps (patch) by @renovate in #310
- fix(deps): update module gotest.tools/v3 to v3.2.0 by @renovate in #321
- fix(deps): update module github.com/urfave/cli/v2 to v2.4.8 by @renovate in #320
- enhancement: Make context handling for log streaming more explicit by @cognifloyd in #317
- bugfix(k8s): do not log false-positive error when pause image is running by @cognifloyd in #323
- chore(deps): update dependency redis to v7 by @renovate in #328
- chore(deps): update github/codeql-action action to v2 by @renovate in #322
- fix(deps): update module github.com/urfave/cli/v2 to v2.5.1 by @renovate in #325
- fix(deps): update module github.com/google/go-cmp to v0.5.8 by @renovate in #327
- bugfix: make sure kubernetes log streaming gets canceled with build by @cognifloyd in #329
- refactor(executor): clarify why use different contexts by @cognifloyd in #304
- feat(internal/skip): add event action handling for skip method by @ecrupper in #326
- fix(deps): update deps (patch) by @renovate in #330
- enhance(kubernetes): Add podTracker and containerTracker to use k8s API more like a k8s controller by @cognifloyd in #302
- fix(executor): tests from compiler changes by @jbrockopp in #332
- chore(release): dependency updates for v0.14.0-rc1 by @KellyMerrick in #333
Full Changelog: v0.13.0...v0.14.0-rc1
v0.13.2
Backport of SDK upgrade to report correct version information. See https://github.com/go-vela/sdk-go/releases/tag/v0.13.1
Full Changelog: v0.13.1...v0.13.2
v0.13.1
What's Changed
No code changes between v0.13.0 and v0.13.1. This release was created to produce new artifacts using a newer version of Go (v1.17.9) which contains a few security fixes. See the Go v1.17.9 milestone for details.
Full Changelog: v0.13.0...v0.13.1
v0.13.0
What's Changed
- fix(deps): update module github.com/docker/distribution to v2.8.0 by @renovate in #270
- fix(step): add catch block for disallowed secrets by @ecrupper in #272
- fix(deps): update deps (patch) to v0.23.4 by @renovate in #273
- fix(deps): update module github.com/go-vela/server to v0.12.1 by @renovate in #276
- chore(dep): update containerd to 1.4.8 by @delta592 in #278
- refactor: docs for local setup by @jbrockopp in #275
- chore(deps): update actions/checkout action to v3 by @renovate in #281
- chore: update Golangci config & clean repo by @kaymckay in #282
- chore(dep): update containerd to 1.4.13 by @delta592 in #283
- fix(deps): update module github.com/docker/distribution to v2.8.1 by @renovate in #284
- chore: release v0.13.0-rc1 by @wass3r in #285
- refactor(logs): Replace "Pulling" with "Preparing" in init step logs by @cognifloyd in #287
- refactor(kubernetes): Refactor watch related code by @cognifloyd in #288
- test(kubernetes): Test TailContainer happy path by @cognifloyd in #289
- fix(deps): update module github.com/urfave/cli/v2 to v2.4.0 by @renovate in #290
- chore: update contributing.md by @kaymckay in #291
- chore(release): updates for v0.13.0-rc2 by @KellyMerrick in #292
- fix(deps): update deps (patch) to v0.23.5 by @renovate in #293
- chore: Add tests for runtime WithLogger opt by @cognifloyd in #295
- chore(release): dependency updates for v0.13.0 by @KellyMerrick in #297
New Contributors
Full Changelog: v0.12.0...v0.13.0
v0.13.0-rc2
What's Changed
- refactor(logs): Replace "Pulling" with "Preparing" in init step logs by @cognifloyd in #287
- refactor(kubernetes): Refactor watch related code by @cognifloyd in #288
- test(kubernetes): Test TailContainer happy path by @cognifloyd in #289
- fix(deps): update module github.com/urfave/cli/v2 to v2.4.0 by @renovate in #290
- chore: update contributing.md by @kaymckay in #291
- chore(release): updates for v0.13.0-rc2 by @KellyMerrick in #292
Full Changelog: v0.13.0-rc1...v0.13.0-rc2
v0.13.0-rc1
What's Changed
- fix(deps): update module github.com/docker/distribution to v2.8.0 by @renovate in #270
- fix(step): add catch block for disallowed secrets by @ecrupper in #272
- fix(deps): update deps (patch) to v0.23.4 by @renovate in #273
- fix(deps): update module github.com/go-vela/server to v0.12.1 by @renovate in #276
- chore(dep): update containerd to 1.4.8 by @delta592 in #278
- refactor: docs for local setup by @jbrockopp in #275
- chore(deps): update actions/checkout action to v3 by @renovate in #281
- chore: update Golangci config & clean repo by @kaymckay in #282
- chore(dep): update containerd to 1.4.13 by @delta592 in #283
- fix(deps): update module github.com/docker/distribution to v2.8.1 by @renovate in #284
- chore: release v0.13.0-rc1 by @wass3r in #285
New Contributors
Full Changelog: v0.12.0...v0.13.0-rc1
v0.12.2
What's Changed
No code changes between v0.12.1 and v0.12.2. This release was created to produce new artifacts using a newer version of Go (v1.17.9) which contains a few security fixes. See the Go v1.17.9 milestone for details.
Full Changelog: v0.12.1...v0.12.2
v0.12.1
v0.12.0
What's Changed
- fix(deps): update module github.com/opencontainers/image-spec to v1.0.2 by @renovate in #237
- enhance: setting version information by @jbrockopp in #240
- fix(deps): update deps (patch) to v0.22.4 by @renovate in #241
- fix: move Step init logic to library by @cognifloyd in #239
- fix(deps): update module github.com/gin-gonic/gin to v1.7.6 by @renovate in #242
- fix(deps): update module github.com/gin-gonic/gin to v1.7.7 by @renovate in #243
- fix: local setup with server by @jbrockopp in #245
- feat(logs): allow setting max log size by @wass3r in #244
- chore: update go-vela/server dependency by @jbrockopp in #252
- enhance: use application logger by @jbrockopp in #246
- fix(docker): pulling images without output by @jbrockopp in #253
- chore(deps): update go to 1.17 by @wass3r in #255
- fix(deps): update kubernetes packages to v0.23.1 by @renovate in #250
- feat(secrets): mask secrets in logs by @ecrupper in #254
- fix(deps): update module gotest.tools/v3 to v3.1.0 by @renovate in #256
- chore: update copyright year to 2022 by @kaymckay in #257
- fix(deps): update module github.com/prometheus/client_golang to v1.12.0 by @renovate in #259
- fix(deps): update module github.com/google/go-cmp to v0.5.7 by @renovate in #260
- fix(deps): update deps (patch) to v0.23.2 by @renovate in #262
- chore(step): clean up masking routine due to types change by @ecrupper in #261
- enhance(spec): automate worker api spec generation by @wass3r in #258
- chore(release): v0.12.0-rc1 by @wass3r in #264
- fix(deps): update deps (patch) by @renovate in #265
- fix(deps): update module github.com/prometheus/client_golang to v1.12.1 by @renovate in #266
- chore(deps): bump server and sdk to latest rc by @wass3r in #268
- chore(release): v0.12.0 by @wass3r in #269
New Contributors
- @cognifloyd made their first contribution in #239
- @ecrupper made their first contribution in #254
Full Changelog: v0.11.0...v0.12.0