Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump taskcluster from 73.0.0 to 74.0.0 #8276

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2024

Bumps taskcluster from 73.0.0 to 74.0.0.

Release notes

Sourced from taskcluster's releases.

v74.0.0

GENERAL

▶ [patch] Upgrades to Node.js 20.18.0 and yarn 4.5.1

WORKER-DEPLOYERS

▶ [MAJOR] D2G: Renamed methods Convert() --> ConvertPayload() and Scopes() --> ConvertScopes().

D2G: ConvertScopes() checks that the provided docker worker payload is valid with the supplied scopes. Generic Worker will now resolve a docker worker task as exception/malformed-payload if any required docker worker scopes are missing for its payload.

▶ [MAJOR] #7320 Reverts PR #7324. Taskcluster Proxy will now only listen on 127.0.0.1.

USERS

▶ [patch] #7340 D2G: Use unique task container names to avoid container naming conflicts.

DEVELOPERS

▶ [patch] Fixed the rust library for uploading artifact when the object service returned a content-length header. It will now avoid duping the header which was resulting in 400s from upstream object storages.

▶ [patch] The rust client will now properly fail when the PUT url call returns an error while uploading an artifact.

Automated Package Updates

  • build(deps): bump elliptic from 6.5.7 to 6.6.0 in /ui (11ebddccd)
  • build(deps): bump elliptic from 6.5.7 to 6.6.0 in /clients/client-web (eef39b199)
  • build(deps): bump matrix-js-sdk from 25.1.1 to 34.8.0 (#7330) (73da29d98)
Changelog

Sourced from taskcluster's changelog.

v74.0.0

GENERAL

▶ [patch] Upgrades to Node.js 20.18.0 and yarn 4.5.1

WORKER-DEPLOYERS

▶ [MAJOR] D2G: Renamed methods Convert() --> ConvertPayload() and Scopes() --> ConvertScopes().

D2G: ConvertScopes() checks that the provided docker worker payload is valid with the supplied scopes. Generic Worker will now resolve a docker worker task as exception/malformed-payload if any required docker worker scopes are missing for its payload.

▶ [MAJOR] #7320 Reverts PR #7324. Taskcluster Proxy will now only listen on 127.0.0.1.

USERS

▶ [patch] #7340 D2G: Use unique task container names to avoid container naming conflicts.

DEVELOPERS

▶ [patch] Fixed the rust library for uploading artifact when the object service returned a content-length header. It will now avoid duping the header which was resulting in 400s from upstream object storages.

▶ [patch] The rust client will now properly fail when the PUT url call returns an error while uploading an artifact.

Automated Package Updates

  • build(deps): bump elliptic from 6.5.7 to 6.6.0 in /ui (11ebddccd)
  • build(deps): bump elliptic from 6.5.7 to 6.6.0 in /clients/client-web (eef39b199)
  • build(deps): bump matrix-js-sdk from 25.1.1 to 34.8.0 (#7330) (73da29d98)
Commits
  • fc2ffec v74.0.0
  • eee09ee Merge pull request #7352 from taskcluster/matt-boris/revertTcProxyChange
  • 294bfd6 Add changelog
  • f05d10d Revert "d2g: don't share the host's network namespace"
  • 8dff2a4 Revert "generic-worker: let the taskcluster proxy listen on all interfaces"
  • 38228c7 Merge pull request #7343 from taskcluster/matt-boris/d2gScopesValidation
  • 749643b Apply suggestions from code review
  • 677e91a Address PR comments
  • e8ebd85 feat(d2g)!: added scope/payload validation
  • 5697e16 Merge pull request #7350 from taskcluster/dependabot/npm_and_yarn/ui/elliptic...
  • 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 <dependency name> 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)

Bumps [taskcluster](https://github.com/taskcluster/taskcluster) from 73.0.0 to 74.0.0.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v73.0.0...v74.0.0)

---
updated-dependencies:
- dependency-name: taskcluster
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Bot PRs that update dependencies label Oct 31, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.18%. Comparing base (13fd4e4) to head (fcbce26).

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #8276       +/-   ##
===========================================
+ Coverage   58.64%   77.18%   +18.53%     
===========================================
  Files         239      551      +312     
  Lines       11305    27123    +15818     
  Branches     3416     3416               
===========================================
+ Hits         6630    20934    +14304     
- Misses       4511     6025     +1514     
  Partials      164      164               

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Archaeopteryx Archaeopteryx merged commit 798e651 into master Nov 6, 2024
5 checks passed
@Archaeopteryx Archaeopteryx deleted the dependabot/pip/taskcluster-74.0.0 branch November 6, 2024 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Bot PRs that update dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants