File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed
Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ git tag v0.0.20 HEAD
4242git push gerrit v0.0.20
4343```
4444
45+ Once the new release is deployed, update the "sf_operator_stable_version" variable in zuul.d/jobs.yaml.
4546
4647# Release Automation
4748
48- The release process is currently manual. This section will be updated once the automation is in place.
49+ The release process is currently manual. This section will be updated once the automation is in place.
Original file line number Diff line number Diff line change 1- # The goal of this playbook is to validate the upgrade to 0.0.63
2- # by reproducing a deployment that went from 0.0.60 (before ZK HA) to 0.0.60 (to trigger ZK HA secret issue)
3- - name : " Perform upgrade from 0.0.60"
1+ - name : " Perform upgrade test"
42 hosts : controller
53 tasks :
6- - name : Deploy version before ZooKeeper HA
7- command : ./hack/deploy-version.sh v0.0.60
8- args :
9- chdir : " {{ zuul.project.src_dir }}"
10-
11- - name : Deploy version with incompleted ZooKeeper HA (deploying this one first would work because the secrets would be properly created)
12- command : ./hack/deploy-version.sh v0.0.62
4+ - name : Deploy last stable version
5+ command : ./hack/deploy-version.sh "{{ sf_operator_stable_version }}"
136 args :
147 chdir : " {{ zuul.project.src_dir }}"
158
Original file line number Diff line number Diff line change 120120 run : playbooks/minikube-upgrade.yaml
121121 vars :
122122 with_loki : false
123+ sf_operator_stable_version : v0.0.64
You can’t perform that action at this time.
0 commit comments