Skip to content

build(deps): bump taskcluster from 47.1.2 to 53.0.0 in /report #1962

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2023

Bumps taskcluster from 47.1.2 to 53.0.0.

Release notes

Sourced from taskcluster's releases.

v53.0.0

GENERAL

▶ [minor] This essentially reverts the change in #6279.

We learned from RelOps that the simple engine is useful for running generic worker inside a VM and inside of docker containers.

▶ [patch] Upgrade to go 1.19.10.

go1.19.10 (released 2023-06-06) includes four security fixes to the cmd/go and runtime packages, as well as bug fixes to the compiler, the go command, and the runtime.

ADMINS

▶ [minor] #6247 Revert worker-manager from quarantining workers on removal that was introduced in PR 6267.

USERS

▶ [MAJOR] Rework the interactive feature for generic worker allowing to run interactive commands in it

▶ [patch] Introduced github.renderTaskclusterYml endpoint to render provided .taskcluster.yml file for various events. This might be used for debug purposes or to validate the .taskcluster.yml file and make sure that resulting tasks and scopes produce expected values.

DEVELOPERS

▶ [patch] Enables CORS for API for local docker-compose development.

OTHER

▶ Additional change not described here: #6280.

v52.0.0

GENERAL

▶ [MAJOR] #6277 Generic Worker Simple engine is no longer released. It can still be built from source, but since it was never intended to be used as a production engine, and was only intended to support development (e.g. for running unit tests or running in a simple dev deployment) the simple engine binaries are no longer released.

WORKER-DEPLOYERS

▶ [patch] #5006 Generic Worker on macOS now dumps the output of the last command when it is not able to determine the logged in console user. This doesn't solve issue 5006 but it may provide additional troubleshooting information.

USERS

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v53.0.0

GENERAL

▶ [minor] This essentially reverts the change in #6279.

We learned from RelOps that the simple engine is useful for running generic worker inside a VM and inside of docker containers.

▶ [patch] Upgrade to go 1.19.10.

go1.19.10 (released 2023-06-06) includes four security fixes to the cmd/go and runtime packages, as well as bug fixes to the compiler, the go command, and the runtime.

ADMINS

▶ [minor] #6247 Revert worker-manager from quarantining workers on removal that was introduced in PR 6267.

USERS

▶ [MAJOR] Rework the interactive feature for generic worker allowing to run interactive commands in it

▶ [patch] Introduced github.renderTaskclusterYml endpoint to render provided .taskcluster.yml file for various events. This might be used for debug purposes or to validate the .taskcluster.yml file and make sure that resulting tasks and scopes produce expected values.

DEVELOPERS

▶ [patch] Enables CORS for API for local docker-compose development.

OTHER

▶ Additional change not described here: #6280.

v52.0.0

GENERAL

▶ [MAJOR] #6277 Generic Worker Simple engine is no longer released. It can still be built from source, but since it was never intended to be used as a production engine, and was only intended to support development (e.g. for running unit tests or running in a simple dev deployment) the simple engine binaries are no longer released.

WORKER-DEPLOYERS

▶ [patch] #5006 Generic Worker on macOS now dumps the output of the last command when it is not able to determine the logged in console user. This doesn't solve issue 5006 but it may provide additional troubleshooting information.

... (truncated)

Commits
  • 56ad231 v53.0.0
  • 9e6bb35 feat(github): Adds renderTaskclusterYaml endpoint (#6312)
  • 7079ebe Merge pull request #6275 from taskcluster/revert-6267-feat/6247-remove-worker...
  • 5cd53a5 added changelog
  • 033f976 Revert "Quarantine worker on removeWorker (#6267)"
  • 7c9645c Merge pull request #6249 from Eijebong/interactive
  • fff4383 Rework the interactive feature for generic worker
  • 2ba0c51 Merge pull request #6316 from taskcluster/matt-boris/bringBackTheSimpleEngine
  • df78afe feat(release): build and publish the generic worker simple engine binary
  • e206ae8 Merge pull request #6315 from taskcluster/matt-boris/go1.19.10
  • 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 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 47.1.2 to 53.0.0.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v47.1.2...v53.0.0)

---
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 the report Python tool to upload reports label Jun 19, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 26, 2023

Superseded by #1978.

@dependabot dependabot bot closed this Jun 26, 2023
@dependabot dependabot bot deleted the dependabot/pip/report/taskcluster-53.0.0 branch June 26, 2023 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
report Python tool to upload reports
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants