Skip to content

[codex] Add 0.6 release notes#476

Merged
k82cn merged 6 commits into
xflops:release-0.6from
k82cn:codex/release-notes-0.6
Jun 4, 2026
Merged

[codex] Add 0.6 release notes#476
k82cn merged 6 commits into
xflops:release-0.6from
k82cn:codex/release-notes-0.6

Conversation

@k82cn
Copy link
Copy Markdown
Contributor

@k82cn k82cn commented May 29, 2026

Summary

Add release notes for Flame 0.6.0 under docs/releases/v0.6.0.md.

The notes track the final source tag v0.6.0 at 12432449a82079a7773ea833f2a9ac15d9ce3c3f, which matches the release-0.6 snapshot previously tagged v0.6.0-rc2, and summarize the changes from v0.5.0 through v0.6.0.

Notes

  • This PR is intentionally release-notes only.
  • The compare link points to v0.5.0...v0.6.0.
  • The notes include the release-prep work merged through Backport PR #488 to release-0.6 #489, including Python package metadata, Kubernetes/Helm release updates, CLI version metadata, Rust SDK publish metadata, and Python Runner E2E coverage.
  • The release status now documents the published stable flamepy 0.6.0, flame-rs-macros 0.6.0, flame-rs 0.6.0, and multi-arch Docker v0.6.0 image tags for linux/amd64 and linux/arm64.
  • The versioned source, PyPI, Rust crate, and Docker v0.6.0 artifacts no longer have a documented publication gap; latest has not been moved.

Validation

  • Verified on June 4, 2026 that PR [codex] Add 0.6 release notes #476 is open, merge-clean, and targets release-0.6.
  • Fetched upstream tags and confirmed upstream v0.6.0 resolves to 12432449a82079a7773ea833f2a9ac15d9ce3c3f, matching upstream/release-0.6.
  • Confirmed the branch diff against release-0.6 only adds docs/releases/v0.6.0.md.
  • Ran git diff --check upstream/release-0.6...HEAD.
  • Reverified current Docker artifact status with Podman: final Docker v0.6.0 tags are published for all four images and expose linux/amd64 plus linux/arm64.
  • Earlier post-release sanity checks passed for PyPI import of flamepy==0.6.0, fresh Cargo crate cargo check with flame-rs@0.6.0 --features macros, and pull/run checks for all four arm64 Docker tags.
  • Pushed head f23fb53e.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request adds the release notes for Flame version 0.6.0, which detail major highlights, upgrade instructions, SDK updates, and other improvements. Feedback was provided regarding an inconsistency where the release notes state that the Python SDK requires Python 3.9 or newer, but the pyproject.toml configuration file still references Python 3.8 in its classifiers and mypy settings.

Comment thread docs/releases/v0.6.0.md Outdated

## Upgrade Notes

- Python SDK packaging is now versioned as `0.6.0` and requires Python 3.9 or newer.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The release notes state that the Python SDK requires Python 3.9 or newer. However, sdk/python/pyproject.toml still contains references to Python 3.8 in the classifiers (Programming Language :: Python :: 3.8 on line 21) and the mypy configuration (python_version = "3.8" on line 86). Please update sdk/python/pyproject.toml to remove these Python 3.8 references to ensure consistency with the new Python 3.9+ requirement.

@k82cn k82cn force-pushed the codex/release-notes-0.6 branch 2 times, most recently from 424d691 to 6db1372 Compare May 29, 2026 01:34
@k82cn k82cn changed the base branch from main to release-0.6 May 29, 2026 01:37
@k82cn k82cn force-pushed the codex/release-notes-0.6 branch 2 times, most recently from ddcb968 to a8729b3 Compare May 30, 2026 12:15
@k82cn k82cn marked this pull request as ready for review May 30, 2026 12:26
@k82cn k82cn changed the title [codex] Add 0.6 release notes draft [codex] Add 0.6 release notes May 30, 2026
@k82cn k82cn force-pushed the codex/release-notes-0.6 branch 4 times, most recently from 2f2432b to a2a9445 Compare May 31, 2026 04:57
@k82cn k82cn force-pushed the codex/release-notes-0.6 branch from a2a9445 to de19929 Compare June 2, 2026 03:20
Comment thread docs/releases/v0.6.0.md Outdated
- `docker.io/xflops/flame-console:v0.6.0` (`sha256:02bea7f9871a28eedd09e713248d8953bd039183241a4e657acc7e5550c96bcc`)
- The `latest` Docker tags have not been moved for `0.6.0`.
- Rust crate status: `stdng 0.1.8`, `flame-rs-macros 0.6.0`, and `flame-rs 0.6.0` are published on crates.io.
- Remaining release gap: publish `linux/amd64`/multi-arch Docker artifacts before moving `latest`.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The amd64 was pushed, let's update accordingly.

@k82cn k82cn merged commit 5c9cc6e into xflops:release-0.6 Jun 4, 2026
8 checks passed
@k82cn k82cn deleted the codex/release-notes-0.6 branch June 4, 2026 10:58
@k82cn k82cn restored the codex/release-notes-0.6 branch June 4, 2026 11:00
@k82cn k82cn deleted the codex/release-notes-0.6 branch June 4, 2026 11:38
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.

1 participant