Skip to content

chore: Bump version to 0.11.1-dev for the next development cycle.#2154

Merged
junhaoliao merged 7 commits intoy-scope:mainfrom
junhaoliao:0.11.1-dev
Apr 10, 2026
Merged

chore: Bump version to 0.11.1-dev for the next development cycle.#2154
junhaoliao merged 7 commits intoy-scope:mainfrom
junhaoliao:0.11.1-dev

Conversation

@junhaoliao
Copy link
Copy Markdown
Member

@junhaoliao junhaoliao commented Mar 31, 2026

Description

Bump version to 0.11.1-dev for the next development cycle.

Updated components:

  • api-server
  • clp-mcp-server
  • clp-package-utils
  • clp-py-utils
  • clp-rust-utils
  • job-orchestration
  • log-ingestor
  • yscope-clp-core
  • Core libraries (clp and glt)
  • Global taskfile.yaml version variable (G_PACKAGE_VERSION)
  • Helm chart configuration (chart version and appVersion)

Note: The Rust component versions (api-server, clp-rust-utils, log-ingestor) were at 0.1.0
(the cargo init default) rather than following the CLP version scheme. They should have been
versioned as 0.10.1-dev when they were introduced. This PR corrects the oversight by aligning them
with the rest of the components.

Checklist

  • The PR satisfies the contribution guidelines.
  • This is a breaking change and that has been indicated in the PR title, OR this isn't a
    breaking change.
  • Necessary docs have been updated, OR no docs need to be updated.

Validation performed

  • Task: Verify all version strings updated from 0.10.1-dev to 0.11.1-dev.
    • Command:
      grep -rn "0\.10\.1-dev\|0\.10\.1\.dev0" --include="*.toml" --include="*.yaml" --include="*.hpp" --include="*.lock" .
    • Output: No matches found.
    • Explanation: Confirms no old version strings (0.10.1-dev / 0.10.1.dev0) remain in
      any versioned file.

Summary by CodeRabbit

  • Chores
    • Bumped project and component versions to 0.11.1‑dev across services and libraries.
    • Updated packaged artifacts and distribution/version files to reflect the new release.
    • Helm charts and deployment manifests aligned with the new application version.
    • Build and packaging configuration adjusted to produce versioned release artifacts.

@junhaoliao junhaoliao requested a review from a team as a code owner March 31, 2026 22:15
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Mar 31, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 5a2780d6-d333-4f8a-9f94-10d4d691508f

📥 Commits

Reviewing files that changed from the base of the PR and between b9e17b8 and 6715fcb.

⛔ Files ignored due to path filters (2)
  • docs/src/_static/generated/api-server-openapi.json is excluded by !**/generated/**
  • docs/src/_static/generated/log-ingestor-openapi.json is excluded by !**/generated/**
📒 Files selected for processing (1)
  • taskfile.yaml

Walkthrough

This pull request updates the project version from 0.10.1-dev to 0.11.1-dev across package manifests, version constant declarations, build configuration, and Helm chart metadata; Rust crates were bumped to 0.11.1-dev where applicable and the Helm chart version was incremented.

Changes

Cohort / File(s) Summary
Python package manifests
components/clp-mcp-server/pyproject.toml, components/clp-package-utils/pyproject.toml, components/clp-py-utils/pyproject.toml, components/job-orchestration/pyproject.toml, python-wheels/yscope-clp-core/pyproject.toml
Version updated from 0.10.1-dev to 0.11.1-dev in [project] metadata.
Rust package manifests
components/api-server/Cargo.toml, components/clp-rust-utils/Cargo.toml, components/log-ingestor/Cargo.toml
Version updated (package.version) to 0.11.1-dev (previously 0.1.0 or 0.1.0).
C++ version constants
components/core/src/clp/version.hpp, components/core/src/glt/version.hpp
Version constant cVersion updated from "0.10.1-dev" to "0.11.1-dev".
Build and deployment configuration
taskfile.yaml, tools/deployment/package-helm/Chart.yaml
G_PACKAGE_VERSION and Helm appVersion updated to 0.11.1-dev; Helm chart version bumped from 0.2.1-dev.4 to 0.3.1-dev.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • kirkrodrigues
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely summarizes the main change: a version bump to 0.11.1-dev for the next development cycle.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@junhaoliao junhaoliao requested review from kirkrodrigues and removed request for kirkrodrigues April 2, 2026 19:10
Copy link
Copy Markdown
Member

@kirkrodrigues kirkrodrigues left a comment

Choose a reason for hiding this comment

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

Current changes look good.

# Conflicts:
#	tools/deployment/package-helm/Chart.yaml
@junhaoliao junhaoliao merged commit f1cbe79 into y-scope:main Apr 10, 2026
33 checks passed
@junhaoliao junhaoliao deleted the 0.11.1-dev branch April 10, 2026 15:03
@junhaoliao junhaoliao added this to the Mid-April 2026 milestone Apr 24, 2026
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