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

build(deps): bump taskcluster from 55.3.3 to 56.0.2 #1501

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps taskcluster from 55.3.3 to 56.0.2.

Release notes

Sourced from taskcluster's releases.

v56.0.2

GENERAL

▶ [patch] #2940 Fixes claimed task resolver db query that returned too many records. Bug introduced in migration 91

▶ [patch] #2940 Patches existing migration to prevent data loss because of incorrect field values.

▶ [patch] Upgrades to go1.21.3 and node v18.18.1

Automated Package Updates

  • build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 (a2da524f6)

v56.0.1

GENERAL

▶ [patch] #2940 Patches 91-migration script to account for non-unique pending tasks. This was a blocking exception during migration time.

v56.0.0

GENERAL

▶ [MAJOR] #2940 Queue service internals refactored. azure_queue_messages table and azqueue library are no longer used. Claim, resolved, deadline and pending queues now use separate tables. Existing messages are preserved during migration. Database migration 0091 expects that previous 0090 migration was applied and there are no pending tasks that didn't migrate to the new format yet. Make sure that v55.3.x was deployed first and data was fully migrated before deploying this version.

▶ [patch] #2940 Resolved tasks do not drop deadline messages, which was removed during queue refactoring. Messages will stay until task deadline even if task is being resolved.

▶ [patch] Upgrades to go1.21.2

USERS

▶ [patch] UI: Task Definitions and Payloads now display in YAML by default for readability.

Automated Package Updates

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v56.0.2

GENERAL

▶ [patch] #2940 Fixes claimed task resolver db query that returned too many records. Bug introduced in migration 91

▶ [patch] #2940 Patches existing migration to prevent data loss because of incorrect field values.

▶ [patch] Upgrades to go1.21.3 and node v18.18.1

Automated Package Updates

  • build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 (a2da524f6)

v56.0.1

GENERAL

▶ [patch] #2940 Patches 91-migration script to account for non-unique pending tasks. This was a blocking exception during migration time.

v56.0.0

GENERAL

▶ [MAJOR] #2940 Queue service internals refactored. azure_queue_messages table and azqueue library are no longer used. Claim, resolved, deadline and pending queues now use separate tables. Existing messages are preserved during migration. Database migration 0091 expects that previous 0090 migration was applied and there are no pending tasks that didn't migrate to the new format yet. Make sure that v55.3.x was deployed first and data was fully migrated before deploying this version.

▶ [patch] #2940 Resolved tasks do not drop deadline messages, which was removed during queue refactoring. Messages will stay until task deadline even if task is being resolved.

▶ [patch] Upgrades to go1.21.2

USERS

▶ [patch] UI: Task Definitions and Payloads now display in YAML by default for readability.

... (truncated)

Commits
  • e171a16 v56.0.2
  • 1b87a27 Merge pull request #6617 from taskcluster/feat/queue-claim-expire
  • 8849bf3 feat(queue): Fix queue fetching queries
  • 633581e Merge pull request #6615 from taskcluster/matt-boris/go1.21.3node18.18.1
  • 89f922f build(deps): upgrade to go1.21.3 and node v18.18.1
  • d9e61ed feat(queue): patch migration 91 to fix invalid columns (#6612)
  • e97bd94 Merge pull request #6613 from taskcluster/dependabot/go_modules/golang.org/x/...
  • a2da524 build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0
  • e8bf310 v56.0.1
  • 932c49b feat(queue): Ensure there are no duplicate (taskId,runId) pending (#6610)
  • 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 55.3.3 to 56.0.2.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v55.3.3...v56.0.2)

---
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 Pull requests that update a dependency file label Oct 16, 2023
@zzzeid zzzeid merged commit 748c9a7 into main Oct 16, 2023
15 checks passed
@zzzeid zzzeid deleted the dependabot/pip/taskcluster-56.0.2 branch October 16, 2023 18:58
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
Projects
None yet
1 participant