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 67.1.0 to 68.0.0 #1477

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Bumps taskcluster from 67.1.0 to 68.0.0.

Release notes

Sourced from taskcluster's releases.

v68.0.0

GENERAL

▶ [patch] #7202 Fixes github.renderTaskclusterYml rendering error for the payloads including invalid params

▶ [patch] #7195 Fixes worker-manager intermittent test failure

▶ [patch] bug 1907075 Web server graphql endpoints return 413 instead of 500 error.

▶ [patch] Upgrades to Node.js v20.16.0, go v1.23.0, and yarn v4.4.0.

DEPLOYERS

▶ [MAJOR] #7036 Secrets are being introduced in services configuration. All sensitive values that are marked as secrets would be deployed in kubernetes as Secrets (as they used to be). All non-sensitive values would be stored inside ConfigMap resources. Deployments and CronJobs would fetch values from both secrets and configuration maps.

▶ [patch] #7167 Change the polling period for EC2 spot instance interruption notices to 5 seconds, as recommended by AWS documentation.

WORKER-DEPLOYERS

▶ [MAJOR] #7073 Generic Worker now logs to standard error instead of standard out. This is a bug fix, it seems it has always been logging to standard out.

▶ [minor] Change adduser usage to useradd

adduser is a debian specific wrapper around useradd and friends. By changing to useradd, we allow workers to be deployed on non debian derivative distributions.

Generic Worker multiuser engine on Linux/FreeBSD now depends on:

  • /usr/bin/chfn
  • /usr/sbin/useradd
  • /usr/sbin/userdel

and no longer depends on:

  • /usr/sbin/adduser
  • /usr/sbin/deluser

USERS

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v68.0.0

GENERAL

▶ [patch] #7202 Fixes github.renderTaskclusterYml rendering error for the payloads including invalid params

▶ [patch] #7195 Fixes worker-manager intermittent test failure

▶ [patch] bug 1907075 Web server graphql endpoints return 413 instead of 500 error.

▶ [patch] Upgrades to Node.js v20.16.0, go v1.23.0, and yarn v4.4.0.

DEPLOYERS

▶ [MAJOR] #7036 Secrets are being introduced in services configuration. All sensitive values that are marked as secrets would be deployed in kubernetes as Secrets (as they used to be). All non-sensitive values would be stored inside ConfigMap resources. Deployments and CronJobs would fetch values from both secrets and configuration maps.

▶ [patch] #7167 Change the polling period for EC2 spot instance interruption notices to 5 seconds, as recommended by AWS documentation.

WORKER-DEPLOYERS

▶ [MAJOR] #7073 Generic Worker now logs to standard error instead of standard out. This is a bug fix, it seems it has always been logging to standard out.

▶ [minor] Change adduser usage to useradd

adduser is a debian specific wrapper around useradd and friends. By changing to useradd, we allow workers to be deployed on non debian derivative distributions.

Generic Worker multiuser engine on Linux/FreeBSD now depends on:

  • /usr/bin/chfn
  • /usr/sbin/useradd
  • /usr/sbin/userdel

and no longer depends on:

  • /usr/sbin/adduser
  • /usr/sbin/deluser

USERS

... (truncated)

Commits
  • 847b9f3 v68.0.0
  • 356403f Merge pull request #7198 from taskcluster/matt-boris/node20.16.0go1.23.0
  • 44138fb Fix staticcheck issues
  • 267205f build(deps): upgrades to node 20.16.0, go1.23.0, yarn 4.4.0
  • 788bf2c Merge pull request #7204 from taskcluster/feat/7195-w-m-intermittent-test-fai...
  • f55dcaa Merge pull request #7203 from taskcluster/feat/graceful-json-parse
  • 17744f7 feat(w-m): Fixes intermittent worker-manager api test
  • 7ecfc8e feat(github): Fixes taskcluster.yml rendering for some payloads
  • 01d3e46 Merge pull request #7200 from taskcluster/dependabot/npm_and_yarn/ui/elliptic...
  • d3d8950 build(deps): bump elliptic from 6.5.4 to 6.5.7 in /ui
  • 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 August 26, 2024 15:35
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 26, 2024
@github-actions github-actions bot enabled auto-merge (squash) August 26, 2024 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 major update of this development dependency was automatically approved.

Bumps [taskcluster](https://github.com/taskcluster/taskcluster) from 67.1.0 to 68.0.0.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v67.1.0...v68.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/taskcluster-68.0.0 branch from eb12061 to 770c371 Compare August 26, 2024 15:57
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 major update of this development dependency was automatically approved.

@github-actions github-actions bot merged commit 364f3c6 into main Aug 26, 2024
4 checks passed
@github-actions github-actions bot deleted the dependabot/pip/taskcluster-68.0.0 branch August 26, 2024 16:08
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