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 55.3.2 to 55.3.4 #1318

Merged
merged 1 commit into from
Oct 8, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 8, 2023

Bumps taskcluster from 55.3.2 to 55.3.4.

Release notes

Sourced from taskcluster's releases.

v55.3.4

GENERAL

▶ [patch] Patches an issue in github service cancelling task groups for non-push/pull-request events

Automated Package Updates

  • build(deps): bump urllib3 from 2.0.3 to 2.0.6 in /taskcluster (928877aeb)

v55.3.3

USERS

▶ [patch] #6592 Generic Worker no longer allows you to specify the same group twice in the osGroups array property.

▶ [patch] #6590 Generic Worker osGroups feature on Linux has been fixed. It never worked on this platform.

▶ [patch] #6471 Worker Runner now sets the TASKCLUSTER_WORKER_LOCATION variable for Generic Worker.

Automated Package Updates

  • build(deps): bump get-func-name from 2.0.0 to 2.0.2 in /ui (13cd8dd71)
  • build(deps): bump the deps group with 4 updates (89c59ee11)
  • build(deps-dev): bump webpack in /clients/client-web (d165b6200)
  • build(deps-dev): bump the deps group (10f5744ea)
  • build(deps): bump the deps group in /taskcluster with 3 updates (acd7144b7)
Changelog

Sourced from taskcluster's changelog.

v55.3.4

GENERAL

▶ [patch] Patches an issue in github service cancelling task groups for non-push/pull-request events

Automated Package Updates

  • build(deps): bump urllib3 from 2.0.3 to 2.0.6 in /taskcluster (928877aeb)

v55.3.3

USERS

▶ [patch] #6592 Generic Worker no longer allows you to specify the same group twice in the osGroups array property.

▶ [patch] #6590 Generic Worker osGroups feature on Linux has been fixed. It never worked on this platform.

▶ [patch] #6471 Worker Runner now sets the TASKCLUSTER_WORKER_LOCATION variable for Generic Worker.

Automated Package Updates

  • build(deps): bump get-func-name from 2.0.0 to 2.0.2 in /ui (13cd8dd71)
  • build(deps): bump the deps group with 4 updates (89c59ee11)
  • build(deps-dev): bump webpack in /clients/client-web (d165b6200)
  • build(deps-dev): bump the deps group (10f5744ea)
  • build(deps): bump the deps group in /taskcluster with 3 updates (acd7144b7)
Commits
  • a71f300 v55.3.4
  • 9c2230f Merge pull request #6595 from taskcluster/feat/github-cancel-events
  • 1732c7d feat(github): fix auto cancel github builds
  • d76de99 Merge pull request #6594 from taskcluster/dependabot/pip/taskcluster/urllib3-...
  • 928877a build(deps): bump urllib3 from 2.0.3 to 2.0.6 in /taskcluster
  • 7fbca08 v55.3.3
  • ea96d78 Merge pull request #6591 from taskcluster/issue6590
  • 38956f2 Merge branch 'main' into issue6590
  • 10e1af1 Merge pull request #6593 from taskcluster/uniqueOSGroups
  • aa71ad7 yarn generate
  • 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)

@dependabot dependabot bot requested a review from a team as a code owner October 8, 2023 15:31
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 8, 2023
@github-actions github-actions bot enabled auto-merge (squash) October 8, 2023 15:32
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The patch update of this development dependency was automatically approved.

@dependabot dependabot bot force-pushed the dependabot/pip/taskcluster-55.3.4 branch from eaa3c93 to 820a610 Compare October 8, 2023 15:33
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The patch update of this development dependency was automatically approved.

Bumps [taskcluster](https://github.com/taskcluster/taskcluster) from 55.3.2 to 55.3.4.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v55.3.2...v55.3.4)

---
updated-dependencies:
- dependency-name: taskcluster
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/taskcluster-55.3.4 branch from 820a610 to cc7d6f5 Compare October 8, 2023 15:35
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The patch update of this development dependency was automatically approved.

@github-actions github-actions bot merged commit cce8648 into main Oct 8, 2023
1 check passed
@github-actions github-actions bot deleted the dependabot/pip/taskcluster-55.3.4 branch October 8, 2023 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants