Skip to content

chore(agent-data-plane): bump version to 0.1.35#1206

Merged
tobz merged 1 commit into
mainfrom
bump-adp-version-0.1.35
Feb 19, 2026
Merged

chore(agent-data-plane): bump version to 0.1.35#1206
tobz merged 1 commit into
mainfrom
bump-adp-version-0.1.35

Conversation

@dd-octo-sts
Copy link
Copy Markdown
Contributor

@dd-octo-sts dd-octo-sts Bot commented Feb 19, 2026

Summary

This PR bumps the Agent Data Plane version to 0.1.35 for the next development cycle.

Details of change

  • Previous version: 0.1.34
  • New version: 0.1.35

This PR was automatically generated by the Bump ADP Version workflow.

Change Type

  • Bug fix
  • New feature
  • Non-functional (chore, refactoring, docs)
  • Performance

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@dd-octo-sts dd-octo-sts Bot added the automated This change was made by a non-human actor and requires non-human-specific review consideration. label Feb 19, 2026
@dd-octo-sts dd-octo-sts Bot requested a review from a team as a code owner February 19, 2026 18:29
@pr-commenter
Copy link
Copy Markdown

pr-commenter Bot commented Feb 19, 2026

Binary Size Analysis (Agent Data Plane)

Target: 74adecc (baseline) vs 6b96954 (comparison) diff
Analysis Type: Stripped binaries (debug symbols excluded)
Baseline Size: 26.88 MiB
Comparison Size: 26.88 MiB
Size Change: +8 B (+0.00%)
Pass/Fail Threshold: +5%
Result: PASSED ✅

Changes by Module

Module File Size Symbols
agent_data_plane::cli::dogstatsd +301 B 34
agent_data_plane::cli::debug -301 B 92
hyper +288 B 152
futures_util -208 B 18
saluki_io::net::server +133 B 6
saluki_app::api::APIBuilder -133 B 2
std +125 B 121
tracing_subscriber -120 B 94
tokio +120 B 904
reqwest -96 B 9
agent_data_plane::cli::run -80 B 70
hyper_timeout +80 B 4
tracing -48 B 2
[sections] +45 B 3
h2 +38 B 147
hyper_util -32 B 46
agent_data_plane::internal::remote_agent -32 B 62
core -29 B 3261
hickory_proto -24 B 19
anyhow -22 B 447

Detailed Symbol Changes

    FILE SIZE        VM SIZE    
 --------------  -------------- 
  [NEW] +1.79Mi  [NEW] +1.79Mi    std::thread::local::LocalKey<T>::with::he256157dedaadbdd
  [NEW]  +114Ki  [NEW]  +114Ki    agent_data_plane::cli::run::create_topology::_{{closure}}::he41f2b50e0a5f76b
  [NEW] +84.5Ki  [NEW] +84.4Ki    agent_data_plane::internal::control_plane::spawn_control_plane::_{{closure}}::h0b55f767a3cf29a3
  [NEW] +57.6Ki  [NEW] +57.5Ki    agent_data_plane::cli::run::handle_run_command::_{{closure}}::h394e1ff247a414fe
  [NEW] +48.9Ki  [NEW] +48.8Ki    saluki_app::bootstrap::AppBootstrapper::bootstrap::_{{closure}}::hc6c845dd690bcbb7
  [NEW] +44.1Ki  [NEW] +44.0Ki    saluki_env::workload::providers::remote_agent::RemoteAgentWorkloadProvider::from_configuration::_{{closure}}::h5ded81a95003055c
  [NEW] +38.1Ki  [NEW] +38.0Ki    agent_data_plane::run_inner::_{{closure}}::h7f7e9e1ea52b9dd1
  [NEW] +36.1Ki  [NEW] +35.9Ki    saluki_env::helpers::remote_agent::client::RemoteAgentClient::from_configuration::_{{closure}}::_{{closure}}::_{{closure}}::h7871a8295b9cad80
  [NEW] +35.5Ki  [NEW] +35.3Ki    _<saluki_config::secrets::resolver::external::ExternalProcessResolver as saluki_config::secrets::resolver::Resolver>::resolve::_{{closure}}::h816f86377fb776db
  [NEW] +32.8Ki  [NEW] +32.6Ki    agent_data_plane::cli::dogstatsd::handle_dogstatsd_stats::_{{closure}}::h3a1faf139c8d39fa
  -0.0%    -566  -0.0%    -574    [7492 Others]
  [DEL] -32.8Ki  [DEL] -32.6Ki    agent_data_plane::cli::dogstatsd::handle_dogstatsd_stats::_{{closure}}::hf75c57564bdb75c5
  [DEL] -35.5Ki  [DEL] -35.3Ki    _<saluki_config::secrets::resolver::external::ExternalProcessResolver as saluki_config::secrets::resolver::Resolver>::resolve::_{{closure}}::hf1b63e1e098919c4
  [DEL] -36.1Ki  [DEL] -35.9Ki    saluki_env::helpers::remote_agent::client::RemoteAgentClient::from_configuration::_{{closure}}::_{{closure}}::_{{closure}}::h2872031b489d6577
  [DEL] -38.1Ki  [DEL] -38.0Ki    agent_data_plane::run_inner::_{{closure}}::he8498a5acb20e610
  [DEL] -44.1Ki  [DEL] -44.0Ki    saluki_env::workload::providers::remote_agent::RemoteAgentWorkloadProvider::from_configuration::_{{closure}}::hf918c4d6eec7ab6b
  [DEL] -48.9Ki  [DEL] -48.8Ki    saluki_app::bootstrap::AppBootstrapper::bootstrap::_{{closure}}::h3c1599fc9d6034df
  [DEL] -57.7Ki  [DEL] -57.6Ki    agent_data_plane::cli::run::handle_run_command::_{{closure}}::hbbe87d39ab2a80a0
  [DEL] -84.5Ki  [DEL] -84.4Ki    agent_data_plane::internal::control_plane::spawn_control_plane::_{{closure}}::hab8513a5c5eb417d
  [DEL]  -114Ki  [DEL]  -114Ki    agent_data_plane::cli::run::create_topology::_{{closure}}::h8f6f405ab60e051e
  [DEL] -1.79Mi  [DEL] -1.79Mi    std::thread::local::LocalKey<T>::with::h10cace39b02c279f
  +0.0%      +8  [ = ]       0    TOTAL

@tobz tobz merged commit 6237082 into main Feb 19, 2026
56 of 57 checks passed
@tobz tobz deleted the bump-adp-version-0.1.35 branch February 19, 2026 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated This change was made by a non-human actor and requires non-human-specific review consideration. ci/bump-adp-version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant