Skip to content

Bump github.com/taskcluster/taskcluster/v84 from 84.0.2 to 84.1.0 #4426

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Bumps github.com/taskcluster/taskcluster/v84 from 84.0.2 to 84.1.0.

Release notes

Sourced from github.com/taskcluster/taskcluster/v84's releases.

v84.1.0

GENERAL

▶ [patch] #7712 Upgrades to go1.24.3 [SECURITY].

More details here.

DEPLOYERS

▶ [minor] #7707 Adds Prometheus metrics support to the monitor via a new plugin. Metrics can now be registered using MonitorManager.registerMetric(), similar to log types. When enabled, each configured service and background job starts a separate server on port 9100 to expose metrics for Prometheus scraping.

Example minimal Kubernetes values.yml configuration:

prometheus:
  enabled: true
  prefix: tc
  server:
    ip: 0.0.0.0
    port: 9100

If your cluster does not support the monitoring.googleapis.com/v1/PodMonitoring resource, add "podmonitoring" to .skipResourceTypes[] to prevent deployment failures.

ADMINS

▶ [minor] #7646 The github service will now respect github rate limits instead of hammering against it as fast as it can

USERS

▶ [patch] #7757 Fixed input validation for some queue service endpoints to return a 400 error instead of a 500 error when validation fails.

DEVELOPERS

▶ [patch] #7612 Exposes worker-manager provision loop metrics to prometheus.

▶ [patch] Modernized logger interface by replacing deprecated logger.warn with logger.warning to avoid DeprecationWarning in Python environments.

Automated Package Updates

  • build(deps-dev): bump the client-web-node-deps group (77d81f2f3d)
  • build(deps): bump github.com/shirou/gopsutil/v4 in the go-deps group (562d2925c9)

... (truncated)

Changelog

Sourced from github.com/taskcluster/taskcluster/v84's changelog.

v84.1.0

GENERAL

▶ [patch] #7712 Upgrades to go1.24.3 [SECURITY].

More details here.

DEPLOYERS

▶ [minor] #7707 Adds Prometheus metrics support to the monitor via a new plugin. Metrics can now be registered using MonitorManager.registerMetric(), similar to log types. When enabled, each configured service and background job starts a separate server on port 9100 to expose metrics for Prometheus scraping.

Example minimal Kubernetes values.yml configuration:

prometheus:
  enabled: true
  prefix: tc
  server:
    ip: 0.0.0.0
    port: 9100

If your cluster does not support the monitoring.googleapis.com/v1/PodMonitoring resource, add "podmonitoring" to .skipResourceTypes[] to prevent deployment failures.

ADMINS

▶ [minor] #7646 The github service will now respect github rate limits instead of hammering against it as fast as it can

USERS

▶ [patch] #7757 Fixed input validation for some queue service endpoints to return a 400 error instead of a 500 error when validation fails.

DEVELOPERS

▶ [patch] #7612 Exposes worker-manager provision loop metrics to prometheus.

▶ [patch] Modernized logger interface by replacing deprecated logger.warn with logger.warning to avoid DeprecationWarning in Python environments.

Automated Package Updates

  • build(deps-dev): bump the client-web-node-deps group (77d81f2f3d)

... (truncated)

Commits
  • 95a302b v84.1.0
  • 6c3a442 Merge pull request #7760 from taskcluster/feat/7612-more-metrics
  • 7a5f8e4 wip: adding worker-manager provisioner metrics, fixing queue
  • eb4c43f feat(queue): Update taskQueueId validation (#7758)
  • a4bfd15 fix: modernize logger interface (#7739)
  • c29ee62 feat(queue): Update taskQueueId validation
  • 4cda24f Fixes for prometheus deployment and documentation (#7738)
  • 4454352 Merge pull request #7747 from taskcluster/dependabot/pip/taskcluster/taskclus...
  • 2ace483 Merge pull request #7740 from taskcluster/browserslist-update
  • e953d74 Merge pull request #7754 from taskcluster/dependabot/npm_and_yarn/clients/cli...
  • 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)

Bumps [github.com/taskcluster/taskcluster/v84](https://github.com/taskcluster/taskcluster) from 84.0.2 to 84.1.0.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v84.0.2...v84.1.0)

---
updated-dependencies:
- dependency-name: github.com/taskcluster/taskcluster/v84
  dependency-version: 84.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 9, 2025
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants