diff --git a/CHANGELOG.md b/CHANGELOG.md index 527e901b..847572ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)). @@ -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 @@ -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 diff --git a/charts/topograph/Chart.yaml b/charts/topograph/Chart.yaml index fc0fc926..bc6b1378 100644 --- a/charts/topograph/Chart.yaml +++ b/charts/topograph/Chart.yaml @@ -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" diff --git a/charts/topograph/charts/node-data-broker/Chart.yaml b/charts/topograph/charts/node-data-broker/Chart.yaml index e3ddb829..d8e66af3 100644 --- a/charts/topograph/charts/node-data-broker/Chart.yaml +++ b/charts/topograph/charts/node-data-broker/Chart.yaml @@ -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" diff --git a/charts/topograph/charts/node-observer/Chart.yaml b/charts/topograph/charts/node-observer/Chart.yaml index d99a0018..ee38f8ee 100644 --- a/charts/topograph/charts/node-observer/Chart.yaml +++ b/charts/topograph/charts/node-observer/Chart.yaml @@ -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"