Skip to content

Update module github.com/cloudfoundry-community/go-cfclient/v2 to v3 - #53622

Open
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/github.com-cloudfoundry-community-go-cfclient-v2-3.x
Open

Update module github.com/cloudfoundry-community/go-cfclient/v2 to v3#53622
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/github.com-cloudfoundry-community-go-cfclient-v2-3.x

Conversation

@renovate

@renovate renovate Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/cloudfoundry/go-cfclient/v3 v2.0.1-0.20230503155151-3d15366c5820v3.0.0-beta.1 age adoption passing confidence

Release Notes

cloudfoundry/go-cfclient (github.com/cloudfoundry/go-cfclient/v3)

v3.0.0-beta.1

Compare Source

This is the first non-alpha release.

What's Changed

  • Make timeout for rolling strategy configurable

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.21...v3.0.0-beta.1

v3.0.0-alpha.21

Compare Source

What's Changed

  • Add new RoutePolicies type
  • Add space usage summary
  • Add clear buildpack cache per app
  • Add info resource
  • Fix JWT bearer durability

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.20...v3.0.0-alpha.21

v3.0.0-alpha.20

Compare Source

What's Changed

  • Add state and state_reason to Stack object

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.19...v3.0.0-alpha.20

v3.0.0-alpha.19

Compare Source

What's Changed

  • Add missing fields to Deployment object and new deployment continue function. Deployment status details is no longer a map[string]string.

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.18...v3.0.0-alpha.19

v3.0.0-alpha.18

Compare Source

What's Changed

  • Add version to Process object

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.17...v3.0.0-alpha.18

v3.0.0-alpha.17

Compare Source

What's Changed

  • Added process monitoring to blue-green deployment
  • Add support for Service Broker-provided metadata on Service Instances

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.16...v3.0.0-alpha.17

v3.0.0-alpha.16

Compare Source

What's Changed

  • Apps can be pushed without optionally starting
  • Post-deploy, explicitly restart apps that were already running
  • Ensure application stops when the stopped flag is set with rolling or blue-green strategy
  • Extend process stats object to include some missing fields
  • Service plan method names have been normalized (fixed)

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.15...v3.0.0-alpha.16

v3.0.0-alpha.15

Compare Source

What's Changed

  • Add lifecycle to manifest

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.14...v3.0.0-alpha.15

v3.0.0-alpha.14

Compare Source

What's Changed

  • Fix Docker lifecycle creation

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.13...v3.0.0-alpha.14

v3.0.0-alpha.13

Compare Source

What's Changed

  • Added support for assertion based auth
  • Add support for setting app lifecycle
  • Add Options field to Route structure
  • Correct ListOptions.CreateAt to ListOptions.CreatedAts
  • IncludeSpace string capitalization causes CF-BadQueryParameter
  • Updated autogenerated CF errors
  • Fix error when fetching parameters for service credentials binding

New Contributors

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.12...v3.0.0-alpha.13

v3.0.0-alpha.12

Compare Source

What's Changed

  • Add Organization.Suspended as non-pointer bool
  • Added user creation via username and origin
  • Make username and origin fields for user resource as pointer strings
  • Add missing usage summary parameters

New Contributors

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.11...v3.0.0-alpha.12

v3.0.0-alpha.11

Compare Source

What's Changed

  • Add ability to only update droplet metadata only and make the resource consistent with all others
  • Add optional image and type to build update for consistency with droplet updates
  • bump golang.org/x/oauth2 from 0.27.0 to 0.28.0

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.10...v3.0.0-alpha.11

v3.0.0-alpha.10

Compare Source

What's Changed

  • Add rolling restart to deployment client.
  • Add cpu_entitlement and log_rate fields to ProcessStat.
  • Add relationships.current_droplet to app resource.
  • Add paid services allowed as non-pointer bool.
  • Fix issue #​437, add verbose errors to various async workflows that poll.
  • Fix issue #​446, support filtering by date range.
  • Fix issue #​444, deadline exceeded when renewing oauth tokens.
  • Bump go to 1.23
  • Bump golang.org/x/oauth2 to 0.27.0

New Contributors

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.9...v3.0.0-alpha.10

v3.0.0-alpha.9

Compare Source

What's Changed

  • Fix 426 - remove pseudo C module import

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.8...v3.0.0-alpha.9

v3.0.0-alpha.8

Compare Source

What's Changed

  • Allow to set manifest app instances to 0
  • Add CF app readiness checks
  • Add query parameters supported by CC 3.165.0 list operations
  • Added all fields for stack
  • Support parsing of environment variables other than strings
  • Return jobGuid on buildpack delete
  • Remove omitempty from stack attribute in buildpack
  • Make buildpack filename customizable
  • Make stack in buildpack pointer

New Contributors

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.7...v3.0.0-alpha.8

v3.0.0-alpha.7: v3.0.0 alpha 7

Compare Source

Moved to cloudfoundry org and changed the way config is constructed to use the more typical Golang functional options pattern.

What's Changed

New Contributors

Full Changelog: cloudfoundry/go-cfclient@v3.0.0-alpha.6...v3.0.0-alpha.7

v3.0.0-alpha.6: v3.0.0 alpha 6

Compare Source

Fix multiple issues around oauth token renewals, especially for long lived processes and some additional features.

  • Add support for Docker upload
  • Add get process stats by application ID
  • Add enhanced query filtering and label selection
  • Fix issue 325
  • Fix issue 345
  • Fix issue 349
  • Fixed nil pointer error when no isolation segment has been assigned
  • Bump golang dependencies

v3.0.0-alpha.5: v3.0.0 alpha 5

Compare Source

  • Fixed client credentials error #​327

v3.0.0-alpha.4: v3.0.0 alpha 4

Compare Source

  • Fix nil pointer panic when listing spaces with orgs included
  • Add TotalResults and TotalPages to the pager object

v3.0.0-alpha.3: v3.0.0 alpha 3

Compare Source

Add missing SyslogDrainURL and RouteServiceURL properties to ServiceInstance

v3.0.0-alpha.2: v3.0.0 alpha 2

Compare Source

Add some missing security group bind/unbind functionality and ability to get raw access token


Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added changelog/no-changelog No changelog entry needed dependencies PRs that bump a dependency dependencies-go PRs that bump a go dependency qa/no-code-change No code change in Agent code requiring validation labels Jul 14, 2026
@renovate

renovate Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: github.com/cloudfoundry-community/go-cfclient/v3@v3.0.0-alpha.21: parsing go.mod:
	module declares its path as: github.com/cloudfoundry/go-cfclient/v3
	        but was required as: github.com/cloudfoundry-community/go-cfclient/v3

@dd-prapprover-prod-77c48c

dd-prapprover-prod-77c48c Bot commented Jul 14, 2026

Copy link
Copy Markdown

PRApprover will approve and merge this PR, FAQ, #dx-source-code-management

🛠️ PRApproval Status

  • ✅ PR is eligible for auto-approval by rule datadog-agent-renovate - 2026-07-14T07:08:34Z
  • ⬜ CI tests passed
  • ⬜ Approved
  • Manual merge required: this rule does not auto-merge.

➡️ Current phase: CI tests failed. Please fix the failing tests to continue.

@dd-octo-sts dd-octo-sts Bot added the internal Identify a non-fork PR label Jul 14, 2026
@github-actions github-actions Bot added the short review PR is simple enough to be reviewed quickly label Jul 14, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7711817f39

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread go.mod Outdated
github.com/clbanning/mxj/v2 v2.7.0
github.com/cloudflare/cbpfc v0.0.0-20260219140841-0661ad29132c
github.com/cloudfoundry-community/go-cfclient/v2 v2.0.1-0.20230503155151-3d15366c5820
github.com/cloudfoundry-community/go-cfclient/v3 v3.0.0-alpha.21

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Migrate go-cfclient users with the module bump

This swaps the required module to /v3, but the Cloud Foundry code still imports github.com/cloudfoundry-community/go-cfclient/v2 in cmd/cluster-agent-cloudfoundry/subcommands/run/command.go and pkg/util/cloudproviders/cloudfoundry/*.go, and the Bazel deps still point at com_github_cloudfoundry_community_go_cfclient_v2. Because Go treats /v2 and /v3 as distinct modules, the affected Cloud Foundry packages will still need the old module while this PR adds an unused v3 requirement; please either keep the v2 requirement or update the imports, Bazel module/deps, and sums together.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in last commit.

@rdesgroppes rdesgroppes added the stop-updating Prevent auto updates from Renovate label Jul 14, 2026
@rdesgroppes
rdesgroppes force-pushed the renovate/github.com-cloudfoundry-community-go-cfclient-v2-3.x branch from 7711817 to 5fb7ecb Compare July 16, 2026 23:00
@rdesgroppes
rdesgroppes requested review from a team as code owners July 16, 2026 23:00
@dd-octo-sts

dd-octo-sts Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Go Package Import Differences

Baseline: 8691556
Comparison: 63145d5

binaryosarchchange
cluster-agentlinuxamd64
+8, -3
-github.com/Masterminds/semver
-github.com/cloudfoundry-community/go-cfclient/v2
+github.com/cloudfoundry/go-cfclient/v3/client
+github.com/cloudfoundry/go-cfclient/v3/config
+github.com/cloudfoundry/go-cfclient/v3/resource
+github.com/cloudfoundry/go-cfclient/v3/testutil
+github.com/codegangsta/inject
+github.com/go-martini/martini
+github.com/martini-contrib/render
+github.com/oxtoacart/bpool
-gopkg.in/yaml.v2
cluster-agentlinuxarm64
+8, -3
-github.com/Masterminds/semver
-github.com/cloudfoundry-community/go-cfclient/v2
+github.com/cloudfoundry/go-cfclient/v3/client
+github.com/cloudfoundry/go-cfclient/v3/config
+github.com/cloudfoundry/go-cfclient/v3/resource
+github.com/cloudfoundry/go-cfclient/v3/testutil
+github.com/codegangsta/inject
+github.com/go-martini/martini
+github.com/martini-contrib/render
+github.com/oxtoacart/bpool
-gopkg.in/yaml.v2
cluster-agent-cloudfoundrylinuxamd64
+15, -4
-github.com/Masterminds/semver
-github.com/cloudfoundry-community/go-cfclient/v2
+github.com/cloudfoundry/go-cfclient/v3/client
+github.com/cloudfoundry/go-cfclient/v3/config
+github.com/cloudfoundry/go-cfclient/v3/resource
+github.com/cloudfoundry/go-cfclient/v3/testutil
+github.com/codegangsta/inject
+github.com/davecgh/go-spew/spew
+github.com/go-martini/martini
+github.com/martini-contrib/render
+github.com/oxtoacart/bpool
+github.com/pmezard/go-difflib/difflib
+github.com/stretchr/testify/assert
+github.com/stretchr/testify/assert/yaml
+github.com/stretchr/testify/require
-golang.org/x/net/context
-gopkg.in/yaml.v2
+gopkg.in/yaml.v3
+net/http/httptest
cluster-agent-cloudfoundrylinuxarm64
+15, -4
-github.com/Masterminds/semver
-github.com/cloudfoundry-community/go-cfclient/v2
+github.com/cloudfoundry/go-cfclient/v3/client
+github.com/cloudfoundry/go-cfclient/v3/config
+github.com/cloudfoundry/go-cfclient/v3/resource
+github.com/cloudfoundry/go-cfclient/v3/testutil
+github.com/codegangsta/inject
+github.com/davecgh/go-spew/spew
+github.com/go-martini/martini
+github.com/martini-contrib/render
+github.com/oxtoacart/bpool
+github.com/pmezard/go-difflib/difflib
+github.com/stretchr/testify/assert
+github.com/stretchr/testify/assert/yaml
+github.com/stretchr/testify/require
-golang.org/x/net/context
-gopkg.in/yaml.v2
+gopkg.in/yaml.v3
+net/http/httptest

@datadog-datadog-prod-us1-2

datadog-datadog-prod-us1-2 Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

🎯 Code Coverage (details)
Patch Coverage: 38.57%
Overall Coverage: 52.01% (+0.13%)

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 63145d5 | Docs | Datadog PR Page | Give us feedback!

@dd-octo-sts

dd-octo-sts Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Files inventory check summary

File checks results against ancestor 86915561:

Results for datadog-agent_7.83.0~devel.git.188.63145d5.pipeline.125218081-1_amd64.deb:

No change detected

@cit-pr-commenter-54b7da

cit-pr-commenter-54b7da Bot commented Jul 17, 2026

Copy link
Copy Markdown

Regression Detector

Regression Detector Results

Metrics dashboard
Target profiles
Run ID: 832ba4e2-e18f-4108-a5c2-176144d9315c

Baseline: 3e31e7b
Comparison: 63145d5
Diff

Optimization Goals: ✅ No significant changes detected

Fine details of change detection per experiment

perf experiment goal Δ mean % Δ mean % CI trials links
quality_gate_logs % cpu utilization +2.82 [+1.80, +3.83] 1 Logs bounds checks dashboard
quality_gate_security_idle memory utilization +0.49 [+0.43, +0.56] 1 Logs bounds checks dashboard
quality_gate_metrics_logs memory utilization -0.00 [-0.25, +0.25] 1 Logs bounds checks dashboard
quality_gate_security_no_fs_load memory utilization -0.01 [-0.11, +0.09] 1 Logs bounds checks dashboard
quality_gate_idle memory utilization -0.17 [-0.22, -0.12] 1 Logs bounds checks dashboard
quality_gate_security_mean_fs_load memory utilization -0.36 [-0.41, -0.32] 1 Logs bounds checks dashboard
quality_gate_idle_all_features memory utilization -0.38 [-0.46, -0.30] 1 Logs bounds checks dashboard

Bounds Checks: ❌ Failed

perf experiment bounds_check_name replicates_passed observed_value links
quality_gate_idle intake_connections 10/10 3 ≤ 4 bounds checks dashboard
quality_gate_idle memory_usage 10/10 145.92MiB ≤ 154MiB bounds checks dashboard
quality_gate_idle total_bytes_received 10/10 736.22KiB ≤ 819.20KiB bounds checks dashboard
quality_gate_idle_all_features intake_connections 10/10 3 ≤ 4 bounds checks dashboard
quality_gate_idle_all_features memory_usage 9/10 497.70MiB > 495MiB bounds checks dashboard
quality_gate_idle_all_features total_bytes_received 10/10 1.12MiB ≤ 1.25MiB bounds checks dashboard
quality_gate_logs intake_connections 10/10 3 ≤ 6 bounds checks dashboard
quality_gate_logs memory_usage 10/10 180.85MiB ≤ 195MiB bounds checks dashboard
quality_gate_logs missed_bytes 10/10 0B = 0B bounds checks dashboard
quality_gate_logs total_bytes_received 10/10 264.51MiB ≤ 292MiB bounds checks dashboard
quality_gate_metrics_logs cpu_usage 10/10 383.73 ≤ 2000 bounds checks dashboard
quality_gate_metrics_logs intake_connections 10/10 3 ≤ 6 bounds checks dashboard
quality_gate_metrics_logs memory_usage 10/10 408.29MiB ≤ 430MiB bounds checks dashboard
quality_gate_metrics_logs missed_bytes 10/10 0B = 0B bounds checks dashboard
quality_gate_metrics_logs total_bytes_received 10/10 0.94GiB ≤ 1.04GiB bounds checks dashboard
quality_gate_security_idle cpu_usage 10/10 29.46 ≤ 100 bounds checks dashboard
quality_gate_security_idle memory_usage 10/10 300.63MiB ≤ 330MiB bounds checks dashboard
quality_gate_security_mean_fs_load cpu_usage 10/10 61.89 ≤ 200 bounds checks dashboard
quality_gate_security_mean_fs_load memory_usage 10/10 277.16MiB ≤ 310MiB bounds checks dashboard
quality_gate_security_no_fs_load cpu_usage 10/10 21.71 ≤ 100 bounds checks dashboard
quality_gate_security_no_fs_load memory_usage 10/10 285.15MiB ≤ 320MiB bounds checks dashboard

Explanation

Confidence level: 90.00%
Effect size tolerance: |Δ mean %| ≥ 5.00%

Performance changes are noted in the perf column of each table:

  • ✅ = significantly better comparison variant performance
  • ❌ = significantly worse comparison variant performance
  • ➖ = no significant change in performance

A regression test is an A/B test of target performance in a repeatable rig, where "performance" is measured as "comparison variant minus baseline variant" for an optimization goal (e.g., ingress throughput). Due to intrinsic variability in measuring that goal, we can only estimate its mean value for each experiment; we report uncertainty in that value as a 90.00% confidence interval denoted "Δ mean % CI".

For each experiment, we decide whether a change in performance is a "regression" -- a change worth investigating further -- if all of the following criteria are true:

  1. Its estimated |Δ mean %| ≥ 5.00%, indicating the change is big enough to merit a closer look.

  2. Its 90.00% confidence interval "Δ mean % CI" does not contain zero, indicating that if our statistical model is accurate, there is at least a 90.00% chance there is a difference in performance between baseline and comparison variants.

  3. Its configuration does not mark it "erratic".

Replicate Execution Details

We run multiple replicates for each experiment/variant. However, we allow replicates to be automatically retried if there are any failures, up to 8 times, at which point the replicate is marked dead and we are unable to run analysis for the entire experiment. We call each of these attempts at running replicates a replicate execution. This section lists all replicate executions that failed due to the target crashing or being oom killed.

Note: In the below tables we bucket failures by experiment, variant, and failure type. For each of these buckets we list out the replicate indexes that failed with an annotation signifying how many times said replicate failed with the given failure mode. In the below example the baseline variant of the experiment named experiment_with_failures had two replicates that failed by oom kills. Replicate 0, which failed 8 executions, and replicate 1 which failed 6 executions, all with the same failure mode.

Experiment Variant Replicates Failure Logs Debug Dashboard
experiment_with_failures baseline 0 (x8) 1 (x6) Oom killed Debug Dashboard

The debug dashboard links will take you to a debugging dashboard specifically designed to investigate replicate execution failures.

❌ Retried Profiling Replicate Execution Failures (ddprof)

Note: Profiling replicas may still be executing. See the debug dashboard for up to date status.

Experiment Variant Replicates Failure Debug Dashboard
quality_gate_idle comparison 10 Oom killed Debug Dashboard
quality_gate_idle_all_features baseline 10 Oom killed Debug Dashboard
quality_gate_idle_all_features comparison 10 Oom killed Debug Dashboard
quality_gate_logs baseline 10 Oom killed Debug Dashboard
quality_gate_metrics_logs baseline 10 Oom killed Debug Dashboard
quality_gate_metrics_logs comparison 10 Oom killed Debug Dashboard
quality_gate_security_idle baseline 10 Crashed (exit code: 134) Debug Dashboard
quality_gate_security_idle comparison 10 Crashed (exit code: 134) Debug Dashboard
quality_gate_security_mean_fs_load baseline 10 Crashed (exit code: 134) Debug Dashboard
quality_gate_security_mean_fs_load comparison 10 Crashed (exit code: 134) Debug Dashboard
quality_gate_security_no_fs_load baseline 10 Crashed (exit code: 134) Debug Dashboard
quality_gate_security_no_fs_load comparison 10 Crashed (exit code: 134) Debug Dashboard

CI Pass/Fail Decision

Failed. Some Quality Gates were violated.

  • quality_gate_idle_all_features, bounds check total_bytes_received: 10/10 replicas passed. Gate passed.
  • quality_gate_idle_all_features, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_idle_all_features, bounds check memory_usage: 9/10 replicas passed. Failed 1 which is > 0. Gate FAILED.
  • quality_gate_security_idle, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_security_idle, bounds check cpu_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check total_bytes_received: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check cpu_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check missed_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check total_bytes_received: 10/10 replicas passed. Gate passed.
  • quality_gate_security_mean_fs_load, bounds check cpu_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_security_mean_fs_load, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_security_no_fs_load, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_security_no_fs_load, bounds check cpu_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check total_bytes_received: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check missed_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check intake_connections: 10/10 replicas passed. Gate passed.

@dd-octo-sts

dd-octo-sts Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Static quality checks

✅ Please find below the results from static quality gates
Comparison made with ancestor 8691556
📊 Static Quality Gates Dashboard
🔗 SQG Job

Successful checks

Info

Quality gate Change Size (prev → curr → max)
docker_cluster_agent_amd64 -19.78 KiB (0.01% reduction, +2.86% of buffer) 209.795 → 209.776 → 210.470
32 successful checks with minimal change (< 2 KiB)
Quality gate Current Size
agent_deb_amd64 750.057 MiB
agent_deb_amd64_fips 704.966 MiB
agent_heroku_amd64 307.926 MiB
agent_msi 643.928 MiB
agent_rpm_amd64 750.041 MiB
agent_rpm_amd64_fips 704.950 MiB
agent_rpm_arm64 726.649 MiB
agent_rpm_arm64_fips 685.247 MiB
agent_suse_amd64 750.041 MiB
agent_suse_amd64_fips 704.950 MiB
agent_suse_arm64 726.649 MiB
agent_suse_arm64_fips 685.247 MiB
docker_agent_amd64 808.760 MiB
docker_agent_arm64 810.377 MiB
docker_agent_jmx_amd64 999.657 MiB
docker_agent_jmx_arm64 989.927 MiB
docker_cluster_agent_arm64 222.890 MiB
docker_cws_instrumentation_amd64 7.447 MiB
docker_cws_instrumentation_arm64 6.877 MiB
docker_dogstatsd_amd64 39.223 MiB
docker_dogstatsd_arm64 37.367 MiB
docker_host_profiler_amd64 303.101 MiB
docker_host_profiler_arm64 314.592 MiB
dogstatsd_deb_amd64 29.960 MiB
dogstatsd_deb_arm64 28.003 MiB
dogstatsd_rpm_amd64 29.960 MiB
dogstatsd_suse_amd64 29.960 MiB
iot_agent_deb_amd64 46.109 MiB
iot_agent_deb_arm64 42.805 MiB
iot_agent_deb_armhf 43.573 MiB
iot_agent_rpm_amd64 46.110 MiB
iot_agent_suse_amd64 46.109 MiB

@rdesgroppes
rdesgroppes force-pushed the renovate/github.com-cloudfoundry-community-go-cfclient-v2-3.x branch from d44189c to f848e0f Compare July 17, 2026 06:06
@github-actions github-actions Bot added long review PR is complex, plan time to review it and removed short review PR is simple enough to be reviewed quickly labels Jul 17, 2026
@rdesgroppes
rdesgroppes force-pushed the renovate/github.com-cloudfoundry-community-go-cfclient-v2-3.x branch 2 times, most recently from 5d2b595 to 2adda56 Compare July 17, 2026 07:15
@rdesgroppes
rdesgroppes force-pushed the renovate/github.com-cloudfoundry-community-go-cfclient-v2-3.x branch from 2adda56 to 5d31a3b Compare July 17, 2026 08:04
@dd-octo-sts

dd-octo-sts Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

/merge

@gh-worker-devflow-routing-ef8351

gh-worker-devflow-routing-ef8351 Bot commented Jul 17, 2026

Copy link
Copy Markdown

View all feedbacks in Devflow UI.

2026-07-17 08:10:20 UTC ℹ️ Start processing command /merge


2026-07-17 08:10:27 UTC ℹ️ MergeQueue: waiting for PR to be ready

This pull request is not mergeable according to GitHub. Common reasons include pending required checks, missing approvals, or merge conflicts — but it could also be blocked by other repository rules or settings.
It will be added to the queue as soon as checks pass and/or get approvals. View in MergeQueue UI.
Note: if you pushed new commits since the last approval, you may need additional approval.
You can remove it from the waiting list with /remove command.


2026-07-17 08:12:40 UTC ⚠️ MergeQueue: This merge request was unqueued

regis.desgroppes@datadoghq.com unqueued this merge request

renovate Bot and others added 2 commits July 17, 2026 10:51
migrate the Cloud Foundry client code from v2 to v3.

Renovate proposed github.com/cloudfoundry-community/go-cfclient/v3,
but that module's own go.mod declares its path as
github.com/cloudfoundry/go-cfclient/v3 (the project moved orgs),
which made the dependency unresolvable and broke all CI on the PR.

Ports pkg/util/cloudproviders/cloudfoundry and
cmd/cluster-agent-cloudfoundry to the v3 API: client/config/resource
package split, functional-options config construction, pointer-based
Metadata and typed Relationships, and native paginated sub-clients
replacing the old hand-rolled raw-HTTP pagination code.
@rdesgroppes
rdesgroppes force-pushed the renovate/github.com-cloudfoundry-community-go-cfclient-v2-3.x branch from 5d31a3b to 63145d5 Compare July 17, 2026 08:51
@dd-octo-sts

dd-octo-sts Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

/merge

@gh-worker-devflow-routing-ef8351

gh-worker-devflow-routing-ef8351 Bot commented Jul 17, 2026

Copy link
Copy Markdown

View all feedbacks in Devflow UI.

2026-07-17 08:57:50 UTC ℹ️ Start processing command /merge


2026-07-17 08:57:57 UTC ℹ️ MergeQueue: waiting for PR to be ready

This pull request is not mergeable according to GitHub. Common reasons include pending required checks, missing approvals, or merge conflicts — but it could also be blocked by other repository rules or settings.
It will be added to the queue as soon as checks pass and/or get approvals. View in MergeQueue UI.
Note: if you pushed new commits since the last approval, you may need additional approval.
You can remove it from the waiting list with /remove command.


2026-07-17 08:59:51 UTC ⚠️ MergeQueue: This merge request was unqueued

regis.desgroppes@datadoghq.com unqueued this merge request

@rdesgroppes rdesgroppes added the ask-review Ask in slack required teams to review this PR label Jul 17, 2026
@dd-octo-sts

dd-octo-sts Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

This pull request has been automatically marked as stale because it has not had activity in the past 15 days.

It will be closed in 30 days if no further activity occurs. If this pull request is still relevant, adding a comment or pushing new commits will keep it open. Also, you can always reopen the pull request if you missed the window.

Thank you for your contributions!

@dd-octo-sts dd-octo-sts Bot added the stale label Aug 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ask-review Ask in slack required teams to review this PR changelog/no-changelog No changelog entry needed dependencies PRs that bump a dependency dependencies-go PRs that bump a go dependency internal Identify a non-fork PR long review PR is complex, plan time to review it qa/no-code-change No code change in Agent code requiring validation stale stop-updating Prevent auto updates from Renovate team/agent-build team/agent-integrations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant