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 71.0.0 to 72.0.1 #8217

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps taskcluster from 71.0.0 to 72.0.1.

Release notes

Sourced from taskcluster's releases.

v72.0.1

WORKER-DEPLOYERS

▶ [patch] #7052 Fixes edge-case in estimation that was introduced in #7283 where claimed count might be greater than the existing capacity.

v72.0.0

WORKER-DEPLOYERS

▶ [minor] #7052 Worker-manager now uses number of claimed tasks during estimation process to avoid having too many idling workers. queue.pendingTasks is being deprecated in favour of queue.taskQueueCounts which includes both pending and claimed tasks counts.

▶ [patch] #7222 Worker Runner: Replaces deprecated /proc/<pid>/oom_adj with /proc/<pid>/oom_score_adj.

USERS

▶ [MAJOR] #7174 Queue service now emits pulse messages to the exchange/taskcluster-queue/v1/task-exception exchange when a task has an exception that is automatically retried.

▶ [patch] #7151 Fixes Task dependencies not being reloaded in the UI when switching between tasks.

▶ [patch] Fixes continuation token error handling

Changelog

Sourced from taskcluster's changelog.

v72.0.1

WORKER-DEPLOYERS

▶ [patch] #7052 Fixes edge-case in estimation that was introduced in #7283 where claimed count might be greater than the existing capacity.

v72.0.0

WORKER-DEPLOYERS

▶ [minor] #7052 Worker-manager now uses number of claimed tasks during estimation process to avoid having too many idling workers. queue.pendingTasks is being deprecated in favour of queue.taskQueueCounts which includes both pending and claimed tasks counts.

▶ [patch] #7222 Worker Runner: Replaces deprecated /proc/<pid>/oom_adj with /proc/<pid>/oom_score_adj.

USERS

▶ [MAJOR] #7174 Queue service now emits pulse messages to the exchange/taskcluster-queue/v1/task-exception exchange when a task has an exception that is automatically retried.

▶ [patch] #7151 Fixes Task dependencies not being reloaded in the UI when switching between tasks.

▶ [patch] Fixes continuation token error handling

Commits
  • fa5416d v72.0.1
  • 9968d71 Merge pull request #7291 from taskcluster/fix/w-m-calculus
  • cd75421 feat(w-m): Handling edge-case in estimation
  • 7554385 v72.0.0
  • 118374b Merge pull request #7283 from taskcluster/feat/7052-w-m-claimed-count
  • 4e99f31 Apply suggestions from code review
  • b71ec9e feat(w-m): Consider idle capacity during provisioner estimation
  • 1f50152 Merge pull request #7290 from taskcluster/fix/auth-pagination
  • b272822 Merge pull request #7285 from taskcluster/feat/ui-dependencies
  • 45f6e77 feat(auth): Fix error handling in continuation token
  • 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 71.0.0 to 72.0.1.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v71.0.0...v72.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Bot PRs that update dependencies python labels Oct 2, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.09%. Comparing base (d24d236) to head (d78765f).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8217   +/-   ##
=======================================
  Coverage   77.09%   77.09%           
=======================================
  Files         547      547           
  Lines       27053    27053           
  Branches     3418     3418           
=======================================
  Hits        20856    20856           
  Misses       6033     6033           
  Partials      164      164           

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

@Archaeopteryx Archaeopteryx merged commit bb17d3b into master Oct 2, 2024
5 checks passed
@Archaeopteryx Archaeopteryx deleted the dependabot/pip/taskcluster-72.0.1 branch October 2, 2024 15:02
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 python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants