Skip to content

Commit 4aa557d

Browse files
tobiasgiesedpf-release
authored andcommitted
docs: bump DPF TAG and BFB in our guide to v25.7.0
* docs: bump DPF TAG and BFB in our guide to v25.7.0 * docs: bump DPF TAG and BFB in our guide to v25.7.0 Bump the DPF version to v25.7.0 to align with our next release. Further, bump the BFB, even if 3.1.0 is not published yet. Signed-off-by: Tobias Giese <[email protected]> (cherry picked from commit c82e1dc2a43a505563891ffdf7bdc4a546c467bf) 2bdd1c86 docs: bump DPF TAG and BFB in our guide to v25.7.0 Co-authored-by: Tobias Giese <[email protected]> Based on release-v25.7@60d104e1f6b79d70253c8a04b6940c77bacace11
1 parent e749336 commit 4aa557d

File tree

15 files changed

+24
-25
lines changed

15 files changed

+24
-25
lines changed

docs/public/developer-guides/api/dpuset.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ An update to the DPUSet can be done for upgrading the BFB or modifying provision
2121
These are the required steps for upgrading the BFB on a set of DPUs
2222
(The BFB is specified as part of the DPU Set CRD):
2323

24-
**1.** Create a BFB YAML that includes the required BFB file and also assigns a distinct name for the object (Different from
25-
the currently used BFB objects). After applying the YAML, the BFB will be
26-
[pulled from the specified URL](https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.0.0-135_25.04_ubuntu-22.04_prod.bfb)
27-
to the shared storage:
24+
**1.** Create a BFB YAML that includes the required BFB file and also assigns a distinct name for the object (Different
25+
from the currently used BFB objects). After applying the YAML, the BFB will be pulled from the specified URL to the
26+
shared storage:
2827

2928
```yaml
3029
---
@@ -34,7 +33,7 @@ metadata:
3433
name: bf-bundle-new
3534
namespace: dpf-operator-system
3635
spec:
37-
url: https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.0.0-135_25.04_ubuntu-22.04_prod.bfb
36+
url: https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.1.0-76_25.07_ubuntu-22.04_prod.bfb
3837
```
3938
4039
**2.** Update the DPUSet YAML to point to the new BFB object:

docs/public/user-guides/host-trusted/use-cases/hbn-ovnk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ export SERVICE_CIDR=10.233.0.0/18
133133
export REGISTRY=https://helm.ngc.nvidia.com/nvidia/doca
134134

135135
## The DPF TAG is the version of the DPF components which will be deployed in this guide.
136-
export TAG=v25.4.0
136+
export TAG=v25.7.0
137137

138138
## URL to the BFB used in the `bfb.yaml` and linked by the DPUSet.
139-
export BFB_URL="https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.0.0-135_25.04_ubuntu-22.04_prod.bfb"
139+
export BFB_URL="https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.1.0-76_25.07_ubuntu-22.04_prod.bfb"
140140
```
141141
</details>
142142

docs/public/user-guides/host-trusted/use-cases/hbn-ovnk/manifests/00-env-vars/envvars.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export SERVICE_CIDR=10.233.0.0/18
5050
export REGISTRY=https://helm.ngc.nvidia.com/nvidia/doca
5151

5252
## The DPF TAG is the version of the DPF components which will be deployed in this guide.
53-
export TAG=v25.4.0
53+
export TAG=v25.7.0
5454

5555
## URL to the BFB used in the `bfb.yaml` and linked by the DPUSet.
56-
export BFB_URL="https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.0.0-135_25.04_ubuntu-22.04_prod.bfb"
56+
export BFB_URL="https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.1.0-76_25.07_ubuntu-22.04_prod.bfb"

docs/public/user-guides/host-trusted/use-cases/hbn/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ export HBN_NGC_IMAGE_URL=nvcr.io/nvidia/doca/doca_hbn
7474
export REGISTRY=https://helm.ngc.nvidia.com/nvidia/doca
7575

7676
## The DPF TAG is the version of the DPF components which will be deployed in this guide.
77-
export TAG=v25.4.0
77+
export TAG=v25.7.0
7878

7979
## URL to the BFB used in the `bfb.yaml` and linked by the DPUSet.
80-
export BFB_URL="https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.0.0-135_25.04_ubuntu-22.04_prod.bfb"
80+
export BFB_URL="https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.1.0-76_25.07_ubuntu-22.04_prod.bfb"
8181
```
8282
</details>
8383

docs/public/user-guides/host-trusted/use-cases/hbn/manifests/00-env-vars/envvars.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export HBN_NGC_IMAGE_URL=nvcr.io/nvidia/doca/doca_hbn
2323
export REGISTRY=https://helm.ngc.nvidia.com/nvidia/doca
2424

2525
## The DPF TAG is the version of the DPF components which will be deployed in this guide.
26-
export TAG=v25.4.0
26+
export TAG=v25.7.0
2727

2828
## URL to the BFB used in the `bfb.yaml` and linked by the DPUSet.
29-
export BFB_URL="https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.0.0-135_25.04_ubuntu-22.04_prod.bfb"
29+
export BFB_URL="https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.1.0-76_25.07_ubuntu-22.04_prod.bfb"

docs/public/user-guides/host-trusted/use-cases/ovnk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ export SERVICE_CIDR=10.233.0.0/18
140140
export REGISTRY=https://helm.ngc.nvidia.com/nvidia/doca
141141

142142
## The DPF TAG is the version of the DPF components which will be deployed in this guide.
143-
export TAG=v25.4.0
143+
export TAG=v25.7.0
144144

145145
## URL to the BFB used in the `bfb.yaml` and linked by the DPUSet.
146-
export BFB_URL="https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.0.0-135_25.04_ubuntu-22.04_prod.bfb"
146+
export BFB_URL="https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.1.0-76_25.07_ubuntu-22.04_prod.bfb"
147147
```
148148
</details>
149149

docs/public/user-guides/host-trusted/use-cases/ovnk/manifests/00-env-vars/envvars.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export SERVICE_CIDR=10.233.0.0/18
5252
export REGISTRY=https://helm.ngc.nvidia.com/nvidia/doca
5353

5454
## The DPF TAG is the version of the DPF components which will be deployed in this guide.
55-
export TAG=v25.4.0
55+
export TAG=v25.7.0
5656

5757
## URL to the BFB used in the `bfb.yaml` and linked by the DPUSet.
58-
export BFB_URL="https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.0.0-135_25.04_ubuntu-22.04_prod.bfb"
58+
export BFB_URL="https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.1.0-76_25.07_ubuntu-22.04_prod.bfb"

docs/public/user-guides/host-trusted/use-cases/passthrough/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export REGISTRY=https://helm.ngc.nvidia.com/nvidia/doca
6060
export TAG=v25.7.0
6161

6262
## URL to the BFB used in the `bfb.yaml` and linked by the DPUSet.
63-
export BFB_URL="https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.0.0-135_25.04_ubuntu-22.04_prod.bfb"
63+
export BFB_URL="https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.1.0-76_25.07_ubuntu-22.04_prod.bfb"
6464
```
6565
</details>
6666

docs/public/user-guides/host-trusted/use-cases/passthrough/manifests/00-env-vars/envvars.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ export REGISTRY=https://helm.ngc.nvidia.com/nvidia/doca
1515
export TAG=v25.7.0
1616

1717
## URL to the BFB used in the `bfb.yaml` and linked by the DPUSet.
18-
export BFB_URL="https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.0.0-135_25.04_ubuntu-22.04_prod.bfb"
18+
export BFB_URL="https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.1.0-76_25.07_ubuntu-22.04_prod.bfb"

docs/public/user-guides/zero-trust/use-cases/hbn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export REGISTRY=https://helm.ngc.nvidia.com/nvidia/doca
8181
export TAG=v25.7.0
8282

8383
## URL to the BFB used in the `bfb.yaml` and linked by the DPUSet.
84-
export BFB_URL="https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.0.0-135_25.04_ubuntu-22.04_prod.bfb"
84+
export BFB_URL="https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.1.0-76_25.07_ubuntu-22.04_prod.bfb"
8585

8686
## IP_RANGE_START and IP_RANGE_END
8787
## These define the IP range for DPU discovery via Redfish/BMC interfaces

0 commit comments

Comments
 (0)