Skip to content

Commit e10e27e

Browse files
committed
v44.6.0
1 parent faafc30 commit e10e27e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+109
-108
lines changed

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,62 @@
33
<!-- `yarn release` will insert the existing changelog snippets here: -->
44
<!-- NEXT RELEASE HERE -->
55

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+
662
## v44.5.0
763

864
### GENERAL

changelog/AXUb6drpSAu7hthCd0Lumw.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog/DxZuR0iPQfS5T4-dCRYRAg.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

changelog/I5fruJVSStau6lEkI-GOWQ.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelog/OQ1YfPyoSa2H855hVSsEGg.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/UNcKF5bhS8y0TVOyCkRW-w.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog/XiC6EHt1RDyXGdcq7JsKfg.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog/YGDzBnEUR9-Hxl9SjnKx5g.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/bdp4Ifc0SGe81snujuhMrQ.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

changelog/cAb9Y0qySwCnM_W199DdZg.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)