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
This will trigger a [release GitHub action](https://github.com/rancher-sandbox/cluster-api-addon-provider-fleet/actions/workflows/release.yaml) that creates a release with `CAAPF` components.
49
49
50
50
4. Wait for the [update metadata](https://github.com/rancher/cluster-api-addon-provider-fleet/blob/main/.github/workflows/update-metadata.yaml) workflow to pass successfully.
51
-
This workflow will update the `metadata.yaml` file in the root of the repository preparing it for the next release.
51
+
This workflow will update the `metadata.yaml` file in the root of the repository preparing it for the next release. It will open a [PR](https://github.com/rancher/cluster-api-addon-provider-fleet/pull/309), which needs to be merged before the next minor version release can be cut.
52
+
53
+
**WARNING: Out of date published metadata.yaml file will cause upstream install via clusterctl to fail**
54
+
55
+
5. Perform Downstream Build
56
+
57
+
Perform the downstream build forthe release tag using the CAAPF GitHub action. Specific steps and references for this process can be found by askingin the `#team-rancher-highlander` channel.
58
+
52
59
53
60
## Versioning
54
61
@@ -97,4 +104,4 @@ The `release-X` branches contain stable, backwards compatible code. On every maj
97
104
CAAPF maintains the most recent release/releases for all supported APIs. Support for this section refers to the ability to backport and release patch versions; [backport policy](#backporting) is defined above.
98
105
99
106
- The API version is determined from the GroupVersion defined in the `#[kube(...)]` derive macro inside `./src/api`.
100
-
- For the current stable API version (v1alpha1) we support the two most recent minor releases; older minor releases are immediately unsupported when a new major/minor release is available.
107
+
- For the current stable API version (v1alpha1) we support the two most recent minor releases; older minor releases are immediately unsupported when a new major/minor release is available.
0 commit comments