Skip to content

Commit 0939165

Browse files
committed
v44.8.1
1 parent d42938e commit 0939165

File tree

53 files changed

+79
-87
lines changed

Some content is hidden

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

53 files changed

+79
-87
lines changed

CHANGELOG.md

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

6+
## v44.8.1
7+
8+
### DEPLOYERS
9+
10+
[patch] [#5235](https://github.com/taskcluster/taskcluster/issues/5235)
11+
Added ingress to the web-server service to access the `__version__` and `__lbheartbeat__` endpoints. Can be reached at `/api/web-server/v1/{__version__, __lbheartbeat__}`.
12+
These were added to comply with the [Dockerflow standard](https://github.com/mozilla-services/Dockerflow/#containerized-app-requirements).
13+
14+
### USERS
15+
16+
[patch] [#5247](https://github.com/taskcluster/taskcluster/issues/5247)
17+
Pagination and filters shown conditionally
18+
19+
[patch]
20+
Fix the badge generation when using the badge API. It now works when deployed through helm too
21+
22+
### DEVELOPERS
23+
24+
[patch]
25+
Introduces `dev:ensure:db` and `dev:ensure:rabbit` commands to ensure postgres and rabbit have necessary user accounts and permissions.
26+
Updated `dev-deployment.md` with instructions how to set up own rabbitmq/posgres for testing/dev puropses.
27+
28+
### OTHER
29+
30+
▶ Additional change not described here: [#5150](https://github.com/taskcluster/taskcluster/issues/5150).
31+
632
## v44.8.0
733

834
### DEPLOYERS

changelog/E2pBAtE7Rwq6nmUrV9CISA.md

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

changelog/NcjqDSkYQPm1gpLFqf9mrw.md

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

changelog/Or0UB2kBRAOKTG4-toN6zw.md

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

changelog/Y0w6xTE9Qke2wg6iVGUu7Q.md

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

changelog/issue-5150.md

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

changelog/issue-5235.md

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

changelog/issue-5247.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 = '44.8.0'
7+
VERSION = '44.8.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.

0 commit comments

Comments
 (0)