@@ -1030,8 +1030,7 @@ The following arguments are supported:
1030
1030
version number or 'latest'.
1031
1031
The Apache Airflow portion of the image version is a full semantic version that points to one of the
1032
1032
supported Apache Airflow versions, or an alias in the form of only major or major.minor versions specified.
1033
- ** Important** : In-place upgrade is only available using ` google-beta ` provider. It's because updating the
1034
- ` image_version ` is still in beta. Using ` google-beta ` provider, you can upgrade in-place between minor or
1033
+ ** Important** : In-place upgrade is only available between minor or
1035
1034
patch versions of Cloud Composer or Apache Airflow. For example, you can upgrade your environment from
1036
1035
` composer-1.16.x ` to ` composer-1.17.x ` , or from ` airflow-2.1.x ` to ` airflow-2.2.x ` . You cannot upgrade between
1037
1036
major Cloud Composer or Apache Airflow versions (from ` 1.x.x ` to ` 2.x.x ` ). To do so, create a new environment.
@@ -1461,7 +1460,10 @@ The following arguments are supported:
1461
1460
` composer-(([0-9]+)(\.[0-9]+\.[0-9]+(-preview\.[0-9]+)?)?|latest)-airflow-(([0-9]+)((\.[0-9]+)(\.[0-9]+)?)?(-build\.[0-9]+)?) `
1462
1461
Example: composer-3-airflow-2.6.3-build.4
1463
1462
1464
- ** Important** : In-place upgrade for Composer 3 is not yet supported.
1463
+ ** Important** : In-place upgrade in Composer 3 is only available between minor or patch versions of Apache Airflow.
1464
+ You can also upgrade to a different Airflow build within the same version by specifying the build number.
1465
+ For example, you can upgrade your environment from composer-3-airflow-2.6.x to composer-3-airflow-2.9.x,
1466
+ or from composer-3-airflow-2.9.3-build.4 to composer-3-airflow-2.9.3-build.5.
1465
1467
1466
1468
* ` cloud_data_lineage_integration ` -
1467
1469
(Optional, Cloud Composer environments in versions composer-2.1.2-airflow-* .* .* and later)
0 commit comments