Skip to content

draft v0.3.0 release#240

Merged
dmitsh merged 1 commit into
mainfrom
v0.3.0
Mar 24, 2026
Merged

draft v0.3.0 release#240
dmitsh merged 1 commit into
mainfrom
v0.3.0

Conversation

@dmitsh
Copy link
Copy Markdown
Collaborator

@dmitsh dmitsh commented Mar 24, 2026

No description provided.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Mar 24, 2026

Greptile Summary

This PR prepares the v0.3.0 release by bumping all Helm chart and image references from their pre-release state to the v0.3.0 tag across the three charts (topograph, node-data-broker, node-observer).

  • Updated appVersion in all three Chart.yaml files from the scaffolded placeholder "1.16.0" to "v0.3.0"
  • Pinned all ghcr.io/nvidia/topograph image tags from the mutable main branch tag to the fixed v0.3.0 release tag (root chart values.yaml, node-observer/values.yaml, and the initc init-container in node-data-broker/values.yaml)
  • All chart version fields and inter-chart dependency version references remain consistently at 0.3.0 (unchanged from the prior state)
  • No template logic, RBAC, or configuration changes are included — this is a pure version-bump release PR

Confidence Score: 5/5

  • This PR is safe to merge — it is a mechanical, internally consistent version bump with no logic changes.
  • All six changed files perform the same two mechanical operations: replacing the Helm scaffold placeholder appVersion "1.16.0" with "v0.3.0", and pinning mutable "main" image tags to the fixed "v0.3.0" release tag. The changes are fully consistent across all three charts and their sub-charts, no template logic is touched, and there are no structural issues.
  • No files require special attention.

Important Files Changed

Filename Overview
charts/topograph/Chart.yaml appVersion updated from the scaffolded placeholder "1.16.0" to "v0.3.0"; chart version and dependency versions are all consistently set to 0.3.0.
charts/topograph/charts/node-data-broker/Chart.yaml appVersion updated from the scaffolded placeholder "1.16.0" to "v0.3.0"; consistent with parent chart and sibling chart.
charts/topograph/charts/node-data-broker/values.yaml initc init-container image tag pinned from "main" to "v0.3.0"; the main daemonset image (curlimages/curl:8.13.0) is unchanged.
charts/topograph/charts/node-observer/Chart.yaml appVersion updated from "1.16.0" to "v0.3.0"; consistent with all other charts in this release.
charts/topograph/charts/node-observer/values.yaml Image tag pinned from "main" to "v0.3.0"; fully consistent with the other values files.
charts/topograph/values.yaml Root chart image tag pinned from "main" to "v0.3.0"; no other changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[charts/topograph\nChart.yaml\nversion: 0.3.0\nappVersion: v0.3.0] --> B[charts/node-data-broker\nChart.yaml\nversion: 0.3.0\nappVersion: v0.3.0]
    A --> C[charts/node-observer\nChart.yaml\nversion: 0.3.0\nappVersion: v0.3.0]

    B --> D[node-data-broker/values.yaml\nimage: curlimages/curl:8.13.0\ninitc.image: ghcr.io/nvidia/topograph:v0.3.0]
    C --> E[node-observer/values.yaml\nimage: ghcr.io/nvidia/topograph:v0.3.0]
    A --> F[topograph/values.yaml\nimage: ghcr.io/nvidia/topograph:v0.3.0]

    style A fill:#76b900,color:#fff
    style B fill:#76b900,color:#fff
    style C fill:#76b900,color:#fff
    style D fill:#76b900,color:#fff
    style E fill:#76b900,color:#fff
    style F fill:#76b900,color:#fff
Loading

Reviews (2): Last reviewed commit: "draft v0.3.0 release" | Re-trigger Greptile

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.00%. Comparing base (00fb49d) to head (1762692).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #240   +/-   ##
=======================================
  Coverage   67.00%   67.00%           
=======================================
  Files          82       82           
  Lines        4676     4676           
=======================================
  Hits         3133     3133           
  Misses       1432     1432           
  Partials      111      111           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Signed-off-by: Dmitry Shmulevich <dshmulevich@nvidia.com>
@dmitsh dmitsh merged commit c0e0c38 into main Mar 24, 2026
6 checks passed
@dmitsh dmitsh deleted the v0.3.0 branch March 24, 2026 18:33
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.

1 participant