Skip to content

Release/0.6 - #2309

Closed
tisnik wants to merge 19 commits into
mainfrom
release/0.6
Closed

Release/0.6#2309
tisnik wants to merge 19 commits into
mainfrom
release/0.6

Conversation

@tisnik

@tisnik tisnik commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Description

Type of change

  • Refactor
  • New feature
  • Bug fix
  • CVE fix
  • Optimization
  • Documentation Update
  • Configuration Update
  • Bump-up service version
  • Bump-up dependent library
  • Bump-up library or tool used for development (does not change the final image)
  • CI configuration change
  • Konflux configuration change
  • Unit tests improvement
  • Integration tests improvement
  • End to end tests improvement
  • Benchmarks improvement

Tools used to create PR

Identify any AI code assistants used in this PR (for transparency and review context)

  • Assisted-by: (e.g., Claude, CodeRabbit, Ollama, etc., N/A if not used)
  • Generated by: (e.g., tool name and version; N/A if not used)

Related Tickets & Documents

  • Related Issue #
  • Closes #

Checklist before requesting a review

  • I have performed a self-review of my code.
  • PR has passed all pre-merge test jobs.
  • If it is a core feature, I have added thorough tests.

Testing

  • Please provide detailed steps to perform tests related to this code change.
  • How were the fix/results from this change verified? Please provide relevant screenshots or results.

Summary by CodeRabbit

  • New Features

    • Released Lightspeed Stack version 0.6.0.
    • Added support for reproducible builds and improved dependency resolution.
    • Updated container images and runtime settings for improved reliability and security.
    • Added tooling and guidance for backporting changes.
  • Documentation

    • Updated contribution guidance, branching instructions, and release requirements.
    • Updated API and observability examples to reference the 0.6.0 release.
  • Maintenance

    • Updated automated build and test workflows and refreshed platform packages.

tisnik and others added 19 commits July 1, 2026 17:56
LCORE-2874: Migrate to RHOAI 3.4 + PyPI - release/0.6
…ase-0-6

LCORE-2904: On the release/0.6 branch, migrate the Konflux pipelines and integration tests to that branch
LCORE-2921: update the AIPCC base image
LCORE-3050: Update the prefetch-dependencies Konflux task to 0.4.1 [release/0.6]
This addresses a bug where a test run triggered by a tag would fail.

(cherry picked from commit 1937a1f)
This is not ideal but is equivalent to what is happening with the v4 version of
the action today. Explicit opt-it is required in v7.

Actions using pull_request_target that are running code from PRs from forks
should be reevaluated so that tests can run without the risk of compromising
the repository.

(cherry picked from commit 18bb240)
[release/0.6] Add cherry_picker config and update valid prefixes
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
@tisnik tisnik closed this Aug 3, 2026
@coderabbitai

coderabbitai Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 316ac911-8858-440a-96c8-966f8d132f51

📥 Commits

Reviewing files that changed from the base of the PR and between db3a898 and cb946b9.

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (38)
  • .cherry_picker.toml
  • .github/pr-title-checker-config.json
  • .github/workflows/build_and_push_release.yaml
  • .github/workflows/e2e_tests.yaml
  • .github/workflows/e2e_tests_lightspeed_evaluation.yaml
  • .github/workflows/e2e_tests_providers.yaml
  • .github/workflows/e2e_tests_rhaiis.yaml
  • .github/workflows/radon.yaml
  • .konflux/build-args-konflux.conf
  • .konflux/profiles.toml
  • .konflux/pypi_wheel_only.txt
  • .konflux/redhat.repo
  • .konflux/requirements-build.txt
  • .konflux/requirements.hashes.source.txt
  • .konflux/requirements.hashes.wheel.pypi.txt
  • .konflux/requirements.hashes.wheel.txt
  • .konflux/requirements.hermetic.txt
  • .konflux/requirements.overrides.txt
  • .konflux/rpms.lock.yaml
  • .tekton/integration-tests/pipeline/lightspeed-stack-integration-test.yaml
  • .tekton/integration-tests/pipeline/lightspeed-stack-rhelai-test.yaml
  • .tekton/lightspeed-stack-0-6-pull-request.yaml
  • .tekton/lightspeed-stack-0-6-push.yaml
  • .tekton/lightspeed-stack-pull-request.yaml
  • .tekton/lightspeed-stack-push.yaml
  • AGENTS.md
  • CONTRIBUTING.md
  • deploy/lightspeed-stack/Containerfile
  • docs/branching.md
  • docs/contributing_guide.md
  • docs/demos/lcore/contributing_guidelines.md
  • docs/openapi.json
  • pyproject.toml
  • scripts/generate-rpm-lock.sh
  • scripts/konflux_resolve.py
  • src/observability/README.md
  • src/version.py
  • tests/e2e/features/info.feature

Walkthrough

The pull request prepares the 0.6 release by updating version metadata, contributor workflows, Konflux dependency resolution, container builds, GitHub Actions, and versioned Tekton pipelines. It also removes legacy unversioned Tekton pipeline definitions.

Changes

Release metadata and contributor workflow

Layer / File(s) Summary
Release metadata and contributor workflow
.cherry_picker.toml, AGENTS.md, CONTRIBUTING.md, docs/*, src/version.py, docs/openapi.json, tests/e2e/features/info.feature, pyproject.toml
The release version changes to 0.6.0. Cherry-picker and backport guidance is added. PR title prefixes and development settings are updated.

Konflux dependency and build configuration

Layer / File(s) Summary
Konflux dependency resolution and locks
scripts/konflux_resolve.py, scripts/generate-rpm-lock.sh, .konflux/*
A profile-driven resolver now handles RHOAI and PyPI packages, hashes, wheel compatibility, build dependencies, and Tekton package lists. Konflux indexes, RPM repositories, base images, and lock files are updated.
Container build and runtime configuration
deploy/lightspeed-stack/Containerfile
The image uses hermetic uv installation, updated packages, refreshed base-image metadata, and new runtime environment settings.

CI and Tekton pipelines

Layer / File(s) Summary
CI checkout configuration
.github/workflows/*
Checkout actions are upgraded to v7. Selected E2E workflows enable unsafe pull-request checkout for secret-dependent tests.
Versioned Tekton release pipelines
.tekton/lightspeed-stack-0-6-*.yaml, .tekton/integration-tests/pipeline/*
The 0.6 pipelines target release/0.6, use updated task bundles, pass reproducibility parameters, and resolve the lightspeed-stack-0-6 snapshot component. Legacy unversioned pipeline definitions are removed.

Estimated code review effort: 5 (Critical) | ~120 minutes

Possibly related PRs

✨ Finishing Touches 💡 2
⚔️ Resolve merge conflicts 💡
  • Resolve merge conflict in branch release/0.6
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/0.6
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch release/0.6

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.

@coderabbitai coderabbitai Bot mentioned this pull request Aug 5, 2026
20 tasks
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.

3 participants