Releases: go-vela/worker
Releases · go-vela/worker
v0.19.0
What's Changed
- chore(log): remove byte-chunks log method by @wass3r in #447
- enhance(executor tests): Add kubernetes runtime test cases for Build tests by @cognifloyd in #438
- enhance(executor tests): Add kubernetes runtime test cases for Opts and Secrets tests by @cognifloyd in #439
- enhance(executor tests): Add kubernetes runtime test cases for Step tests by @cognifloyd in #440
- enhance(executor tests): Add kubernetes runtime test cases for Stage tests by @cognifloyd in #441
- enhance(executor tests): Add kubernetes runtime test cases for Service tests by @cognifloyd in #442
- feat: use validate-token endpoint in MustServer by @plyr4 in #449
- enhance(auth): implement registration flow by @ecrupper in #452
- feat(mock): add support for register endpoint by @wass3rw3rk in #457
- feat(runtime/docker): add drop kernel capabilities option to runtime flags by @ecrupper in #454
- enhance: operate/exec logging by @plyr4 in #461
- chore(deps): update actions/setup-go action to v4 by @renovate in #448
- fix(deps): update deps (patch) by @renovate in #443
- fix(deps): update module github.com/urfave/cli/v2 to v2.25.1 by @renovate in #453
- fix(deps): update module github.com/docker/docker to v20.10.24+incompatible [security] by @renovate in #456
- fix(deps): update module github.com/prometheus/client_golang to v1.15.0 by @renovate in #460
- fix(deps): update kubernetes packages to v0.27.1 by @renovate in #459
- chore(release): upgrade types, server, sdk to v19 rc1 by @ecrupper in #463
- fix: err shadowing by @wass3rw3rk in #464
- fix(register): verify hostname by @wass3rw3rk in #465
- chore(release): upgrade server and sdk to rc2 by @ecrupper in #466
- chore(release): upgrade sdk, server, types to v0.19.0 for release by @ecrupper in #467
New Contributors
- @wass3rw3rk made their first contribution in #457
Full Changelog: v0.18.1...v0.19.0
v0.19.0-rc2
What's Changed
- fix: err shadowing by @wass3rw3rk in #464
- fix(register): verify hostname by @wass3rw3rk in #465
- chore(release): upgrade server and sdk to rc2 by @ecrupper in #466
Full Changelog: v0.19.0-rc1...v0.19.0-rc2
v0.19.0-rc1
What's Changed
- chore(log): remove byte-chunks log method by @wass3r in #447
- enhance(executor tests): Add kubernetes runtime test cases for Build tests by @cognifloyd in #438
- enhance(executor tests): Add kubernetes runtime test cases for Opts and Secrets tests by @cognifloyd in #439
- enhance(executor tests): Add kubernetes runtime test cases for Step tests by @cognifloyd in #440
- enhance(executor tests): Add kubernetes runtime test cases for Stage tests by @cognifloyd in #441
- enhance(executor tests): Add kubernetes runtime test cases for Service tests by @cognifloyd in #442
- feat: use validate-token endpoint in MustServer by @plyr4 in #449
- enhance(auth): implement registration flow by @ecrupper in #452
- feat(mock): add support for register endpoint by @wass3rw3rk in #457
- feat(runtime/docker): add drop kernel capabilities option to runtime flags by @ecrupper in #454
- enhance: operate/exec logging by @plyr4 in #461
- chore(deps): update actions/setup-go action to v4 by @renovate in #448
- fix(deps): update deps (patch) by @renovate in #443
- fix(deps): update module github.com/urfave/cli/v2 to v2.25.1 by @renovate in #453
- fix(deps): update module github.com/docker/docker to v20.10.24+incompatible [security] by @renovate in #456
- fix(deps): update module github.com/prometheus/client_golang to v1.15.0 by @renovate in #460
- fix(deps): update kubernetes packages to v0.27.1 by @renovate in #459
- chore(release): upgrade types, server, sdk to v19 rc1 by @ecrupper in #463
New Contributors
- @wass3rw3rk made their first contribution in #457
Full Changelog: v0.18.1...v0.19.0-rc1
v0.18.1
v0.18.0
What's Changed
- refactor(executor tests): Make runtime a test arg by @cognifloyd in #418
- enhance(executor tests): test StreamBuild logging during build tests by @cognifloyd in #419
- enhance(executor tests): Sanitize pipelines to handle runtime specific differences by @cognifloyd in #422
- enhance(executor tests): Add test helpers to generate test Pods by @cognifloyd in #424
- enhance(executor tests): Call k8s SetupMock method after CreateBuild in tests by @cognifloyd in #425
- fix(tests): accommodate clone image change in server by @wass3r in #417
- feat(build_token): worker changes for build token implementation by @ecrupper in #427
- enhance(executor tests): Manage k8s mocks for Executor exec tests by @cognifloyd in #431
- enhance(executor tests): Manage k8s mocks for Executor AssembleBuild test by @cognifloyd in #432
- fix(deps): update deps (patch) by @renovate in #414
- fix(api-spec): add sudo to create commands by @plyr4 in #416
- fix(deps): update module github.com/gin-gonic/gin to v1.9.0 by @renovate in #426
- fix(deps): update module github.com/joho/godotenv to v1.5.1 by @renovate in #423
- fix(deps): update module github.com/urfave/cli/v2 to v2.24.4 by @renovate in #420
- chore: upgrade to docker v23 and add new mocked funcs by @plyr4 in #433
- chore: revert 433 by @plyr4 in #435
- chore(release): v0.18.0-rc1 prep by @ecrupper in #436
- chore(release): v0.18.0-rc2 prep by @ecrupper in #444
- chore(release): upgrade server, types, sdk to v0.18.0 by @ecrupper in #445
Full Changelog: v0.17.0...v0.18.0
v0.18.0-rc2
What's Changed
Full Changelog: v0.18.0-rc1...v0.18.0-rc2
v0.18.0-rc1
What's Changed
- refactor(executor tests): Make runtime a test arg by @cognifloyd in #418
- enhance(executor tests): test StreamBuild logging during build tests by @cognifloyd in #419
- enhance(executor tests): Sanitize pipelines to handle runtime specific differences by @cognifloyd in #422
- enhance(executor tests): Add test helpers to generate test Pods by @cognifloyd in #424
- enhance(executor tests): Call k8s SetupMock method after CreateBuild in tests by @cognifloyd in #425
- fix(tests): accommodate clone image change in server by @wass3r in #417
- feat(build_token): worker changes for build token implementation by @ecrupper in #427
- enhance(executor tests): Manage k8s mocks for Executor exec tests by @cognifloyd in #431
- enhance(executor tests): Manage k8s mocks for Executor AssembleBuild test by @cognifloyd in #432
- fix(deps): update deps (patch) by @renovate in #414
- fix(api-spec): add sudo to create commands by @plyr4 in #416
- fix(deps): update module github.com/gin-gonic/gin to v1.9.0 by @renovate in #426
- fix(deps): update module github.com/joho/godotenv to v1.5.1 by @renovate in #423
- fix(deps): update module github.com/urfave/cli/v2 to v2.24.4 by @renovate in #420
- chore: upgrade to docker v23 and add new mocked funcs by @plyr4 in #433
- chore: revert 433 by @plyr4 in #435
- chore(release): v0.18.0-rc1 prep by @ecrupper in #436
Full Changelog: v0.17.0...v0.18.0-rc1
v0.17.0
What's Changed
- refactor(k8s): move test logic to MockKubernetesRuntime interface by @cognifloyd in #395
- refactor(executor tests): cleanup test names and errors by @cognifloyd in #396
- fix: Allow log streaming to take longer than build execution by @cognifloyd in #390
- fix(deps): update module github.com/urfave/cli/v2 to v2.23.6 by @renovate in #401
- fix(deps): update module github.com/masterminds/semver/v3 to v3.2.0 by @renovate in #404
- chore(deps): update elgohr/publish-docker-github-action action to v5 by @renovate in #406
- fix(deps): update kubernetes packages to v0.26.0 by @renovate in #407
- fix: revert log streaming commit by @wass3r in #409
- feat(stage): stages fail independently when continue is set to true by @ecrupper in #318
- fix: move trusted repos check to handle dynamic images by @plyr4 in #405
- chore: remove code of conduct in favor of global version by @wass3r in #403
- chore(release): dependency updates for v0.17.0-rc1 by @KellyMerrick in #412
- fix: improve streaming coordination so it does not hang by @cognifloyd in #410
- fix(deps): update deps (patch) by @renovate in #413
- chore(release): update dependencies for v0.17.0 by @KellyMerrick in #415
Full Changelog: v0.16.2...v0.17.0
v0.17.0-rc2
What's Changed
- fix: improve streaming coordination so it does not hang by @cognifloyd in #410
- fix(deps): update deps (patch) by @renovate in #413
Full Changelog: v0.17.0-rc1...v0.17.0-rc2
v0.17.0-rc1
What's Changed
- refactor(k8s): move test logic to MockKubernetesRuntime interface by @cognifloyd in #395
- refactor(executor tests): cleanup test names and errors by @cognifloyd in #396
- fix: Allow log streaming to take longer than build execution by @cognifloyd in #390
- fix(deps): update module github.com/urfave/cli/v2 to v2.23.6 by @renovate in #401
- fix(deps): update module github.com/masterminds/semver/v3 to v3.2.0 by @renovate in #404
- chore(deps): update elgohr/publish-docker-github-action action to v5 by @renovate in #406
- fix(deps): update kubernetes packages to v0.26.0 by @renovate in #407
- fix: revert log streaming commit by @wass3r in #409
- feat(stage): stages fail independently when continue is set to true by @ecrupper in #318
- fix: move trusted repos check to handle dynamic images by @plyr4 in #405
- chore: remove code of conduct in favor of global version by @wass3r in #403
- chore(release): dependency updates for v0.17.0-rc1 by @KellyMerrick in #412
Full Changelog: v0.16.2...v0.17.0-rc1