Skip to content

release: 1.0.0-rc.5 - #282

Merged
lee-reinhardt merged 1 commit into
mainfrom
rel/1.0.0-rc.5
Sep 18, 2026
Merged

lee-reinhardt merged 1 commit into
mainfrom
rel/1.0.0-rc.5

Conversation

@lee-reinhardt

Copy link
Copy Markdown
Member

What

Cut 1.0.0-rc.5: the [Unreleased] changelog section becomes ## [1.0.0-rc.5] - 2026-09-17, and the crate version moves from 1.0.0-rc.4 to 1.0.0-rc.5 in Cargo.toml and Cargo.lock.

Release notes

The rc.5 section of CHANGELOG.md is the release notes. It covers the nine PRs merged since rc.4, grouped Changed / Fixed / Security. This is a bug-fix release for regressions found in the rc.4 phase:

Every bullet that was under [Unreleased] on main is present; the two ### Fixed headings that had accumulated there are merged into one, and entries were added for the PRs that landed without a changelog line (#271, #274, #275, #277, #278). An empty [Unreleased] heading remains for the next cycle.

After merge

Tag the squash commit 1.0.0-rc.5 to run the release workflow. The Bump Homebrew tap formula job will fail as it did for rc.4: homebrew-tap main now requires a pull request, so the formula bump has to be opened by hand from the SHA256SUMS asset (rc.4's is still open as homebrew-tap#1).

Verification

fmt, clippy (-D warnings) and the version guard test pass on this branch; the version guard reads 1.0.0-rc.5. cargo metadata --locked agrees with the lockfile.

Smoke test of this exact commit against the jetson-orin-nano-devkit reference project, 2024/edge feed:

  • macOS (studio, through the avocado-vm): avocado clean -f, avocado install -f, avocado build from a fresh volume, all exit 0; rootfs, initramfs, stone validate/create and the OS bundle produced.
  • Linux (atlas, native Docker): avocado install -f, avocado build, avocado provision -r dev --profile tegraflash, all exit 0; the flash ran hands-off in under four minutes and the board booted with the built image's AVOCADO_OS_BUILD_ID, all four extensions merged, sshd up.

@lee-reinhardt
lee-reinhardt marked this pull request as ready for review September 18, 2026 04:27
Copilot AI lite review requested due to automatic review settings September 18, 2026 04:27
@lee-reinhardt
lee-reinhardt merged commit 2b46152 into main Sep 18, 2026
12 checks passed
@lee-reinhardt
lee-reinhardt deleted the rel/1.0.0-rc.5 branch September 18, 2026 04:27

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟢 Approval recommended

The changes are limited to a consistent version bump and changelog promotion with no functional code modifications.

Pull request overview

Cuts the 1.0.0-rc.5 release by promoting the changelog’s [Unreleased] notes into a dated release section and aligning the crate version across the Rust manifest and lockfile.

Changes:

  • Promoted [Unreleased] entries to ## [1.0.0-rc.5] - 2026-09-17 in CHANGELOG.md (leaving an empty [Unreleased] section for the next cycle).
  • Bumped avocado-cli version from 1.0.0-rc.4 to 1.0.0-rc.5 in Cargo.toml.
  • Updated the avocado-cli package entry in Cargo.lock to 1.0.0-rc.5.
File summaries
File Description
CHANGELOG.md Moves release notes from [Unreleased] into the 1.0.0-rc.5 section with the release date and consolidated headings.
Cargo.toml Bumps the crate version to 1.0.0-rc.5.
Cargo.lock Updates the locked avocado-cli package version to 1.0.0-rc.5.
Review details
  • Files reviewed: 2/3 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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