Skip to content

Commit c7d778c

Browse files
committed
v44.16.4
1 parent 5e05e0a commit c7d778c

File tree

51 files changed

+70
-70
lines changed

Some content is hidden

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

51 files changed

+70
-70
lines changed

CHANGELOG.md

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

6+
## v44.16.4
7+
8+
### USERS
9+
10+
[patch] [#5517](https://github.com/taskcluster/taskcluster/issues/5517)
11+
This patch fixes the quarantined value on the workers table to be `n/a` if the quarantined value is in the past. This issue was first noticed in v44.16.3.
12+
13+
### DEVELOPERS
14+
15+
[patch]
16+
Added docker-compose.yml for local development.
17+
18+
### OTHER
19+
20+
▶ Additional change not described here: [#5503](https://github.com/taskcluster/taskcluster/issues/5503).
21+
622
## v44.16.3
723

824
### GENERAL

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ARG DOCKER_FLOW_VERSION
3232
RUN if [ -n "${DOCKER_FLOW_VERSION}" ]; then \
3333
echo "${DOCKER_FLOW_VERSION}" > version.json; \
3434
else \
35-
echo \{\"version\": \"44.16.3\", \"commit\": \"local\", \"source\": \"https://github.com/taskcluster/taskcluster\", \"build\": \"NONE\"\} > version.json; \
35+
echo \{\"version\": \"44.16.4\", \"commit\": \"local\", \"source\": \"https://github.com/taskcluster/taskcluster\", \"build\": \"NONE\"\} > version.json; \
3636
fi
3737

3838
# Build the UI and discard everything else in that directory

changelog/I5edAuklSE6ffLpFaOFUaw.md

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

changelog/SJGgNo-aRKqg50gsxBZ7Bw.md

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

changelog/issue-5503.md

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

changelog/issue-5517.md

Lines changed: 0 additions & 5 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.16.3'
7+
VERSION = '44.16.4'
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.16.3"
3+
version = "44.16.4"
44
authors = ["Wander Lairson Costa <[email protected]>"]
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.16.3"
3+
version = "44.16.4"
44
authors = ["Dustin J. Mitchell <[email protected]>"]
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.16.3", path = "../client" }
11+
taskcluster = { version = "44.16.4", 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)