|
3 | 3 | <!-- `yarn release` will insert the existing changelog snippets here: --> |
4 | 4 | <!-- NEXT RELEASE HERE --> |
5 | 5 |
|
| 6 | +## v44.6.0 |
| 7 | + |
| 8 | +### GENERAL |
| 9 | + |
| 10 | +▶ [minor] |
| 11 | +Node.js major update from 14.17.15 to 16.13.2, the latest LTS version. |
| 12 | + |
| 13 | +Update the worker-ci image from Ubuntu 14.04 to 20.04, the current LTS version. |
| 14 | +This image is used in Taskcluster CI testing. This includes Python 3.8 (as |
| 15 | +python3), needed to build with node-gyp, and no longer includes Python 2.7. |
| 16 | +It also updates the Docker engine from 18.06.3 to 20.10.12. |
| 17 | + |
| 18 | +▶ [minor] |
| 19 | +Node.js minor update from 16.13.2 to 16.14.0, the latest LTS version. |
| 20 | + |
| 21 | +▶ [minor] |
| 22 | +This release updates the `docker-worker-websocket-client` and |
| 23 | +`docker-worker-websocket-server` libraries, used by `docker-worker` to execute |
| 24 | +commands inside a running container. These updates fix a bug when reading and |
| 25 | +writing data to the process in the container, which may have been broken since |
| 26 | +2015, and be a part of why VNC was broken |
| 27 | +(see [issue 3542](https://github.com/taskcluster/taskcluster/issues/3542#issuecomment-746934147)). |
| 28 | +This change required for Node v16, and may affect tasks that use this library like the |
| 29 | +[interactive feature](https://docs.taskcluster.net/docs/reference/workers/docker-worker/features#feature-interactive). |
| 30 | + |
| 31 | +▶ [patch] |
| 32 | +Go patch update from 1.17.6 to 1.17.7. |
| 33 | + |
| 34 | +▶ [patch] |
| 35 | +Replaced `github.com/dgrijalva/jwt-go` with `github.com/golang-jwt/jwt/v4` as suggested in the *high* dependabot vulnerability listed [here](https://github.com/taskcluster/taskcluster/security/dependabot/19). |
| 36 | + |
| 37 | +▶ [patch] [#4940](https://github.com/taskcluster/taskcluster/issues/4940) |
| 38 | +Sets the content type of the json returned by the `__heartbeat__` and `__lbheartbeat__` endpoints. |
| 39 | + |
| 40 | +### USERS |
| 41 | + |
| 42 | +▶ [patch] [#5153](https://github.com/taskcluster/taskcluster/issues/5153) |
| 43 | +Fixes https://github.com/taskcluster/taskcluster/issues/5153. CLI signin now properly redirects to a success page. |
| 44 | + |
| 45 | +### DEVELOPERS |
| 46 | + |
| 47 | +▶ [patch] |
| 48 | +Replacing ui test runner from `karma` to `jest` to allow snapshot testing. |
| 49 | + |
| 50 | +### Automated Package Updates |
| 51 | + |
| 52 | +<details> |
| 53 | +<summary>4 Renovate updates</summary> |
| 54 | + |
| 55 | +* Update dependency error-stack-parser to v2.0.7 (a5e2e2848) |
| 56 | +* Update dependency cronstrue to v1.125.0 (180be8ada) |
| 57 | +* Update dependency memorystore to v1.6.7 (dbae29c2a) |
| 58 | +* Update dependency sinon to v13 (aebe0f51b) |
| 59 | + |
| 60 | +</details> |
| 61 | + |
6 | 62 | ## v44.5.0 |
7 | 63 |
|
8 | 64 | ### GENERAL |
|
0 commit comments