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 65.2.0 to 66.0.0 in /taskcluster #9708

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps taskcluster from 65.2.0 to 66.0.0.

Release notes

Sourced from taskcluster's releases.

v66.0.0

USERS

▶ [MAJOR] #7082 This change comprises three elements:

  1. D2G now executes tasks under docker rather than podman if the Docker Worker task has the privileged capability enabled. This should result in fewer tasks failing due to differences in default behaviour between docker and podman privileged containers.
  2. D2G generated task scopes are now sorted.
  3. A bug has been fixed where D2G was granting scopes to generated tasks based on the declared capabilities of the Docker Worker task it was converting, rather than deriving the target Generic Worker scopes solely from the original Docker Worker task scopes. This allowed a task with insufficient scopes under Docker Worker to gain elevated privileges under Generic Worker.

v65.4.0

USERS

▶ [patch] #7083 Fixes query validation in pagination queries that were throwing 500 InternalServerError instead of 400 InputError

DEVELOPERS

▶ [minor] #7089 Fixes an issue when cancelling a task didn't remove it from the pending queue. This made worker-manager think there are more pending tasks than there actually were, and create more workers.

v65.3.0

GENERAL

▶ [patch] Upgrades to node v20.14.0 and go1.22.4 (SECURITY release).

DEPLOYERS

▶ [minor] #7035 Helm chart allows conditional deployment of several resource types:

  • Secret
  • ConfigMap
  • Ingress
  • ServiceAccount

This might be useful in the deployments that use custom Ingress or manage secrets and configs externally. Example usage: helm template --values .. --set "skipResourceTypes[0]"=ingress --set "skipResourceTypes[0]"=secert .

WORKER-DEPLOYERS

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v66.0.0

USERS

▶ [MAJOR] #7082 This change comprises three elements:

  1. D2G now executes tasks under docker rather than podman if the Docker Worker task has the privileged capability enabled. This should result in fewer tasks failing due to differences in default behaviour between docker and podman privileged containers.
  2. D2G generated task scopes are now sorted.
  3. A bug has been fixed where D2G was granting scopes to generated tasks based on the declared capabilities of the Docker Worker task it was converting, rather than deriving the target Generic Worker scopes solely from the original Docker Worker task scopes. This allowed a task with insufficient scopes under Docker Worker to gain elevated privileges under Generic Worker.

v65.4.0

USERS

▶ [patch] #7083 Fixes query validation in pagination queries that were throwing 500 InternalServerError instead of 400 InputError

DEVELOPERS

▶ [minor] #7089 Fixes an issue when cancelling a task didn't remove it from the pending queue. This made worker-manager think there are more pending tasks than there actually were, and create more workers.

v65.3.0

GENERAL

▶ [patch] Upgrades to node v20.14.0 and go1.22.4 (SECURITY release).

DEPLOYERS

▶ [minor] #7035 Helm chart allows conditional deployment of several resource types:

  • Secret
  • ConfigMap
  • Ingress
  • ServiceAccount

This might be useful in the deployments that use custom Ingress or manage secrets and configs externally. Example usage: helm template --values .. --set "skipResourceTypes[0]"=ingress --set "skipResourceTypes[0]"=secert .

... (truncated)

Commits
  • d782dea v66.0.0
  • 1a79fbb Merge pull request #7092 from taskcluster/issue7082
  • 2e217d4 Issue 7082 - D2G: use docker (instead of podman) for privileged tasks
  • 26776f0 v65.4.0
  • d252029 Merge pull request #7090 from taskcluster/feat/7089-cancelled-tasks-no-pending
  • 2d648a6 feat(queue): resolved tasks are removed from pending queue
  • 2d83877 Merge pull request #7084 from taskcluster/feat/7083-pagination-query-validation
  • 40a9856 feat(api): graceful query handling for pagination
  • 150c90a v65.3.0
  • 866d20c Merge pull request #7079 from taskcluster/issue7076
  • 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 July 1, 2024 05:49
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 1, 2024
@dependabot dependabot bot requested review from jcristau and removed request for a team July 1, 2024 05:49
Bumps [taskcluster](https://github.com/taskcluster/taskcluster) from 65.2.0 to 66.0.0.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v65.2.0...v66.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 force-pushed the dependabot/pip/taskcluster/taskcluster-66.0.0 branch from 143aae4 to 397517f Compare July 10, 2024 20:17
@strseb strseb merged commit b06bc6a into main Jul 11, 2024
113 checks passed
@strseb strseb deleted the dependabot/pip/taskcluster/taskcluster-66.0.0 branch July 11, 2024 18:57
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
Development

Successfully merging this pull request may close these issues.

None yet

1 participant