Skip to content

Commit 23fb4d2

Browse files
committed
v49.1.1
1 parent 07500e1 commit 23fb4d2

File tree

54 files changed

+162
-165
lines changed

Some content is hidden

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

54 files changed

+162
-165
lines changed

CHANGELOG.md

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

6+
## v49.1.1
7+
8+
### GENERAL
9+
10+
[patch]
11+
Generic worker feature `task.Payload.OnExitStatus.PurgeCaches` now only purges caches related to the task, instead of all caches on the worker.
12+
13+
### USERS
14+
15+
[patch] [#5773](https://github.com/taskcluster/taskcluster/issues/5773)
16+
Fix UI bug when user profile was missing and causing whole page to crash.
17+
18+
[patch] [bug 1590886](http://bugzil.la/1590886)
19+
Github status handler listens to both `taskPending` and `taskRunning` events.
20+
621
## v49.1.0
722

823
### ADMINS

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ARG DOCKER_FLOW_VERSION
4242
RUN if [ -n "${DOCKER_FLOW_VERSION}" ]; then \
4343
echo "${DOCKER_FLOW_VERSION}" > version.json; \
4444
else \
45-
echo \{\"version\": \"49.1.0\", \"commit\": \"local\", \"source\": \"https://github.com/taskcluster/taskcluster\", \"build\": \"NONE\"\} > version.json; \
45+
echo \{\"version\": \"49.1.1\", \"commit\": \"local\", \"source\": \"https://github.com/taskcluster/taskcluster\", \"build\": \"NONE\"\} > version.json; \
4646
fi
4747

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

changelog/HwVqACuzTlGplHg8EfGEkA.md

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

changelog/bug-1590886.md

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

changelog/ead5aXzMSNWdGmLGD9nU0Q.md

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

changelog/issue-5773.md

Lines changed: 0 additions & 6 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 = '49.1.0'
7+
VERSION = '49.1.1'
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 = "49.1.0"
3+
version = "49.1.1"
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 = "49.1.0"
3+
version = "49.1.1"
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 = "49.1.0", path = "../client" }
11+
taskcluster = { version = "49.1.1", 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)