Skip to content

Commit a4325f9

Browse files
authored
Merge pull request rook#14227 from travisn/release-1.13.9
build: Update the release version to v1.13.9
2 parents b72fca4 + 0ef5e6d commit a4325f9

File tree

12 files changed

+27
-27
lines changed

12 files changed

+27
-27
lines changed

Documentation/Getting-Started/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To configure the Ceph storage cluster, at least one of these local storage optio
3636
A simple Rook cluster is created for Kubernetes with the following `kubectl` commands and [example manifests](https://github.com/rook/rook/blob/master/deploy/examples).
3737

3838
```console
39-
$ git clone --single-branch --branch v1.13.8 https://github.com/rook/rook.git
39+
$ git clone --single-branch --branch v1.13.9 https://github.com/rook/rook.git
4040
cd rook/deploy/examples
4141
kubectl create -f crds.yaml -f common.yaml -f operator.yaml
4242
kubectl create -f cluster.yaml

Documentation/Storage-Configuration/Monitoring/ceph-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ There are two sources for metrics collection:
4444
From the root of your locally cloned Rook repo, go the monitoring directory:
4545

4646
```console
47-
$ git clone --single-branch --branch v1.13.8 https://github.com/rook/rook.git
47+
$ git clone --single-branch --branch v1.13.9 https://github.com/rook/rook.git
4848
cd rook/deploy/examples/monitoring
4949
```
5050

Documentation/Upgrade/rook-upgrade.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ With this upgrade guide, there are a few notes to consider:
7878

7979
Unless otherwise noted due to extenuating requirements, upgrades from one patch release of Rook to
8080
another are as simple as updating the common resources and the image of the Rook operator. For
81-
example, when Rook v1.13.8 is released, the process of updating from v1.13.0 is as simple as running
81+
example, when Rook v1.13.9 is released, the process of updating from v1.13.0 is as simple as running
8282
the following:
8383

8484
```console
85-
git clone --single-branch --depth=1 --branch v1.13.8 https://github.com/rook/rook.git
85+
git clone --single-branch --depth=1 --branch v1.13.9 https://github.com/rook/rook.git
8686
cd rook/deploy/examples
8787
```
8888

@@ -94,7 +94,7 @@ Then, apply the latest changes from v1.13, and update the Rook Operator image.
9494

9595
```console
9696
kubectl apply -f common.yaml -f crds.yaml
97-
kubectl -n rook-ceph set image deploy/rook-ceph-operator rook-ceph-operator=rook/ceph:v1.13.8
97+
kubectl -n rook-ceph set image deploy/rook-ceph-operator rook-ceph-operator=rook/ceph:v1.13.9
9898
```
9999

100100
As exemplified above, it is a good practice to update Rook common resources from the example
@@ -129,7 +129,7 @@ In order to successfully upgrade a Rook cluster, the following prerequisites mus
129129
## Rook Operator Upgrade
130130

131131
The examples given in this guide upgrade a live Rook cluster running `v1.12.11` to
132-
the version `v1.13.8`. This upgrade should work from any official patch release of Rook v1.12 to any
132+
the version `v1.13.9`. This upgrade should work from any official patch release of Rook v1.12 to any
133133
official patch release of v1.13.
134134

135135
Let's get started!
@@ -156,7 +156,7 @@ by the Operator. Also update the Custom Resource Definitions (CRDs).
156156
Get the latest common resources manifests that contain the latest changes.
157157

158158
```console
159-
git clone --single-branch --depth=1 --branch v1.13.8 https://github.com/rook/rook.git
159+
git clone --single-branch --depth=1 --branch v1.13.9 https://github.com/rook/rook.git
160160
cd rook/deploy/examples
161161
```
162162

@@ -195,7 +195,7 @@ The largest portion of the upgrade is triggered when the operator's image is upd
195195
When the operator is updated, it will proceed to update all of the Ceph daemons.
196196

197197
```console
198-
kubectl -n $ROOK_OPERATOR_NAMESPACE set image deploy/rook-ceph-operator rook-ceph-operator=rook/ceph:v1.13.8
198+
kubectl -n $ROOK_OPERATOR_NAMESPACE set image deploy/rook-ceph-operator rook-ceph-operator=rook/ceph:v1.13.9
199199
```
200200

201201
### **3. Update Ceph CSI**
@@ -225,16 +225,16 @@ watch --exec kubectl -n $ROOK_CLUSTER_NAMESPACE get deployments -l rook_cluster=
225225
```
226226

227227
As an example, this cluster is midway through updating the OSDs. When all deployments report `1/1/1`
228-
availability and `rook-version=v1.13.8`, the Ceph cluster's core components are fully updated.
228+
availability and `rook-version=v1.13.9`, the Ceph cluster's core components are fully updated.
229229

230230
```console
231231
Every 2.0s: kubectl -n rook-ceph get deployment -o j...
232232

233-
rook-ceph-mgr-a req/upd/avl: 1/1/1 rook-version=v1.13.8
234-
rook-ceph-mon-a req/upd/avl: 1/1/1 rook-version=v1.13.8
235-
rook-ceph-mon-b req/upd/avl: 1/1/1 rook-version=v1.13.8
236-
rook-ceph-mon-c req/upd/avl: 1/1/1 rook-version=v1.13.8
237-
rook-ceph-osd-0 req/upd/avl: 1// rook-version=v1.13.8
233+
rook-ceph-mgr-a req/upd/avl: 1/1/1 rook-version=v1.13.9
234+
rook-ceph-mon-a req/upd/avl: 1/1/1 rook-version=v1.13.9
235+
rook-ceph-mon-b req/upd/avl: 1/1/1 rook-version=v1.13.9
236+
rook-ceph-mon-c req/upd/avl: 1/1/1 rook-version=v1.13.9
237+
rook-ceph-osd-0 req/upd/avl: 1// rook-version=v1.13.9
238238
rook-ceph-osd-1 req/upd/avl: 1/1/1 rook-version=v1.12.11
239239
rook-ceph-osd-2 req/upd/avl: 1/1/1 rook-version=v1.12.11
240240
```
@@ -246,13 +246,13 @@ An easy check to see if the upgrade is totally finished is to check that there i
246246
# kubectl -n $ROOK_CLUSTER_NAMESPACE get deployment -l rook_cluster=$ROOK_CLUSTER_NAMESPACE -o jsonpath='{range .items[*]}{"rook-version="}{.metadata.labels.rook-version}{"\n"}{end}' | sort | uniq
247247
This cluster is not yet finished:
248248
rook-version=v1.12.11
249-
rook-version=v1.13.8
249+
rook-version=v1.13.9
250250
This cluster is finished:
251-
rook-version=v1.13.8
251+
rook-version=v1.13.9
252252
```
253253

254254
### **5. Verify the updated cluster**
255255

256-
At this point, the Rook operator should be running version `rook/ceph:v1.13.8`.
256+
At this point, the Rook operator should be running version `rook/ceph:v1.13.9`.
257257

258258
Verify the CephCluster health using the [health verification doc](health-verification.md).

deploy/charts/rook-ceph/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image:
77
repository: rook/ceph
88
# -- Image tag
99
# @default -- `master`
10-
tag: v1.13.8
10+
tag: v1.13.9
1111
# -- Image pull policy
1212
pullPolicy: IfNotPresent
1313

deploy/examples/direct-mount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
dnsPolicy: ClusterFirstWithHostNet
1919
containers:
2020
- name: rook-direct-mount
21-
image: rook/ceph:v1.13.8
21+
image: rook/ceph:v1.13.9
2222
command: ["/bin/bash"]
2323
args: ["-m", "-c", "/usr/local/bin/toolbox.sh"]
2424
imagePullPolicy: IfNotPresent

deploy/examples/images.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
99
registry.k8s.io/sig-storage/csi-resizer:v1.10.0
1010
registry.k8s.io/sig-storage/csi-snapshotter:v7.0.1
11-
rook/ceph:v1.13.8
11+
rook/ceph:v1.13.9

deploy/examples/multus-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ spec:
101101
serviceAccountName: rook-ceph-multus-validation
102102
containers:
103103
- name: multus-validation
104-
image: rook/ceph:v1.13.8
104+
image: rook/ceph:v1.13.9
105105
command: ["rook"]
106106
args:
107107
- "multus"

deploy/examples/operator-openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ spec:
663663
serviceAccountName: rook-ceph-system
664664
containers:
665665
- name: rook-ceph-operator
666-
image: rook/ceph:v1.13.8
666+
image: rook/ceph:v1.13.9
667667
args: ["ceph", "operator"]
668668
securityContext:
669669
runAsNonRoot: true

deploy/examples/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ spec:
588588
serviceAccountName: rook-ceph-system
589589
containers:
590590
- name: rook-ceph-operator
591-
image: rook/ceph:v1.13.8
591+
image: rook/ceph:v1.13.9
592592
args: ["ceph", "operator"]
593593
securityContext:
594594
runAsNonRoot: true

deploy/examples/osd-purge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
serviceAccountName: rook-ceph-purge-osd
2929
containers:
3030
- name: osd-removal
31-
image: rook/ceph:v1.13.8
31+
image: rook/ceph:v1.13.9
3232
# TODO: Insert the OSD ID in the last parameter that is to be removed
3333
# The OSD IDs are a comma-separated list. For example: "0" or "0,2".
3434
# If you want to preserve the OSD PVCs, set `--preserve-pvc true`.

0 commit comments

Comments
 (0)