Skip to content

Releases: taskcluster/taskcluster

v60.1.3

18 Jan 19:28
2c1f223
Compare
Choose a tag to compare

GENERAL

▶ [patch] #6235
Migrates to aws sdk v3.

v60.1.2

18 Jan 16:59
c9b1d20
Compare
Choose a tag to compare

USERS

▶ [patch] #6563
Ensure livelog and interactive tasks tunnels work after a websocktunnel restart.

v60.1.0

18 Jan 14:16
81ebd7e
Compare
Choose a tag to compare

WORKER-DEPLOYERS

▶ [patch] #6779
Interactive feature data race fixed, whereby an error could cause a concurrent read and write of process state in different go routines.

USERS

▶ [minor] bug 1874568
Fixes token expiry issue for Auth0 login strategy that was not refetched.

▶ [patch] #6495
Improve changelog rendering in UI

DEVELOPERS

▶ [patch]
Added helper script to make it easier to run websocktunnel locally.

Automated Package Updates

1 Dependabot updates
  • build(deps): bump jinja2 from 3.1.2 to 3.1.3 in /taskcluster (c97cf83)

v60.0.1

11 Jan 03:29
5a75873
Compare
Choose a tag to compare

GENERAL

▶ [patch] #6762
Generic Worker: Tasks internally translated by D2G will add exit code 128 to the retry exit status array for retrying on an intermittent docker image pull issue.

Automated Package Updates

5 Dependabot updates
  • build(deps): bump follow-redirects from 1.14.8 to 1.15.4 in /ui (d0f8546)
  • build(deps): bump follow-redirects in /clients/client (fdf2641)
  • build(deps): bump follow-redirects from 1.15.3 to 1.15.4 (77c73c5)
  • build(deps): bump follow-redirects in /clients/client-test (1465e06)
  • build(deps): bump follow-redirects in /clients/client-web (924ecbb)

v60.0.0

08 Jan 15:21
3cd5b8d
Compare
Choose a tag to compare

GENERAL

▶ [patch]
Generic Worker: No longer logs out the redirect URL for the interactive shell feature since they are signed.

DEPLOYERS

▶ [MAJOR] #6759
Kubernetes pods use liveness probe instead of unconditionally killing containers daily.

▶ [patch] #6641
Worker-manager no longer counts "stopping" instances as part of the existing capacity when estimating the number of workers to start (although they are still counted towards maxCapacity).

Automated Package Updates

7 Dependabot updates
  • build(deps-dev): bump markdown-table from 2.0.0 to 3.0.3 (979bdeb)
  • build(deps): bump the deps group in /ui with 5 updates (d1b5aed)
  • build(deps): bump taskcluster from 58.0.2 to 59.2.0 in /taskcluster (dcb3409)
  • build(deps): bump the deps group with 7 updates (3381ad5)
  • build(deps): bump the deps group with 1 update (497c11f)
  • build(deps): bump the deps group in /taskcluster with 1 update (156da5e)
  • build(deps): bump github/codeql-action from 2 to 3 (1d9788a)

v59.2.0

20 Dec 14:56
45b996c
Compare
Choose a tag to compare

USERS

▶ [minor] #6671
Several UI changes:

  • pending and claimed tasks can be seen in UI
  • worker manager errors center and overview
  • navigation improvements

Automated Package Updates

1 Dependabot updates
  • build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 (fac49b2)

v59.1.3

14 Dec 18:02
b550fe4
Compare
Choose a tag to compare

No changes

v59.1.1

07 Dec 22:28
bcdc493
Compare
Choose a tag to compare

GENERAL

▶ [patch] #6733
Generic Worker: fixes file-not-readable-on-worker error while uploading artifacts with the simple engine.

▶ [patch]
Upgrades to go1.21.5 and Node 18.19.0.

v59.1.0

06 Dec 16:06
a812ac2
Compare
Choose a tag to compare

GENERAL

▶ [minor] bug 1858424
Generic Worker: ensure task user has access to the mount location specified.

Generic Worker: Add create-file and create-dir subcommands to generic-worker intended for internal use during task execution.

USERS

▶ [patch] #6688
The hooks list table now displays the timestamp of each hook's latest created task.

v59.0.1

04 Dec 21:15
21bdf36
Compare
Choose a tag to compare

DEPLOYERS

▶ [patch] #6716
Adds lifecycle preStop hook for services to allow graceful termination of pods in kubernetes without loss of connections.

▶ [patch] #6716
Fix kubernetes deployment configuration - lifecycle was misplaced.