Release v0.6.0 - #151
Merged
Merged
Conversation
Signed-off-by: Honglin Cao <hocao@nvidia.com>
anandj91
approved these changes
Sep 3, 2026
Contributor
|
Do we need to update |
Signed-off-by: Honglin Cao <hocao@nvidia.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Everything since v0.5.3 is unreleased, including the logs_v4 migration (#148), Dynamo support (#146), and cluster metadata updates (#150). The wheel also ships the top-level
testspackage (unscopedfind_packages()picks it up), polluting the installer's site-packages namespace.Change
get_deployment_logsreplaced the logs_v3 signature (start_time/end_time/line_count/start_from_head/stream) with the per-pod logs_v4 surface (pod,before/afteranchors, plusget_deployment_pods,get_deployment_logs_range,deployment_log_session).testsfrom packaging:find_packages(exclude=["tests", "tests.*"]). Wheel-only effect; the sdist still carries test sources and no pipeline change is needed (publish.ymljust runspython -m build).Ships since v0.5.3: logs_v4 log reading + pod listing (#148), Dynamo deployments (#146), cluster metadata update (#150), replica-scaling docs (#149), dependency bumps (#143, #145). Requires
platform-api-python-client==4.25.0(published).Test plan
cd tests && pytest --sanitypython -m build --wheelon this branchcentml-0.6.0-py3-none-any.whl, 0tests/entries, allcentml/subpackages presentplatform-api-python-client==4.25.0)pip checkclean; SDK surface + CLI entry points work;centml --versionreports 0.6.0