Skip to content

Commit 05cd76c

Browse files
Add docs to Azure v25.0.0 (#1324)
1 parent bd7880c commit 05cd76c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

azure/v25.0.0/README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
# :zap: Giant Swarm Release v25.0.0 for CAPZ :zap:
1+
# :zap: Giant Swarm Release v25.0.0 for Azure :zap:
2+
3+
We are happy to announce the first release for Azure that uses the new release framework.
4+
5+
## Migration to new releases flow
6+
7+
In order to consume the new flow, the following two fields need to be manually adapted:
8+
9+
* In ConfigMap `<cluster name>-userconfig` set `.Values.global.release` to the release version, e.g. `25.0.0`.
10+
* In App `<cluster name>` remove the `spec.version` field. In case of GitOps, Flux might complain that the app manifest is invalid as the `spec.version` field is mandatory. In that case, edit the live App CR and set `spec.version` to an empty string. That will unblock Flux and allow it reconcile successfully.
11+
12+
And if you want to use `kubectl-gs` to create a cluster, you'd need to now specify the release version, e.g.:
13+
14+
```bash
15+
kubectl-gs template cluster --provider capz --organization my-org --name cluster_name --region westeurope --azure-subscription-id AZURE_ID --release 25.0.0
16+
```

azure/v25.0.0/announcement.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**Workload cluster release v25.0.0 for Azure is available**. We are happy to announce the first release for Azure that uses the new release framework.
2+
3+
Further details can be found in the [release notes](https://docs.giantswarm.io/changes/workload-cluster-releases-azure/releases/azure-25.0.0/).

0 commit comments

Comments
 (0)