Skip to content

feat(ci): add version bump tooling and consistency checks#2990

Open
hubcio wants to merge 1 commit intomasterfrom
bump-versions-script
Open

feat(ci): add version bump tooling and consistency checks#2990
hubcio wants to merge 1 commit intomasterfrom
bump-versions-script

Conversation

@hubcio
Copy link
Copy Markdown
Contributor

@hubcio hubcio commented Mar 20, 2026

Bumping versions across 14 components in 6 ecosystems was
entirely manual - editing 30+ files with no validation.

Add bump-version.sh for automated version bumps with
ecosystem-aware translation (Rust -edge.N, Python .devN,
Java -SNAPSHOT), a state machine enforcing valid
transitions, and dry-run support. Supports individual
components, rust-all, and --all targets.

Extend extract-version.sh with --all (version table) and
--check (workspace dep + Python dual-file validation).
Add CI job and pre-commit hook for consistency checks.

Rename python-version-sync.sh to python-sdk-version-sync.sh.

NOTE: this script NOT supposed to be called by CI machinery.
It's intended to be used ONLY manually by maintainers.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.14%. Comparing base (38e392a) to head (1f47137).

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #2990   +/-   ##
=========================================
  Coverage     72.14%   72.14%           
  Complexity      930      930           
=========================================
  Files          1120     1120           
  Lines         93489    93489           
  Branches      70838    70850   +12     
=========================================
  Hits          67445    67445           
+ Misses        23475    23453   -22     
- Partials       2569     2591   +22     
Components Coverage Δ
Rust Core 72.88% <ø> (ø)
Java SDK 62.08% <ø> (ø)
C# SDK 67.45% <ø> (-0.19%) ⬇️
Python SDK 81.43% <ø> (ø)
Node SDK 91.52% <ø> (+0.11%) ⬆️
Go SDK 38.68% <ø> (ø)
see 34 files with indirect coverage changes
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@hubcio hubcio force-pushed the bump-versions-script branch from a916bfc to 3caf1f2 Compare March 20, 2026 15:16
@hubcio hubcio force-pushed the bump-versions-script branch 4 times, most recently from d02a6d9 to d8015d3 Compare March 26, 2026 13:52
Bumping versions across 14 components in 6 ecosystems was
entirely manual - editing 30+ files with no validation.

Add bump-version.sh for automated version bumps with
ecosystem-aware translation (Rust -edge.N, Python .devN,
Java -SNAPSHOT), a state machine enforcing valid
transitions, and dry-run support. Supports individual
components, rust-all, and --all targets.

Extend extract-version.sh with --all (version table) and
--check (workspace dep + Python dual-file validation).
Add CI job and pre-commit hook for consistency checks.

Rename python-version-sync.sh to python-sdk-version-sync.sh.

NOTE: this script NOT supposed to be called by CI machinery.
It's intended to be used ONLY manually by maintainers.
@hubcio hubcio force-pushed the bump-versions-script branch from d8015d3 to 1f47137 Compare March 26, 2026 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants