You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release/release-tasks.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,17 +99,17 @@ This comes down to changing occurrences of the old version to the new version, e
99
99
* v1beta1: `v1.0`, `v1.2`, `v1.3` (will change with each new release)
100
100
2. Update providers in `docker.yaml`:
101
101
1. Add a new `v1.3.0` entry.
102
-
2. Remove providers that are not used anymore (for `v1.4` we don't have to remove any).
102
+
2. Remove providers that are not used anymore in clusterctl upgrade tests.
103
103
3. Change `v1.3.99` to `v1.4.99`.
104
104
3. Adjust `metadata.yaml`'s:
105
105
1. Create a new `v1.3``metadata.yaml` (`test/e2e/data/shared/v1.3/metadata.yaml`) by copying
106
106
`test/e2e/data/shared/main/metadata.yaml`
107
107
2. Add the new release to the main `metadata.yaml` (`test/e2e/data/shared/main/metadata.yaml`).
108
-
3. Remove old `metadata.yaml`'s that are not used anymore (for `v1.4` we don't have to remove any).
108
+
3. Remove old `metadata.yaml`'s that are not used anymore in clusterctl upgrade tests.
109
109
4. Adjust cluster templates in `test/e2e/data/infrastructure-docker`:
110
110
1. Create a new `v1.3` folder. It should be created based on the `main` folder and only contain the templates
111
111
we use in the clusterctl upgrade tests (as of today `cluster-template` and `cluster-template-topology`).
112
-
2. Remove old folders that are not used anymore (for `v1.4` we don't have to remove any).
112
+
2. Remove old folders that are not used anymore in clusterctl upgrade tests.
113
113
5. Modify the test specs in `test/e2e/clusterctl_upgrade_test.go` (according to the versions we want to test described above).
114
114
Please note that both `InitWithKubernetesVersion` and `WorkloadKubernetesVersion` should be the highest mgmt cluster version supported by the respective Cluster API version.
115
115
2. Update `create-local-repository.py` and `tools/tilt-prepare/main.go`: `v1.3.99` => `v1.4.99`.
0 commit comments