Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]

## [0.5.0] - 2026-06-30

### Added

- **Graph engine** (`engine: graph`) for canonical topology graph output ([#314](https://github.com/NVIDIA/topograph/pull/314)).
Expand Down Expand Up @@ -84,6 +86,8 @@ node-data-broker:

**InfiniBand (`infiniband-k8s`) deployments** that override the broker image to `ghcr.io/nvidia/topograph/ib` for `ibnetdiscover` should continue to do so until IB tooling is folded into the main Topograph image.

[Full changelog](https://github.com/NVIDIA/topograph/compare/v0.4.0...v0.5.0)

---

## [0.4.0] - 2026-05-14
Expand Down Expand Up @@ -193,7 +197,8 @@ Initial release.

---

[Unreleased]: https://github.com/NVIDIA/topograph/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/NVIDIA/topograph/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/NVIDIA/topograph/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/NVIDIA/topograph/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/NVIDIA/topograph/compare/v0.1.0...v0.3.0
[0.1.0]: https://github.com/NVIDIA/topograph/releases/tag/v0.1.0
8 changes: 4 additions & 4 deletions charts/topograph/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.0
version: 0.5.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.4.0"
appVersion: "v0.5.0"

dependencies:
- name: node-data-broker
version: 0.4.0
version: 0.5.0
repository: "file://charts/node-data-broker"
- name: node-observer
version: 0.4.0
version: 0.5.0
repository: "file://charts/node-observer"
4 changes: 2 additions & 2 deletions charts/topograph/charts/node-data-broker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.0
version: 0.5.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.4.0"
appVersion: "v0.5.0"
4 changes: 2 additions & 2 deletions charts/topograph/charts/node-observer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.0
version: 0.5.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.4.0"
appVersion: "v0.5.0"
Loading