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 54.1.2 to 54.2.0 #1381

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2023

Bumps taskcluster from 54.1.2 to 54.2.0.

Release notes

Sourced from taskcluster's releases.

v54.2.0

USERS

▶ [minor] #6405 Expire artifacts supports both bulk deletion and single deletion. This can be configured for the deployment using AWS_USE_BULK_DELETE environment variable (false by default). This is needed because not all S3 compatible storages support bulk delete, specifically GCS. EXPIRE_ARTIFACTS_BATCH_SIZE can be used to control how many records to process at once, i.e. how many parallel delete requests would be sent to storage service (100 by default).

DEVELOPERS

▶ [patch] #6395 Fixed local development environment where artifacts could not be loaded in the UI. This was caused by not using pinned minio/* images.

▶ [patch] #6395 Local development environment now supports live log.

v54.1.4

GENERAL

▶ [patch] Upgrades to go1.20.6 which is a security release.

go1.20.6 (released 2023-07-11) includes a security fix to the net/http package, as well as bug fixes to the compiler, cgo, the cover tool, the go command, the runtime, and the crypto/ecdsa, go/build, go/printer, net/mail, and text/template packages. See the Go 1.20.6 milestone on our issue tracker for details.

USERS

▶ [patch] Hooks page improvements: extra schedule and exchanges displayed as Badge with a proper tooltip.

v54.1.3

GENERAL

▶ [patch] This change updates d2g to return the resulting generic worker payload with a 125 exit status code in the retry array to fix an intermittent podman issue while pulling the docker image.

USERS

▶ [patch] Hooks page now displays table instead of tree view. Table view includes extra information that might be helpful to spot issues with hooks. Most recent task with state is displayed if available, or error if last fire was not successful.

▶ [patch] UI: Refactors how validation schemas are loaded, to ensure they are only fetched and added once to prevent duplicate schema exceptions.

OTHER

▶ Additional change not described here: #6380.

Changelog

Sourced from taskcluster's changelog.

v54.2.0

USERS

▶ [minor] #6405 Expire artifacts supports both bulk deletion and single deletion. This can be configured for the deployment using AWS_USE_BULK_DELETE environment variable (false by default). This is needed because not all S3 compatible storages support bulk delete, specifically GCS. EXPIRE_ARTIFACTS_BATCH_SIZE can be used to control how many records to process at once, i.e. how many parallel delete requests would be sent to storage service (100 by default).

DEVELOPERS

▶ [patch] #6395 Fixed local development environment where artifacts could not be loaded in the UI. This was caused by not using pinned minio/* images.

▶ [patch] #6395 Local development environment now supports live log.

v54.1.4

GENERAL

▶ [patch] Upgrades to go1.20.6 which is a security release.

go1.20.6 (released 2023-07-11) includes a security fix to the net/http package, as well as bug fixes to the compiler, cgo, the cover tool, the go command, the runtime, and the crypto/ecdsa, go/build, go/printer, net/mail, and text/template packages. See the Go 1.20.6 milestone on our issue tracker for details.

USERS

▶ [patch] Hooks page improvements: extra schedule and exchanges displayed as Badge with a proper tooltip.

v54.1.3

GENERAL

▶ [patch] This change updates d2g to return the resulting generic worker payload with a 125 exit status code in the retry array to fix an intermittent podman issue while pulling the docker image.

USERS

▶ [patch] Hooks page now displays table instead of tree view. Table view includes extra information that might be helpful to spot issues with hooks. Most recent task with state is displayed if available, or error if last fire was not successful.

▶ [patch] UI: Refactors how validation schemas are loaded, to ensure they are only fetched and added once to prevent duplicate schema exceptions.

OTHER

▶ Additional change not described here: #6380.

Commits
  • adc031d v54.2.0
  • 6752a1b Merge pull request #6407 from taskcluster/feat/6395-docker-compose-env-fix
  • a820346 Apply suggestions from code review
  • b31a38e feat(g-w): Allow livelog exposed port to be configured
  • 76f2b19 Merge pull request #6406 from taskcluster/feat/6405-gcs-delete-objects
  • 73252d4 feat(queue): Make batch size configurable for artifact removal
  • f682281 feat(queue): Bulk artifact removal is controlled by config value
  • 9358691 Merge pull request #6396 from taskcluster/feat/6395-docker-compose-env-fix
  • 74330b1 Fixes local docker-compose environment for public artifacts
  • 509bc0b v54.1.4
  • 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 54.1.2 to 54.2.0.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v54.1.2...v54.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 17, 2023
@zzzeid zzzeid merged commit 6963721 into main Jul 17, 2023
14 checks passed
@zzzeid zzzeid deleted the dependabot/pip/taskcluster-54.2.0 branch July 17, 2023 12:51
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.

1 participant