Skip to content

Commit 5ea91d8

Browse files
Merge pull request #578 from elfosardo/update-ironic-irso
Update Ironic and IrSO supported versions
2 parents 8fa0c45 + 6d233a5 commit 5ea91d8

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

docs/user-guide/src/irso/database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
credentialsName: secret-with-user-password
2222
host: mariadb.hostname.example.com
2323
name: database-name
24-
version: "27.0"
24+
version: "32.0"
2525
```
2626
2727
If your database uses TLS, provide the name of the secret with the CA
@@ -160,5 +160,5 @@ follows:
160160
credentialsName: ironic-user
161161
host: database-server.mariadb.svc
162162
name: ironic-database
163-
version: "27.0"
163+
version: "32.0"
164164
```

docs/user-guide/src/irso/install-basics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ metadata:
9393
name: ironic
9494
namespace: test-ironic
9595
spec:
96-
version: "30.0"
96+
version: "32.0"
9797
```
9898
9999
**HINT:** there is need to configure API credentials: IrSO will generate a
@@ -112,7 +112,7 @@ metadata:
112112
spec:
113113
deployRamdisk:
114114
sshKey: "ssh-ed25519 AAAAC3..."
115-
version: "30.0"
115+
version: "32.0"
116116
```
117117
118118
**WARNING:** the provided SSH key will **not** be installed on the machines
@@ -161,7 +161,7 @@ spec:
161161
ipAddressManager: keepalived
162162
tls:
163163
certificateName: ironic-tls
164-
version: "30.0"
164+
version: "32.0"
165165
```
166166

167167
Now you can access Ironic either via the service or at `192.0.2.1:6385`.
@@ -188,7 +188,7 @@ spec:
188188
ipAddressManager: keepalived
189189
tls:
190190
certificateName: ironic-tls
191-
version: "30.0"
191+
version: "32.0"
192192
```
193193

194194
**NOTE:** when the DHCP range is not provided, IrSO will pick one for you. In

docs/user-guide/src/irso/introduction.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ On every source code change, a new IrSO image is built and published at
2323
we also publish a manifest for each release. You can install it this way:
2424

2525
```console
26-
IRSO_VERSION=0.5.1
26+
IRSO_VERSION=0.6.0
2727
kubectl apply -f \
2828
https://github.com/metal3-io/ironic-standalone-operator/releases/download/v${IRSO_VERSION}/install.yaml
2929
kubectl wait --for=condition=Available --timeout=120s \
@@ -91,9 +91,10 @@ values for each branch and release of the operator:
9191

9292
| Operator version | Ironic version(s) | Default version | Support status |
9393
| ---------------- | ------------------------------------ | --------------- | -------------- |
94-
| latest (main) | latest, 31.0, 30.0, 29.0, 28.0, 27.0 | latest | Supported |
94+
| latest (main) | latest, 32.0, 31.0, 30.0 | latest | Supported |
95+
| 0.6.0 | 32.0, 31.0, 30.0 | 32.0 | Supported |
9596
| 0.5.0 | 31.0, 30.0, 29.0, 28.0, 27.0 | 31.0 | Supported |
96-
| 0.4.0 | 30.0, 29.0, 28.0, 27.0 | 30.0 | Supported |
97+
| 0.4.0 | 30.0, 29.0, 28.0, 27.0 | 30.0 | EOL |
9798
| 0.3.0 | 29.0, 28.0, 27.0 | latest | EOL |
9899
| 0.2.0 | 28.0, 27.0 | latest | EOL |
99100
| 0.1.0 | 27.0 | latest | EOL |

docs/user-guide/src/version_support.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Following table summarizes Ironic-image release/test process:
7777

7878
| Minor release | Status | Ironic Branch |
7979
| ------------- | --------- | ------------------ |
80+
| v32.0 | Supported | stable/2025.2 |
8081
| v31.0 | Supported | bugfix/31.0 |
8182
| v30.0 | Supported | bugfix/30.0 |
8283
| v29.0 | Supported | stable/2025.1 |

0 commit comments

Comments
 (0)