Skip to content

docs: add v0.4.0 release notes - #1171

Closed
mckornfield wants to merge 1 commit into
mainfrom
6573717-release-0-4-notes/mck
Closed

docs: add v0.4.0 release notes#1171
mckornfield wants to merge 1 commit into
mainfrom
6573717-release-0-4-notes/mck

Conversation

@mckornfield

@mckornfield mckornfield commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds the v0.4.0 current release notes from the POR for NVBug 6573717, including scoped access keys, agent lifecycle/deployment, OpenShell, DPO, telemetry controls, and insight-driven optimization. Archives the previous v0.3.0 current release page and wires it into the release-note navigation.

Related Issue

NVBug 6573717

Changes

  • Update docs/about/release-notes/current-release.mdx to v0.4.0 with an August 12, 2026 release date.
  • Add docs/about/release-notes/release-0-3-0.mdx so the prior current release remains available.
  • Update the release-note index and Fern latest navigation to include v0.4.0 and v0.3.0.

Type of Change

  • Code change (feature, bug fix, or refactor)
  • Code change with documentation updates
  • Documentation only
  • Contributor tooling or automation
  • CI, build, or test infrastructure

Quality Gates

  • Tests added or updated for changed behavior
  • Existing tests cover changed behavior — justification:
  • Tests not applicable — justification: Documentation-only release-note update.
  • Documentation updated for user-visible behavior
  • Documentation not applicable — justification:

Verification

  • Pull request title follows the repository's Conventional Commit format
  • Every commit includes an appropriate Signed-off-by: trailer
  • uv run pre-commit run -a passes, or any blocked checks are identified below
  • Targeted tests pass, or tests are marked not applicable above
  • No secrets, API keys, or credentials are included

Targeted validation:

  • make docs-check — passed.
  • git diff --check origin/main...HEAD — passed.
  • DCO audit over origin/main..HEAD — passed for 496d3b353a0c0313acd3ac6bd03efeae4770b2a2.
  • make docs-broken-links — failed on 5 pre-existing links in files not changed by this PR:
    • docs/telemetry-and-privacy.mdx: /documentation/cli/configuration
    • docs/auth/authentication/using-authentication.mdx: /documentation/access-control/authentication/oidc at two locations
    • docs/studio/index.mdx: /documentation/studio/suggestions
    • docs/studio/index.mdx: /documentation/studio/guardrails
  • uv run pre-commit run -a — blocked before hooks ran because pre-commit could not fetch https://github.com/norwoodj/helm-docs tag v1.14.2; retried and git ls-remote also returned GitHub HTTP 503 for that repository.

Summary by CodeRabbit

  • Documentation
    • Added release notes for version 0.4.0, covering scoped access keys, agent lifecycle and deployment workflows, OpenShell sandbox deployments, model fine-tuning, telemetry controls, and optimization insights.
    • Added dedicated sections for access control, deployments, and fine-tuning models.
    • Added comprehensive release notes for version 0.3.0, including Kubernetes, Helm, local installation, agent deployment, model, and plugin updates.
    • Updated documentation navigation and release-note links for easier access to version-specific information.

Signed-off-by: Matt Kornfield <mkornfield@nvidia.com>
@github-actions github-actions Bot added the docs label Aug 7, 2026
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor
Suite Lines Covered Line Rate Branch Rate
Unit Tests 31466/40086 78.5% 63.1%
Integration Tests 18322/38038 48.2% 20.8%

@mckornfield
mckornfield marked this pull request as ready for review August 7, 2026 18:30
@mckornfield
mckornfield requested review from a team as code owners August 7, 2026 18:30
@coderabbitai

coderabbitai Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

Release documentation was updated for v0.4.0. Version-specific v0.3.0 notes were added. Release-note index and navigation links now reference both releases.

Changes

Versioned release documentation

Layer / File(s) Summary
Release 0.4.0 content
docs/about/release-notes/current-release.mdx
The current notes document v0.4.0 features, plugins, upgrade guidance, compatibility requirements, constraints, and links.
Release 0.3.0 archive
docs/about/release-notes/release-0-3-0.mdx
The version-specific page documents v0.3.0 capabilities, installation, upgrades, compatibility, constraints, and project links.
Release note navigation
docs/about/release-notes/index.mdx, docs/fern/versions/latest.yml
Release indexes link to v0.4.0 and v0.3.0. Latest documentation navigation includes the v0.3.0 page.

Possibly related PRs

Suggested reviewers: anastasia-nesterenko

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the primary documentation change: adding v0.4.0 release notes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 6573717-release-0-4-notes/mck

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot 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.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/about/release-notes/release-0-3-0.mdx`:
- Around line 60-64: Update the release-0-3-0 setup instructions so the initial
git clone uses --branch 0.3.0 and the upgrade command block checks out 0.3.0
instead of main. Use the repository’s exact 0.3.0 tag without a v prefix in both
command blocks.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 5f7b3327-fb25-4a3b-a0ae-1324fd699cb4

📥 Commits

Reviewing files that changed from the base of the PR and between af733af and 496d3b3.

📒 Files selected for processing (4)
  • docs/about/release-notes/current-release.mdx
  • docs/about/release-notes/index.mdx
  • docs/about/release-notes/release-0-3-0.mdx
  • docs/fern/versions/latest.yml

Comment thread docs/about/release-notes/release-0-3-0.mdx
@mckornfield
mckornfield requested review from rrhyne and yamini August 7, 2026 22:15
@coderabbitai coderabbitai Bot mentioned this pull request Aug 8, 2026
15 tasks
@mckornfield mckornfield closed this Aug 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant