Skip to content

release notes: 6.3.0#1032

Merged
elookpotts-nvidia merged 3 commits into
mainfrom
release-notes/6.3.0
May 21, 2026
Merged

release notes: 6.3.0#1032
elookpotts-nvidia merged 3 commits into
mainfrom
release-notes/6.3.0

Conversation

@svc-osmo-ci
Copy link
Copy Markdown
Contributor

@svc-osmo-ci svc-osmo-ci commented May 21, 2026

Description

Release notes for OSMO 6.3.0, generated by the draft-release-notes workflow. Review the content for accuracy before merging.

Issue #None

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

Summary by CodeRabbit

  • New Features

    • ConfigMap-driven configuration, gateway TLS termination, consolidated service charts, rsync download with progress, per-group execution/queue timeouts, export script for DB→Helm values
  • Bug Fixes

    • Private-bucket URL handling, S3/MinIO virtual-hosted addressing for custom endpoints, clearer storage credential errors, restored API schema generation, privilege escalation fix, Web UI base-image CVE bump
  • Improvements

    • Multi-provider idempotent deploy scripts, CLI UX/logging (progress, JSON, error handling), Web UI navigation/auth updates, new chart configuration knobs and watch behavior
  • Breaking Changes

    • Router/web-ui chart removals; dataset CLI/API deprecation and related semantics clarified

Review Change Stack

@svc-osmo-ci svc-osmo-ci requested a review from a team as a code owner May 21, 2026 18:28
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 21, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: d035d4e2-46d5-455d-94cd-119ac0bb7c10

📥 Commits

Reviewing files that changed from the base of the PR and between 67b477b and ba17feb.

📒 Files selected for processing (1)
  • releases/6.3.0.md

📝 Walkthrough

Walkthrough

Updates releases/6.3.0.md release notes with an expanded Highlights section, extended Breaking Changes and Helm Charts details, enriched Deployment Scripts/Workflow Execution/CLI/Web UI sections, and additional Bug Fixes entries covering dataset access, storage fixes, and security updates.

Changes

Release Notes Content

Layer / File(s) Summary
Highlights, breaking changes, and helm charts
releases/6.3.0.md
Adds Highlights covering ConfigMap-driven configuration, gateway TLS termination, consolidated service charts, multi-provider deploy scripts, per-group timeouts, dataset deprecation, rsync download progress, and a privilege escalation fix. Updates Breaking Changes and Helm Charts with router/web-ui chart removals, per-group timeout and dataset deprecation semantics, ConfigMap configuration-mode behavior (watching across worker/agent/logger), gateway/Envoy customization and new Helm value knobs.
Deployment, workflow, CLI, and Web UI sections
releases/6.3.0.md
Expands Deployment Scripts, Workflow Execution, CLI, and Web UI sections with multi-provider/storage wiring and idempotency details, group-level timeout enforcement and execution fixes, rsync download progress/error handling and JSON logging/token UX notes, and UI routing/auth/UX and dependency/version updates.
Bug fixes
releases/6.3.0.md
Extends Bug Fixes with private-bucket dataset URL building via credential override_url, MinIO/S3 addressing corrections, clearer storage credential errors, restored OpenAPI schema generation, Python 3.14 + microk8s SSL truststore patching, and a web UI base image CVE-related bump.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • NVIDIA/OSMO#919: Overlapping documentation updates to releases/6.3.0.md (highlights/breaking changes/Helm/CLI/Web UI sections).

Suggested reviewers

  • RyaliNvidia
  • jiaenren

Poem

🐰 Release notes sprout where changes meet,
Highlights lined up, breaking notes neat,
Bugs are hushed and charts refined,
Six-dot-three steps out, well-defined,
Hooray for docs — a tidy treat!

🚥 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 'release notes: 6.3.0' directly matches the primary change in the pull request, which is the expansion and reorganization of release notes for OSMO version 6.3.0.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-notes/6.3.0

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

@github-actions github-actions Bot added the external The author is not in @NVIDIA/osmo-dev label May 21, 2026
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
releases/6.3.0.md (1)

122-123: ⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Remove or fix the trailing fenced code block.

Line 122/123 leaves an unterminated or language-less fence (```), which triggers MD040 and can break markdown rendering.

Suggested fix
-122~
-```
-123
-

If this fence is intentional, add a language and matching content instead.

🤖 Prompt for 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.

In `@releases/6.3.0.md` around lines 122 - 123, The file ends with an unterminated
fenced code block marker (```) that triggers MD040; either remove the trailing
``` marker or complete the fence by adding a matching closing fence and content
(or add a language after the opening fence and the intended code block content)
so the markdown is valid—look for the lone "```" at the end of releases/6.3.0.md
and either delete it or replace it with a properly formed fenced code block.
🤖 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.

Outside diff comments:
In `@releases/6.3.0.md`:
- Around line 122-123: The file ends with an unterminated fenced code block
marker (```) that triggers MD040; either remove the trailing ``` marker or
complete the fence by adding a matching closing fence and content (or add a
language after the opening fence and the intended code block content) so the
markdown is valid—look for the lone "```" at the end of releases/6.3.0.md and
either delete it or replace it with a properly formed fenced code block.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: c14fd46f-eb24-44af-85b2-881f823112b5

📥 Commits

Reviewing files that changed from the base of the PR and between 9ce52d9 and ca08647.

📒 Files selected for processing (1)
  • releases/6.3.0.md

Comment thread releases/6.3.0.md Outdated
Comment thread releases/6.3.0.md Outdated
Signed-off-by: Hans Arnholm <harnholm@nvidia.com>
@elookpotts-nvidia elookpotts-nvidia merged commit 7d45b3d into main May 21, 2026
11 checks passed
@elookpotts-nvidia elookpotts-nvidia deleted the release-notes/6.3.0 branch May 21, 2026 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external The author is not in @NVIDIA/osmo-dev

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants