Skip to content

Commit fb587e0

Browse files
committed
v44.8.5
1 parent 2154025 commit fb587e0

51 files changed

Lines changed: 74 additions & 76 deletions

File tree

Some content is hidden

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

CHANGELOG.md

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

6+
## v44.8.5
7+
8+
### GENERAL
9+
10+
[patch]
11+
Upgrade Node.js version from v16.14.0 to v16.14.2 for OpenSSL security patch.
12+
13+
[patch]
14+
Upgrade to latest `minimist` version to address https://github.com/taskcluster/taskcluster/security/dependabot/73.
15+
16+
[patch]
17+
Upgrade to latest `mocha` version to address https://github.com/taskcluster/taskcluster/security/dependabot/70, https://github.com/taskcluster/taskcluster/security/dependabot/71, and https://github.com/taskcluster/taskcluster/security/dependabot/72.
18+
19+
### USERS
20+
21+
[patch] [#5282](https://github.com/taskcluster/taskcluster/issues/5282)
22+
Fix issue with unicode characters in user profile.
23+
24+
Using Github as oauth provider encodes user profile using base64 encoding,
25+
which, if contains unicode characters, is not decoded properly by `atob()`.
26+
627
## v44.8.4
728

829
### GENERAL

changelog/D7QydcVbRfKTuGMWyaWo5A.md

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

changelog/MzfRpH7EQFibZok7N4WoMQ.md

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

changelog/Q3LMtDLUT8mpnIEvJVysHA.md

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

changelog/cjZPYS4KS96R3Fqpupq6Lg.md

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

changelog/issue-5282.md

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

clients/client-py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools.command.test import test as TestCommand
55
import sys
66

7-
VERSION = '44.8.4'
7+
VERSION = '44.8.5'
88

99
tests_require = [
1010
'pytest',

clients/client-rust/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/client-rust/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "taskcluster"
3-
version = "44.8.4"
3+
version = "44.8.5"
44
authors = ["Wander Lairson Costa <wander.lairson@gmail.com>"]
55
edition = "2018"
66
license = "MPL-2.0"

clients/client-rust/download/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "taskcluster-download"
3-
version = "44.8.4"
3+
version = "44.8.5"
44
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
55
edition = "2018"
66
license = "MPL-2.0"
77
description = "Taskcluster Download Support"
88
repository = "https://github.com/taskcluster/taskcluster"
99

1010
[dependencies]
11-
taskcluster = { version = "44.8.4", path = "../client" }
11+
taskcluster = { version = "44.8.5", path = "../client" }
1212
anyhow = "1.0"
1313
async-trait = "0.1"
1414
reqwest = { version = "0.11", features = ["json", "stream", "gzip", "brotli"] }

0 commit comments

Comments
 (0)