docs: Avocado CLI 1.0.0-rc.2 release - #492
Open
mobileoverlord wants to merge 1 commit into
Open
Conversation
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
Contributor
There was a problem hiding this comment.
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.mdxredirect. - Expanded the CLI command guide with new sections for
avocado sbomandavocado updateusing--helpoutput.
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stages the docs update for the Avocado CLI 1.0.0-rc.2 release (avocado-linux/avocado-cli#214).
Changelog
august-2026/1.0.0-rc.2covering the release:depends_oninter-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 thesdk runargv breaking change.latest.mdxredirect, and infinite-scroll entries (newest first).CLI guide
commands.md: addedavocado sbomandavocado updatesections with real--helpoutput from the rc.2 binary, inserted alphabetically.https://claude.ai/code/session_0185zjVekmUtxVgyE3akTonH