Releases: go-vela/worker
Releases · go-vela/worker
v0.16.1
What's Changed
- fix(deps): update module gotest.tools/v3 to v3.4.0 by @renovate in #388
- fix(deps): update deps (patch) by @renovate in #392
- chore(deps): update postgres docker tag to v15 by @renovate in #393
- fix(deps): update module golang.org/x/sync to v0.1.0 by @renovate in #394
- chore(release): v0.16.1 prep by @wass3r in #400
Full Changelog: v0.16.0...v0.16.1
v0.16.0
What's Changed
- fix: don't supply default privileged image a40039059d713c96275c0427a695a09f79195f29 for CVE-2022-39395
- feat!: gate privileged images behind trusted repos by @plyr4 in #391 for CVE-2022-39395
- refactor: move kubernetes runtime mock code to separate file by @cognifloyd in #389
- chore(release): v0.16.0 prep by @wass3r in #399
Full Changelog: v0.15.1...v0.16.0
v0.15.1
v0.15.0
What's Changed
- enhance(local executor): print to stdout via client field by @cognifloyd in #339
- fix(deps): update module github.com/sirupsen/logrus to v1.9.0 by @renovate in #356
- fix(deps): update module github.com/urfave/cli/v2 to v2.11.1 by @renovate in #354
- fix(deps): update golang.org/x/sync digest to 886fb93 by @renovate in #358
- fix(deps): update module github.com/prometheus/client_golang to v1.13.0 by @renovate in #362
- fix(deps): update deps (patch) to v0.14.3 by @renovate in #355
- Allow creating mocks via
runtime.New()
by @cognifloyd in #340 - fix(deps): update module github.com/google/go-cmp to v0.5.9 by @renovate in #369
- chore(go): update to 1.19 by @wass3r in #370
- fix(deps): update golang.org/x/sync digest to f12130a by @renovate in #364
- chore(lint): fix linter errors in worker codebase by @ecrupper in #371
- feat(start/server): add minimum TLS version of 1.2 with option to set it differently by @ecrupper in #368
- fix(deps): update kubernetes packages to v0.25.0 by @renovate in #365
- fix(deps): update module github.com/docker/go-units to v0.5.0 by @renovate in #366
- fix(deps): update module github.com/docker/docker to v20.10.18+incompatible by @renovate in #373
- chore: change default branch to main by @wass3r in #378
- fix(deps): update deps (patch) to v0.25.1 by @renovate in #377
- fix(deps): update deps (patch) to v0.25.2 by @renovate in #379
- fix(deps): update golang.org/x/sync digest to 7f9b162 by @renovate in #380
- chore: v0.15.0-rc1 prep by @wass3r in #381
- fix(deps): update module github.com/urfave/cli/v2 to v2.17.1 by @renovate in #383
- fix(deps): update golang.org/x/sync digest to 8fcdb60 by @renovate in #382
- chore: v0.15.0-rc2 by @wass3r in #384
- chore: v0.15.0 release prep by @wass3r in #385
Full Changelog: v0.14.0...v0.15.0
v0.15.0-rc2
v0.15.0-rc1
What's Changed
- enhance(local executor): print to stdout via client field by @cognifloyd in #339
- fix(deps): update module github.com/sirupsen/logrus to v1.9.0 by @renovate in #356
- fix(deps): update module github.com/urfave/cli/v2 to v2.11.1 by @renovate in #354
- fix(deps): update golang.org/x/sync digest to 886fb93 by @renovate in #358
- fix(deps): update module github.com/prometheus/client_golang to v1.13.0 by @renovate in #362
- fix(deps): update deps (patch) to v0.14.3 by @renovate in #355
- Allow creating mocks via
runtime.New()
by @cognifloyd in #340 - fix(deps): update module github.com/google/go-cmp to v0.5.9 by @renovate in #369
- chore(go): update to 1.19 by @wass3r in #370
- fix(deps): update golang.org/x/sync digest to f12130a by @renovate in #364
- chore(lint): fix linter errors in worker codebase by @ecrupper in #371
- feat(start/server): add minimum TLS version of 1.2 with option to set it differently by @ecrupper in #368
- fix(deps): update kubernetes packages to v0.25.0 by @renovate in #365
- fix(deps): update module github.com/docker/go-units to v0.5.0 by @renovate in #366
- fix(deps): update module github.com/docker/docker to v20.10.18+incompatible by @renovate in #373
- chore: change default branch to main by @wass3r in #378
- fix(deps): update deps (patch) to v0.25.1 by @renovate in #377
- fix(deps): update deps (patch) to v0.25.2 by @renovate in #379
- fix(deps): update golang.org/x/sync digest to 7f9b162 by @renovate in #380
- chore: v0.15.0-rc1 prep by @wass3r in #381
Full Changelog: v0.14.0...v0.15.0-rc1
v0.14.0
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
- 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
- fix(deps): update module github.com/gin-gonic/gin to v1.8.1 by @renovate in #349
- chore(release): v0.14.0-rc3 by @wass3r in #350
- fix(deps): update module gotest.tools/v3 to v3.3.0 by @renovate in #352
- fix(deps): update deps (patch) to v0.24.2 by @renovate in #351
- chore(release): dependency updates for v0.14.0 by @KellyMerrick in #353
New Contributors
Full Changelog: v0.13.0...v0.14.0
v0.14.0-rc3
What's Changed
- fix(deps): update module github.com/gin-gonic/gin to v1.8.1 by @renovate in #349
- chore(release): v0.14.0-rc3 by @wass3r in #350
Full Changelog: v0.14.0-rc2...v0.14.0-rc3
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