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 60.3.1 to 60.3.4 in /taskcluster #9135

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps taskcluster from 60.3.1 to 60.3.4.

Release notes

Sourced from taskcluster's releases.

v60.3.4

GENERAL

▶ [patch] Upgrades to go1.22.0

USERS

▶ [patch] #6820 Fixes scope view in the UI. Search by scope shows roles and clients that use given scope.

Automated Package Updates

  • build(deps): bump the deps group with 1 update (ecf946205)

v60.3.3

DEVELOPERS

▶ [patch] Upgrades to yarn v4.1.0

Automated Package Updates

  • build(deps-dev): bump the deps group in /ui with 3 updates (319f484a6)
  • build(deps): bump taskcluster from 59.2.0 to 60.3.2 in /taskcluster (cde9bb384)
  • build(deps): bump the deps group in /taskcluster with 1 update (35e1bf6fb)
  • build(deps): bump the deps group with 4 updates (87b4265a4)
  • build(deps-dev): bump the deps group in /clients/client with 1 update (8944d3619)

v60.3.2

WORKER-DEPLOYERS

▶ [patch] Worker Runner now checks for termination notice when starting the Google provider.

When Worker Runner runs, the instance may already be scheduled to be shutdown. So on Google provider startup, we now check for this case.

This functionality mimics what's already in place for AWS.

This change also decreases the time Worker Runner checks to see if the instance is scheduled to be shutdown from 30 seconds to 15 seconds on the Google and Azure providers, as they each have a 30 second notice before a hard-shutdown Google: https://cloud.google.com/compute/docs/instances/spot#preemption-process Azure: https://learn.microsoft.com/en-us/azure/virtual-machines/spot-vms.

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v60.3.4

GENERAL

▶ [patch] Upgrades to go1.22.0

USERS

▶ [patch] #6820 Fixes scope view in the UI. Search by scope shows roles and clients that use given scope.

Automated Package Updates

  • build(deps): bump the deps group with 1 update (ecf946205)

v60.3.3

DEVELOPERS

▶ [patch] Upgrades to yarn v4.1.0

Automated Package Updates

  • build(deps-dev): bump the deps group in /ui with 3 updates (319f484a6)
  • build(deps): bump taskcluster from 59.2.0 to 60.3.2 in /taskcluster (cde9bb384)
  • build(deps): bump the deps group in /taskcluster with 1 update (35e1bf6fb)
  • build(deps): bump the deps group with 4 updates (87b4265a4)
  • build(deps-dev): bump the deps group in /clients/client with 1 update (8944d3619)

v60.3.2

WORKER-DEPLOYERS

▶ [patch] Worker Runner now checks for termination notice when starting the Google provider.

When Worker Runner runs, the instance may already be scheduled to be shutdown. So on Google provider startup, we now check for this case.

... (truncated)

Commits
  • 943a6f2 v60.3.4
  • 27767ca Merge pull request #6821 from taskcluster/feat/6820-scopes-ui
  • b6cff7d Merge pull request #6823 from taskcluster/matt-boris/go1.22.0
  • 080320f Range over integers in for loops
  • 5e1eeb6 build(deps): upgrade to go1.22.0
  • 22ce76d feat(ui): Fixes role/clients filtering in the UI
  • 6b6732a Merge pull request #6819 from taskcluster/matt-boris/fixCodeQLError
  • 0e7388d chore: fix CodeQL autobuild for go
  • 764d138 Merge pull request #6818 from taskcluster/dependabot/npm_and_yarn/deps-4a6ff0...
  • ecf9462 build(deps): bump the deps group with 1 update
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
taskcluster [>= 57.1.a, < 57.2]

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 February 12, 2024 05:20
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 12, 2024
@dependabot dependabot bot requested review from jcristau and removed request for a team February 12, 2024 05:20
@dependabot dependabot bot requested a review from bhearsum February 12, 2024 05:20
@strseb strseb enabled auto-merge (squash) February 12, 2024 14:55
@github-actions github-actions bot added the 🛬 Landing This PR is marked as "auto-merge" label Feb 12, 2024
Bumps [taskcluster](https://github.com/taskcluster/taskcluster) from 60.3.1 to 60.3.4.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v60.3.1...v60.3.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/taskcluster/taskcluster-60.3.4 branch from 8da5639 to ac382fb Compare February 12, 2024 14:58
@strseb strseb merged commit 0f58c20 into main Feb 12, 2024
163 of 165 checks passed
@strseb strseb deleted the dependabot/pip/taskcluster/taskcluster-60.3.4 branch February 12, 2024 16:33
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 🛬 Landing This PR is marked as "auto-merge"
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant