mozilla / wpt-sync

Two-way repository sync between web-platform-tests and gecko
Other
8 stars 11 forks source link

Bump taskcluster from 64.2.1 to 65.3.0 #2332

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps taskcluster from 64.2.1 to 65.3.0.

Release notes

Sourced from taskcluster's releases.

v65.3.0

GENERAL

▶ [patch] Upgrades to node v20.14.0 and go1.22.4 (SECURITY release).

DEPLOYERS

▶ [minor] #7035 Helm chart allows conditional deployment of several resource types:

  • Secret
  • ConfigMap
  • Ingress
  • ServiceAccount

This might be useful in the deployments that use custom Ingress or manage secrets and configs externally. Example usage: helm template --values .. --set "skipResourceTypes[0]"=ingress --set "skipResourceTypes[0]"=secert .

WORKER-DEPLOYERS

▶ [minor] #7076 Worker Runner now uses IMDSv2 instead of IMDSv1 in EC2. IMDSv1 is being phased out by Amazon.

DEVELOPERS

▶ [patch] #7080 Fixes github service issue during cancellation of the previous runs that were not created. Response code was not checked properly which resulted in sending same error for each new build.

▶ [patch] #6668 Fixes an issue to support yarn run for dev:start and dev:stop scripts

v65.2.0

USERS

▶ [minor] #7070 Generic Worker now sets the environment variable TASKCLUSTER_INSTANCE_TYPE in task commands to the instance type of the worker, if configured. This matches the (undocumented) behaviour of Docker Worker. D2G also passes this environment variable through to podman, to emulate Docker Worker's behaviour.

▶ [patch] Fixes UI issue in worker view where error was shown despite worker being found.

▶ [patch] #7059 D2G now includes libvirt OS group in generated Generic Worker task payloads that use Docker Worker KVM device.

▶ [patch] #6954 Fixes an issue with github badges that timed out on non-existing branches.

▶ [patch] Tasks using notify.pulse.<topic>.on-<event> routes now send out messages using the specified topic. This means it's now possible to subscribe to

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v65.3.0

GENERAL

▶ [patch] Upgrades to node v20.14.0 and go1.22.4 (SECURITY release).

DEPLOYERS

▶ [minor] #7035 Helm chart allows conditional deployment of several resource types:

  • Secret
  • ConfigMap
  • Ingress
  • ServiceAccount

This might be useful in the deployments that use custom Ingress or manage secrets and configs externally. Example usage: helm template --values .. --set "skipResourceTypes[0]"=ingress --set "skipResourceTypes[0]"=secert .

WORKER-DEPLOYERS

▶ [minor] #7076 Worker Runner now uses IMDSv2 instead of IMDSv1 in EC2. IMDSv1 is being phased out by Amazon.

DEVELOPERS

▶ [patch] #7080 Fixes github service issue during cancellation of the previous runs that were not created. Response code was not checked properly which resulted in sending same error for each new build.

▶ [patch] #6668 Fixes an issue to support yarn run for dev:start and dev:stop scripts

v65.2.0

USERS

▶ [minor] #7070 Generic Worker now sets the environment variable TASKCLUSTER_INSTANCE_TYPE in task commands to the instance type of the worker, if configured. This matches the (undocumented) behaviour of Docker Worker. D2G also passes this environment variable through to podman, to emulate Docker Worker's behaviour.

▶ [patch] Fixes UI issue in worker view where error was shown despite worker being found.

▶ [patch] #7059 D2G now includes libvirt OS group in generated Generic Worker task payloads that use Docker Worker KVM device.

▶ [patch] #6954 Fixes an issue with github badges that timed out on non-existing branches.

▶ [patch]

... (truncated)

Commits
  • 150c90a v65.3.0
  • 866d20c Merge pull request #7079 from taskcluster/issue7076
  • 6fa10d2 Merge pull request #7081 from taskcluster/feat/7080-github-error-codes-handling
  • 6fb9776 feat(github): Fixes 404 handling when task group doesn't exist
  • 0ec4e74 Issue 7076: Worker Runner: Use IMDSv2 in EC2 instead of IMDSv1
  • 49989a0 Add support for yarn run dev:start, yarn run dev:stop (#7075)
  • 9824109 Merge pull request #7056 from taskcluster/feat/7035-conditional-resource-gene...
  • d9a266e feat(k8s): Allow to skip certain resource kinds in helm
  • b09f8e5 Merge pull request #7074 from taskcluster/petemoore/node20.14.0go1.22.4
  • 759ab79 build(deps): upgrade to node 20.14.0 and go1.22.4
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 months ago

Superseded by #2334.