Skip to content

Commit ec37932

Browse files
committed
v44.17.2
1 parent 7f49f49 commit ec37932

File tree

56 files changed

+98
-103
lines changed

Some content is hidden

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

56 files changed

+98
-103
lines changed

CHANGELOG.md

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

6+
## v44.17.2
7+
8+
### GENERAL
9+
10+
[patch]
11+
Go update from 1.18.3 to 1.18.4. Also updates the git version for generic worker decision tasks from `git2.24.0.2` to `git2.37.1`.
12+
13+
### DEPLOYERS
14+
15+
[patch] [bug 1633440](http://bugzil.la/1633440)
16+
Spread cron task times that started at 00:00 to minimize CPU spikes and DB loads.
17+
18+
### USERS
19+
20+
[patch]
21+
Set the `key` field on the login window to a password field instead of a text one
22+
23+
### DEVELOPERS
24+
25+
[patch]
26+
Fix docker compose sometimes not starting the ingress container
27+
28+
[patch] [#5553](https://github.com/taskcluster/taskcluster/issues/5553)
29+
This change adds continuous deployment support to the `cloudbuild.yaml` file so that each change to `main` results in a new deployment to [`https://dev.alpha.taskcluster-dev.net/`](https://dev.alpha.taskcluster-dev.net/).
30+
31+
[patch] [#5554](https://github.com/taskcluster/taskcluster/issues/5554)
32+
This patch splits the docker compose file into separate dev and prod configuration files. For prod-like deployments, where you want to use the latest `taskcluster/taskcluster` docker image, use the command `docker compose -f docker-compose.yml -f docker-compose.prod.yml up -d`. For development deployments, where local source code mounts as volumes for testing/debugging purposes, use the command `docker compose -f docker-compose.yml -f docker-compose.dev.yml up -d`.
33+
34+
This change also switches `docker-compose` (v1) references over to `docker compose` (v2). See [here](https://docs.docker.com/compose/#compose-v2-and-the-new-docker-compose-command) for more details.
35+
636
## v44.17.1
737

838
### 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.17.1\", \"commit\": \"local\", \"source\": \"https://github.com/taskcluster/taskcluster\", \"build\": \"NONE\"\} > version.json; \
35+
echo \{\"version\": \"44.17.2\", \"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/HItnC6sATOGBZnB41eiffw.md

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

changelog/PgmsetTxQk6XxeTiQnW0wA.md

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

changelog/RGjENhPnTMWRc7m0MmSOng.md

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

changelog/TY9RHwsbTDC4afWvLixzoQ.md

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

changelog/ZKSl9L0dQMKI1pu5VUaMlQ.md

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

changelog/bug-1633440.md

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

changelog/issue-5553.md

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

changelog/issue-5554.md

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

0 commit comments

Comments
 (0)