Skip to content

docs: Avocado CLI 1.0.0-rc.2 release - #492

Open
mobileoverlord wants to merge 1 commit into
mainfrom
docs/avocado-cli-1.0.0-rc.2
Open

docs: Avocado CLI 1.0.0-rc.2 release#492
mobileoverlord wants to merge 1 commit into
mainfrom
docs/avocado-cli-1.0.0-rc.2

Conversation

@mobileoverlord

Copy link
Copy Markdown
Contributor

Stages the docs update for the Avocado CLI 1.0.0-rc.2 release (avocado-linux/avocado-cli#214).

Changelog

  • New entry august-2026/1.0.0-rc.2 covering the release: depends_on inter-extension dependencies, avocado sbom (SPDX), device-tree overlays, Container Dev Mode, data-preserving VM updates, --target-board, deterministic tree-hash build ids (with the one-time re-id note), reproducibility/no-reinstall improvements, and the sdk run argv breaking change.
  • Wired per house convention: sidebar, latest.mdx redirect, and infinite-scroll entries (newest first).

CLI guide

  • commands.md: added avocado sbom and avocado update sections with real --help output from the rc.2 binary, inserted alphabetically.

https://claude.ai/code/session_0185zjVekmUtxVgyE3akTonH

Adds the changelog entry for CLI 1.0.0-rc.2 (wired into the sidebar,
latest redirect, and infinite scroll) and documents the new
'avocado sbom' and 'avocado update' commands in the CLI guide.

Claude-Session: https://claude.ai/code/session_0185zjVekmUtxVgyE3akTonH
Copilot AI lite review requested due to automatic review settings August 25, 2026 17:43

Copilot AI left a comment

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.

Pull request overview

Stages the Avocado CLI 1.0.0-rc.2 documentation updates by adding a new changelog entry, promoting it as the latest release, and extending the CLI command reference with new commands introduced in rc.2.

Changes:

  • Added a new changelog entry for august-2026/1.0.0-rc.2 and registered it for infinite scroll rendering.
  • Updated changelog navigation/UX to surface rc.2 as newest: sidebar ordering and latest.mdx redirect.
  • Expanded the CLI command guide with new sections for avocado sbom and avocado update using --help output.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/src/components/ChangelogInfiniteScroll/changelogEntries.js Registers the new rc.2 changelog entry for infinite-scroll feed rendering.
src/sidebars-changelog.js Adds rc.2 to the August 2026 changelog sidebar category (newest-first).
src/docs-guides/avocado-cli/commands.md Adds avocado sbom and avocado update command reference sections.
src/docs-changelog/latest.mdx Redirects “Latest” to the new rc.2 changelog entry.
src/docs-changelog/august-2026/1.0.0-rc.2.md Introduces the rc.2 release notes content.

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

Comment on lines +10 to +11
expands the closure end to end: fetch resolves and installs dependencies in
one DNF transaction, install de-duplicates shared packages by seeding each
transitive fingerprint so a change anywhere in a chain rebuilds every
downstream dependent. Solver-derived dependencies are pinned in
`avocado.lock`; `ext fetch --locked` turns lock drift into an error for CI.
- **`avocado sbom`.** Emits an SPDX 3.0.1 JSON-LD document of the packages
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