-
Notifications
You must be signed in to change notification settings - Fork 8
chore(agent-data-plane): bump version to 0.1.33 #1171
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
Conversation
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Binary Size Analysis (Agent Data Plane)Target: bae7ea2 (baseline) vs ee2db8d (comparison) diff
|
| Module | File Size | Symbols |
|---|---|---|
core |
-737 B | 3240 |
std |
+553 B | 97 |
[sections] |
+131 B | 3 |
agent_data_plane::main |
-120 B | 2 |
tracing_subscriber |
+120 B | 90 |
rustls |
+77 B | 11 |
tracing |
+48 B | 2 |
agent_data_plane::internal::remote_agent |
-44 B | 62 |
figment |
-40 B | 40 |
serde_core |
+40 B | 90 |
hyper_util |
-32 B | 42 |
tonic |
+32 B | 65 |
seize |
-32 B | 5 |
aho_corasick |
-20 B | 1 |
reqwest |
+16 B | 9 |
unicode_segmentation |
+16 B | 1 |
h2 |
-9 B | 124 |
saluki_context::context::Context |
+7 B | 1 |
saluki_context::context::ContextInner |
-7 B | 1 |
[Unmapped] |
+5 B | 1 |
Detailed Symbol Changes
FILE SIZE VM SIZE
-------------- --------------
[NEW] +1.79Mi [NEW] +1.79Mi std::thread::local::LocalKey<T>::with::hfb6afe457d31077f
[NEW] +113Ki [NEW] +113Ki agent_data_plane::cli::run::create_topology::_{{closure}}::h9ec257cfbc00a827
[NEW] +84.5Ki [NEW] +84.4Ki agent_data_plane::internal::control_plane::spawn_control_plane::_{{closure}}::h8b5f8655e9cbf7f5
[NEW] +62.3Ki [NEW] +62.2Ki agent_data_plane::main::_{{closure}}::hba24240813f15137
[NEW] +57.8Ki [NEW] +57.7Ki agent_data_plane::cli::run::handle_run_command::_{{closure}}::hc82449de1b8196b4
[NEW] +48.8Ki [NEW] +48.7Ki saluki_app::bootstrap::AppBootstrapper::bootstrap::_{{closure}}::he1c4f4beb73f3df3
[NEW] +44.1Ki [NEW] +44.0Ki saluki_env::workload::providers::remote_agent::RemoteAgentWorkloadProvider::from_configuration::_{{closure}}::he830c813ee799018
[NEW] +36.1Ki [NEW] +35.9Ki saluki_env::helpers::remote_agent::client::RemoteAgentClient::from_configuration::_{{closure}}::_{{closure}}::_{{closure}}::h21e52217bfc84b9b
[NEW] +33.3Ki [NEW] +33.2Ki agent_data_plane::cli::dogstatsd::handle_dogstatsd_stats::_{{closure}}::hc0a49b2a63413cc4
[NEW] +31.6Ki [NEW] +31.5Ki saluki_env::helpers::remote_agent::client::RemoteAgentClient::from_configuration::_{{closure}}::hdc8f73417d7cedf5
+0.0% +670 +0.0% +654 [7043 Others]
[DEL] -31.6Ki [DEL] -31.5Ki saluki_env::helpers::remote_agent::client::RemoteAgentClient::from_configuration::_{{closure}}::hf84e4dd25b6d3794
[DEL] -33.3Ki [DEL] -33.2Ki agent_data_plane::cli::dogstatsd::handle_dogstatsd_stats::_{{closure}}::h96cdc5c09512f7ff
[DEL] -36.1Ki [DEL] -35.9Ki saluki_env::helpers::remote_agent::client::RemoteAgentClient::from_configuration::_{{closure}}::_{{closure}}::_{{closure}}::h3198005ed3e39099
[DEL] -44.1Ki [DEL] -44.0Ki saluki_env::workload::providers::remote_agent::RemoteAgentWorkloadProvider::from_configuration::_{{closure}}::hb7396a6621d2f12a
[DEL] -48.8Ki [DEL] -48.7Ki saluki_app::bootstrap::AppBootstrapper::bootstrap::_{{closure}}::h2d33192c47456e6e
[DEL] -57.8Ki [DEL] -57.7Ki agent_data_plane::cli::run::handle_run_command::_{{closure}}::h7a4cf9c6903c333c
[DEL] -62.3Ki [DEL] -62.2Ki agent_data_plane::main::_{{closure}}::h266c253d247d62c4
[DEL] -84.5Ki [DEL] -84.4Ki agent_data_plane::internal::control_plane::spawn_control_plane::_{{closure}}::h5a740f57e7f24a25
[DEL] -113Ki [DEL] -113Ki agent_data_plane::cli::run::create_topology::_{{closure}}::h7f442e59b22fdc46
[DEL] -1.79Mi [DEL] -1.79Mi std::thread::local::LocalKey<T>::with::h191e0042af4c44ff
+0.0% +16 [ = ] 0 TOTAL
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
|
45bbfa6
into
main
## Summary This PR bumps the Agent Data Plane version to 0.1.33 for the next development cycle. ### Details of change - **Previous version:** 0.1.32 - **New version:** 0.1.33 _This PR was automatically generated by the [Bump ADP Version](.github/workflows/bump-adp-version.yml) workflow._ ## Change Type - [ ] Bug fix - [ ] New feature - [x] Non-functional (chore, refactoring, docs) - [ ] Performance Co-authored-by: toby.lawrence <[email protected]> 45bbfa6
Summary
This PR bumps the Agent Data Plane version to 0.1.33 for the next development cycle.
Details of change
This PR was automatically generated by the Bump ADP Version workflow.
Change Type