Release history for NVIDIA Infra Controller, including new capabilities, compatibility information, upgrade requirements, and fixes.
Refer to the Release and QA Process page for more information on how new releases are created and tested.
NVIDIA Infra Controller v2.0
NICo v2.0 is scheduled for release in late July, 2026.
Upgrade note: REST database consolidation
The NICo REST API database has moved from a standalone PostgreSQL instance to the shared Zalando-managed nico-pg-cluster. A new nico_rest database and nico-rest.nico user are provisioned automatically (gated on rest.enabled: true). Database credentials are now synced by External Secrets Operator as the nico-rest-pg-creds secret in the nico-rest namespace, replacing the former db-creds secret.
To upgrade from v0.x, do the following:
- Back up the REST database from the old standalone PostgreSQL pod.
- Run
setup.shas normal to provision the new database and apply the ESO secret sync. - (Optional) Migrate data from the backup into
nico_restonnico-pg-clusterif you need to preserve existing REST state. - Confirm
nico-rest-pg-credsexists in thenico-restnamespace before you start thenico-rest-dbmigration job
NVIDIA Infra Controller v0.8
NVIDIA Infra Controller v0.8 introduced a unified documentation site, simplified deployment, and expanded rack-level administration for GB200 systems.
NVIDIA Infra Controller v0.2
NVIDIA Infra Controller v0.2 made the project available as open-source software and expanded its APIs, orchestration, and hardware lifecycle support.
NVIDIA Infra Controller EA
NVIDIA Infra Controller EA introduced a self-hosted, disconnected deployment model with source and build instructions that do not depend on NGC.