Skip to content

Commit e7eae9d

Browse files
committed
docs: Add beta testing tasks to release process
1 parent 6c6b91a commit e7eae9d

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

.github/ISSUE_TEMPLATE/release_tracking.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Week 13:
4242
* [ ] [Release Lead] [Cut the v1.4.0-beta.0 release](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/release/release-tasks.md#repeatedly-cut-a-release)
4343
* [ ] [Release Lead] [Cut the v1.3.3 release](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/release/release-tasks.md#repeatedly-cut-a-release)
4444
* [ ] [Release Lead] [Create a new GitHub milestone for the next release](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/release/release-tasks.md#create-a-new-github-milestone-for-the-next-release)
45+
* [ ] [Communications Manager] [Communicate beta to providers](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/release/release-tasks.md#communicate-beta-to-providers)
4546

4647
Week 14:
4748
* [ ] [Release Lead] [Cut the v1.4.0-beta.1 release](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/release/release-tasks.md#repeatedly-cut-a-release)

docs/release/release-tasks.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ This document details the responsibilities and tasks for each role in the releas
3939
- [Change production branch in Netlify to the new release branch](#change-production-branch-in-netlify-to-the-new-release-branch)
4040
- [Update clusterctl links in the quickstart](#update-clusterctl-links-in-the-quickstart)
4141
- [Continuously: Communicate key dates to the community](#continuously-communicate-key-dates-to-the-community)
42+
- [Communicate beta to providers](#communicate-beta-to-providers)
4243
- [CI Signal/Bug Triage/Automation Manager](#ci-signalbug-triageautomation-manager)
4344
- [Responsibilities](#responsibilities-2)
4445
- [Tasks](#tasks-2)
@@ -373,6 +374,30 @@ Stakeholders are: (TBD)
373374
* Provider implementers
374375
* ...
375376

377+
#### Communicate beta to providers
378+
379+
The goal of this task is to inform all providers that a new beta.0 version a release is out and that it should be tested. We want to prevent issues where providers don't have enough time to test before a new version of CAPI is released. This stems from a previous issue we are trying to avoid: https://github.com/kubernetes-sigs/cluster-api/issues/8498
380+
381+
We should inform at least the following providers via a new issue on their respective repos that a new version of CAPI is being released (provide the release date) and that the beta.0 version is ready for them to test.
382+
383+
- Addon provider helm: https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/issues/new
384+
- AWS: https://github.com/kubernetes-sigs/cluster-api-provider-aws/issues/new
385+
- Azure: https://github.com/kubernetes-sigs/cluster-api-provider-azure/issues/new
386+
- Cloudstack: https://github.com/kubernetes-sigs/cluster-api-provider-cloudstack/issues/new
387+
- Digital Ocean: https://github.com/kubernetes-sigs/cluster-api-provider-digitalocean/issues/new
388+
- GCP: https://github.com/kubernetes-sigs/cluster-api-provider-gcp/issues/new
389+
- Kubemark: https://github.com/kubernetes-sigs/cluster-api-provider-kubemark/issues/new
390+
- Kubevirt: https://github.com/kubernetes-sigs/cluster-api-provider-kubevirt/issues/new
391+
- IBMCloud: https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/issues/new
392+
- Nested: https://github.com/kubernetes-sigs/cluster-api-provider-nested/issues/new
393+
- OCI: https://github.com/oracle/cluster-api-provider-oci/issues/new
394+
- Openstack: https://github.com/kubernetes-sigs/cluster-api-provider-openstack/issues/new
395+
- Operator: https://github.com/kubernetes-sigs/cluster-api-operator/issues/new
396+
- Packet: https://github.com/kubernetes-sigs/cluster-api-provider-packet/issues/new
397+
- vSphere: https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/issues/new
398+
399+
TODO: Right now we don't have a template for this message but the Comms Team will provide one later.
400+
376401
## CI Signal/Bug Triage/Automation Manager
377402

378403
### Responsibilities

docs/release/releases/release-1.5.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The following table shows the preliminary dates for the `v1.5` release cycle.
1212
| *v1.3.x & v1.4.x released* | Release Lead | Tuesday 2nd May 2023 | week 5 |
1313
| *v1.3.x & v1.4.x released* | Release Lead | Tuesday 30th May 2023 | week 9 |
1414
| v1.5.0-beta.0 released | Release Lead | Tuesday 27th June 2023 | week 13 |
15+
| Communicate beta to providers | Comms Manager| Tuesday 27th June 2023 | week 13 |
1516
| *v1.3.x & v1.4.x released* | Release Lead | Tuesday 27th June 2023 | week 13 |
1617
| v1.5.0-beta.x released | Release Lead | Tuesday 4th July 2023 | week 14 |
1718
| release-1.5 branch created (**Begin [Code Freeze]**) | Release Lead | Tuesday 11th July 2023 | week 15 |

0 commit comments

Comments
 (0)