Skip to content

Commit 2187e4f

Browse files
Merge pull request Mellanox#202 from rollandf/platform-vars
fix: use variable for versions in Platform
2 parents b981859 + 3acd37b commit 2187e4f

File tree

3 files changed

+36
-30
lines changed

3 files changed

+36
-30
lines changed

docs/common/vars.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@
2121
.. |node-feature-discovery-version| replace:: v0.15.6
2222
.. |doca-driver-build-commit| replace:: a8a0f73337303b41111e1a46500f110d3663bfa0
2323
.. |nic-configuration-operator-version| replace:: v1.0.0
24+
.. |maintenance-operator-version| replace:: v0.2.1
25+
.. |ovs-cni-version| replace:: v0.38.2
26+
.. |rdma-cni-version| replace:: v1.3.0

docs/platform-support.rst

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -277,169 +277,169 @@ The following component versions are deployed by **NVIDIA Network Operator**:
277277
- Notes
278278
* - `NVIDIA Network Operator <https://github.com/Mellanox/network-operator>`_
279279
- NVIDIA (OSS)
280-
- nvcr.io/nvstaging/mellanox
280+
- nvcr.io/nvidia/cloud-native
281281
- network-operator
282-
- v25.4.0-beta.1
282+
- |network-operator-version|
283283
- Yes
284284
-
285285
* - `NVIDIA Network Operator <https://github.com/Mellanox/network-operator>`_
286286
- NVIDIA (OSS)
287287
- ghcr.io/mellanox
288288
- network-operator-init-container
289-
- v0.0.3
289+
- |doca-init-container-version|
290290
- Yes
291291
-
292292
* - `DOCA-OFED Driver Container <https://catalog.ngc.nvidia.com/orgs/nvidia/teams/mellanox/containers/doca-driver>`_
293293
- NVIDIA (EULA)
294-
- nvcr.io/nvstaging/mellanox
294+
- nvcr.io/nvidia/mellanox
295295
- doca-driver
296-
- 25.04-0.3.8.0-0
296+
- |doca-driver-version|
297297
- Yes
298-
- LTS version: 24.10-0.7.0.0-0
298+
- LTS version: |doca-driver-version-lts|
299299
* - `RDMA Shared Device Plugin <https://github.com/Mellanox/k8s-rdma-shared-dev-plugin>`_
300300
- NVIDIA (OSS)
301301
- ghcr.io/mellanox
302302
- k8s-rdma-shared-dev-plugin
303-
- v1.5.2
303+
- |k8s-rdma-shared-dev-plugin-version|
304304
- Yes
305305
-
306306
* - `IB Kubernetes Plugin <https://github.com/Mellanox/ib-kubernetes>`_
307307
- NVIDIA (OSS)
308308
- ghcr.io/mellanox
309309
- ib-kubernetes
310-
- v1.1.0
310+
- |ib-kubernetes-version|
311311
- Yes
312312
-
313313
* - `IP Over Infiniband (IPoIB) CNI plugin <https://github.com/Mellanox/ipoib-cni>`_
314314
- NVIDIA (OSS)
315315
- ghcr.io/mellanox
316316
- ipoib-cni
317-
- v1.1.0
317+
- |ipoib-cni-version|
318318
- Yes
319319
-
320320
* - `NVIDIA IPAM Plugin <https://github.com/Mellanox/nvidia-k8s-ipam>`_
321321
- NVIDIA (OSS)
322322
- ghcr.io/mellanox
323323
- nvidia-k8s-ipam
324-
- v0.3.6
324+
- |nvidia-ipam-version|
325325
- Yes
326326
-
327327
* - `NVIDIA NIC Feature Discovery <https://github.com/Mellanox/nic-feature-discovery>`_
328328
- NVIDIA (OSS)
329329
- ghcr.io/mellanox
330330
- nic-feature-discovery
331-
- v0.0.1
331+
- |nic-feature-discovery-version|
332332
- Yes
333333
-
334334
* - `DOCA Telemetry Service (DTS) <https://catalog.ngc.nvidia.com/orgs/nvidia/teams/doca/containers/doca_telemetry>`_
335335
- NVIDIA (EULA)
336336
- nvcr.io/nvidia/doca
337337
- doca_telemetry
338-
- 1.16.5-doca2.6.0-host
338+
- |doca-telemetry-version|
339339
- Yes
340340
-
341341
* - `Node Feature Discovery <https://github.com/kubernetes-sigs/node-feature-discovery>`_
342342
- Community (OSS)
343343
- registry.k8s.io/nfd
344344
- node-feature-discovery
345-
- v0.15.6
345+
- |node-feature-discovery-version|
346346
- Yes
347347
- Optionally deployed. May already be present in the cluster with proper configuration.
348348
* - `SRIOV Network Operator <https://github.com/k8snetworkplumbingwg/sriov-network-operator>`_
349349
- Community (OSS)
350-
- nvcr.io/nvstaging/mellanox
350+
- nvcr.io/nvidia/mellanox
351351
- sriov-network-operator
352-
- network-operator-25.4.0-beta.1
352+
- |sriovnetop-version|
353353
- Yes
354354
-
355355
* - `SRIOV Network Operator <https://github.com/k8snetworkplumbingwg/sriov-network-operator>`_
356356
- Community (OSS)
357-
- nvcr.io/nvstaging/mellanox
357+
- nvcr.io/nvidia/mellanox
358358
- sriov-network-operator-webhook
359-
- network-operator-25.4.0-beta.1
359+
- |sriovnetop-version|
360360
- Yes
361361
-
362362
* - `SRIOV Network Operator <https://github.com/k8snetworkplumbingwg/sriov-network-operator>`_
363363
- Community (OSS)
364-
- nvcr.io/nvstaging/mellanox
364+
- nvcr.io/nvidia/mellanox
365365
- sriov-network-operator-config-daemon
366-
- network-operator-25.4.0-beta.1
366+
- |sriovnetop-version|
367367
- Yes
368368
-
369369
* - `SR-IOV Network Device Plugin <https://github.com/k8snetworkplumbingwg/sriov-network-device-plugin>`_
370370
- Community (OSS)
371371
- ghcr.io/k8snetworkplumbingwg
372372
- sriov-network-device-plugin
373-
- v3.9.0
373+
- |sriovnetop-sriov-device-plugin-version|
374374
- Yes
375375
-
376376
* - `SR-IOV CNI plugin <https://github.com/k8snetworkplumbingwg/sriov-cni>`_
377377
- Community (OSS)
378378
- ghcr.io/k8snetworkplumbingwg
379379
- sriov-cni
380-
- v2.8.1
380+
- |sriovnetop-sriov-cni-version|
381381
- Yes
382382
-
383383
* - `InfiniBand SR-IOV CNI plugin <https://github.com/k8snetworkplumbingwg/ib-sriov-cni>`_
384384
- Community (OSS)
385385
- ghcr.io/k8snetworkplumbingwg
386386
- ib-sriov-cni
387-
- v1.1.1
387+
- |sriovnetop-ib-sriov-cni-version|
388388
- Yes
389389
-
390390
* - `K8s CNI network plugins <https://github.com/containernetworking/plugins>`_
391391
- Community (OSS)
392392
- ghcr.io/k8snetworkplumbingwg
393393
- plugins
394-
- v1.6.2
394+
- |cni-plugins-version|
395395
- Yes
396396
-
397397
* - `Multus CNI <https://github.com/k8snetworkplumbingwg/multus-cni>`_
398398
- Community (OSS)
399399
- ghcr.io/k8snetworkplumbingwg
400400
- multus-cni
401-
- v4.1.0
401+
- |multus-version|
402402
- Yes
403403
-
404404
* - `Whereabouts IPAM Plugin <https://github.com/k8snetworkplumbingwg/whereabouts>`_
405405
- Community (OSS)
406406
- ghcr.io/k8snetworkplumbingwg
407407
- whereabouts
408-
- v0.7.0
408+
- |whereabouts-version|
409409
- Yes
410410
-
411411
* - `RDMA CNI plugin <https://github.com/k8snetworkplumbingwg/rdma-cni>`_
412412
- Community (OSS)
413413
- ghcr.io/k8snetworkplumbingwg
414414
- rdma-cni
415-
- v1.2.0
415+
- |rdma-cni-version|
416416
- Yes
417417
-
418418
* - `Open vSwitch CNI plugin <https://github.com/k8snetworkplumbingwg/ovs-cni>`_
419419
- Community (OSS)
420420
- ghcr.io/k8snetworkplumbingwg
421421
- ovs-cni-plugin
422-
- v0.37.0
422+
- |ovs-cni-version|
423423
- No
424424
-
425425
* - `NVIDIA NIC Configuration Operator <https://github.com/Mellanox/nic-configuration-operator>`_
426426
- NVIDIA (OSS)
427427
- ghcr.io/mellanox
428428
- nic-configuration-operator
429-
- v0.1.18
429+
- |nic-configuration-operator-version|
430430
- No
431431
-
432432
* - `NVIDIA NIC Configuration Operator <https://github.com/Mellanox/nic-configuration-operator>`_
433433
- NVIDIA (OSS)
434434
- ghcr.io/mellanox
435435
- nic-configuration-operator-daemon
436-
- v0.1.18
436+
- |nic-configuration-operator-version|
437437
- No
438438
-
439439
* - `NVIDIA Maintenance Operator <https://github.com/Mellanox/maintenance-operator>`_
440440
- NVIDIA (OSS)
441441
- ghcr.io/mellanox
442442
- maintenance-operator
443-
- v0.2.0
443+
- |maintenance-operator-version|
444444
- No
445445
-

hack/release/templates/vars/vars.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@
2121
.. |node-feature-discovery-version| replace:: v0.15.6
2222
.. |doca-driver-build-commit| replace:: {{ .DocaDriverBuildCommitHash }}
2323
.. |nic-configuration-operator-version| replace:: {{ .NicConfigurationOperator.Version }}
24+
.. |maintenance-operator-version| replace:: {{ .MaintenanceOperator.Version }}
25+
.. |ovs-cni-version| replace:: {{ .OVSCni.Version }}
26+
.. |rdma-cni-version| replace:: {{ .RDMACni.Version }}

0 commit comments

Comments
 (0)