mozilla / task-boot

Taskcluster Boot utils
Mozilla Public License 2.0
5 stars 15 forks source link

Bump taskcluster from 66.0.0 to 69.0.1 #454

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps taskcluster from 66.0.0 to 69.0.1.

Release notes

Sourced from taskcluster's releases.

v69.0.1

USERS

▶ [patch] #7263 Improve github checks output - handle 404 cases for empty artifact list. Adds artifact redirect page in UI to redirect user to the actual artifact.

v69.0.0

GENERAL

▶ [patch] Upgrades to Node.js v20.17.0 and go1.23.1 (security release).

WORKER-DEPLOYERS

▶ [minor] #7257 Worker-manager provides an option to request public IP for generic-worker in Azure that is skipped by default. Passing publicIp = true in the launch configuration will enable the public IP request.

{
  "workerManager": {
    "publicIp": true
  }
}

USERS

▶ [minor] #7151 Queue service supports up to 10.000 dependencies for a single task.

DEVELOPERS

▶ [MAJOR] Update dependencies in the rust client

▶ [patch] #5669 Enhanced github integration with information: task runtime, head of logs, status information, link of task group, list of 50 artifacts.

▶ [patch] #5669 Fix incorrect artifact url generation Fix artifact fetch with listArtifact due to permission issues

OTHER

▶ Additional change not described here: #5669.

Automated Package Updates

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v69.0.1

USERS

▶ [patch] #7263 Improve github checks output - handle 404 cases for empty artifact list. Adds artifact redirect page in UI to redirect user to the actual artifact.

v69.0.0

GENERAL

▶ [patch] Upgrades to Node.js v20.17.0 and go1.23.1 (security release).

WORKER-DEPLOYERS

▶ [minor] #7257 Worker-manager provides an option to request public IP for generic-worker in Azure that is skipped by default. Passing publicIp = true in the launch configuration will enable the public IP request.

{
  "workerManager": {
    "publicIp": true
  }
}

USERS

▶ [minor] #7151 Queue service supports up to 10.000 dependencies for a single task.

DEVELOPERS

▶ [MAJOR] Update dependencies in the rust client

▶ [patch] #5669 Enhanced github integration with information: task runtime, head of logs, status information, link of task group, list of 50 artifacts.

▶ [patch] #5669 Fix incorrect artifact url generation Fix artifact fetch with listArtifact due to permission issues

OTHER

▶ Additional change not described here: #5669.

... (truncated)

Commits
  • 581c06b v69.0.1
  • 088eb55 Merge pull request #7264 from taskcluster/feat/7263-github-checks
  • e13483e feat(github): Improve checks output, add artifact redirect handling
  • e1449f9 v69.0.0
  • 5a30751 Merge pull request #7258 from taskcluster/feat/7257-public-ip-azure
  • a22c881 feat(w-m): Allow provision of public IP for g-w in Azure
  • a40936b Merge pull request #7261 from taskcluster/github-list-artifacts
  • 36f0d7b Merge pull request #7262 from thakkarujas5/fix/hide-section-checkrun
  • 938caf6 fix(github): Fix artifact fetch due to permission issue
  • 168193a feat(github): allow fetching artifacts from queue
  • 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 1 month ago

Superseded by #455.