Skip to content

Bump taskcluster from 23.0.0 to 24.0.2#94

Merged
marco-c merged 1 commit intomasterfrom
dependabot/pip/taskcluster-24.0.2
Dec 10, 2019
Merged

Bump taskcluster from 23.0.0 to 24.0.2#94
marco-c merged 1 commit intomasterfrom
dependabot/pip/taskcluster-24.0.2

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps taskcluster from 23.0.0 to 24.0.2.

Release notes

Sourced from taskcluster's releases.

v24.0.2

▶ [patch] bug 1602642
The typo in configuration for aws s3 bucket credentialing is fixed.

It was set as allowdBuckets and is now allowedBuckets

v24.0.1

▶ [patch] bug 1601149
The github.github_private_pem Helm configuration now correctly accepts a configuration containing raw (unescaped) newlines. A change to how configuration values are escaped in the Helm templates caused this support to regress in 24.0.0.

▶ [patch] #2096
Workers in the UI are now displayed in a table instead of cards.

v24.0.0

▶ [MAJOR] bug 1598758
Credentials for the auth.awsS3Credentials method are no longer specified in Helm properties auth.aws_access_key_id, auth.aws_secret_access_key, and auth.aws_region. Instead this information is now configured in auth.aws_credentials_allowed_buckets as described in the deployment docs. The region is no longer required, but the configuration must now include a list of supported buckets. For a quick update, set auth.aws_credentials_allowed_buckets to [{"accessKeyId": "<access_key_id>", "secretAccessKey": "<secret_access_key>", "buckets": ["<bucket_name>"]}].

▶ [MAJOR]
Services that previously used hard-coded values despite advertising Helm parameters now honor those optional Helm parameters:

  • notify.irc_port
  • github.provisioner_id
  • github.worker_type

The last two parameters name a worker pool (<provisioner_id>/<worker_type>) that is used as a default for older (v0) .taskcluster.yml files.
Rather than set these parameters, users should be encouraged to set the values explicitly in .taskcluster.yml.

The notify service no longer accepts Helm configuration property notify.irc_pulse_queue_name. No known deployment has this value set.

▶ [MAJOR] bug 1577785
The Helm configuration properties queue.public_blob_artifact_bucket, queue.private_blob_artifact_bucket, and queue.blob_artifact_region are no longer allowed, as the artifact types these configured are no longer supported.

▶ [MAJOR] bug 1598329
The long-deprecated queue.pollTaskUrls API method has been removed.

▶ [minor] bug 1585157
All current worker-manager's API endpoints, queue's artifact-related endpoints, working and non-checks-related github's endpoints, and the listLastFires endpoint are being graduated from experimental status to stable.

▶ [minor] bug 1596615
Switch to Node 12.13.0

▶ [minor] #895
Taskcluster UI now uses the v4 version of material-ui. It was previously running on v3.

▶ [minor] #450
Taskcluster docs now supports quick search.

▶ [minor] bug 1518190
Taskcluster now supports backups, restores, and verification of Azure tables and containers. See the deployment docs for details.

▶ [minor] #2028

... (truncated)
Changelog

Sourced from taskcluster's changelog.

v24.0.2

▶ [patch] bug 1602642
The typo in configuration for aws s3 bucket credentialing is fixed.

It was set as allowdBuckets and is now allowedBuckets

v24.0.1

▶ [patch] bug 1601149
The github.github_private_pem Helm configuration now correctly accepts a configuration containing raw (unescaped) newlines.
A change to how configuration values are escaped in the Helm templates caused this support to regress in 24.0.0.

▶ [patch] #2096
Workers in the UI are now displayed in a table instead of cards.

v24.0.0

▶ [MAJOR] bug 1598758
Credentials for the auth.awsS3Credentials method are no longer specified in Helm properties auth.aws_access_key_id, auth.aws_secret_access_key, and auth.aws_region. Instead this information is now configured in auth.aws_credentials_allowed_buckets as described in the deployment docs. The region is no longer required, but the configuration must now include a list of supported buckets. For a quick update, set auth.aws_credentials_allowed_buckets to [{"accessKeyId": "<access_key_id>", "secretAccessKey": "<secret_access_key>", "buckets": ["<bucket_name>"]}].

▶ [MAJOR]
Services that previously used hard-coded values despite advertising Helm parameters now honor those optional Helm parameters:

  • notify.irc_port
  • github.provisioner_id
  • github.worker_type

The last two parameters name a worker pool (<provisioner_id>/<worker_type>) that is used as a default for older (v0) .taskcluster.yml files.
Rather than set these parameters, users should be encouraged to set the values explicitly in .taskcluster.yml.

The notify service no longer accepts Helm configuration property notify.irc_pulse_queue_name. No known deployment has this value set.

▶ [MAJOR] bug 1577785
The Helm configuration properties queue.public_blob_artifact_bucket, queue.private_blob_artifact_bucket, and queue.blob_artifact_region are no longer allowed, as the artifact types these configured are no longer supported.

▶ [MAJOR] bug 1598329
The long-deprecated queue.pollTaskUrls API method has been removed.

▶ [minor] bug 1585157
All current worker-manager's API endpoints, queue's artifact-related endpoints, working and non-checks-related github's endpoints, and the listLastFires endpoint are being graduated from experimental status to stable.

▶ [minor] bug 1596615
Switch to Node 12.13.0

▶ [minor] #895
Taskcluster UI now uses the v4 version of material-ui. It was previously running on v3.

▶ [minor] #450
Taskcluster docs now supports quick search.

... (truncated)
Commits
  • e3c4269 v24.0.2
  • b81db50 Merge pull request #2150 from taskcluster/allowdBuckets
  • 6a1239d v24.0.1
  • abe9111 Merge pull request #2133 from djmitche/bug1601149
  • 1744dde Merge pull request #2134 from marco-c/prefer_url
  • c681a22 Prefer URL provided as argument over the TASKCLUSTER_ROOT_URL environment var...
  • 95eb5b4 Bug 1601149 - accept non-escaped github PEMs with multiple lines
  • 4190dd6 Merge pull request #2112 from MooseJ/ui-bug/condense-provisioners-page
  • 3885ee2 v24.0.0
  • 2b7b12a Merge pull request #2120 from helfi92/disable-save-btn-when-editor-empty
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [taskcluster](https://github.com/taskcluster/taskcluster) from 23.0.0 to 24.0.2.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/master/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v23.0.0...v24.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Dec 10, 2019
@dependabot-preview dependabot-preview Bot requested a review from La0 December 10, 2019 17:09
@marco-c marco-c merged commit 6e462db into master Dec 10, 2019
@marco-c marco-c deleted the dependabot/pip/taskcluster-24.0.2 branch December 10, 2019 17:15
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