Skip to content

Commit 1faa15b

Browse files
in-place upgrade for minor and patch versions is in GA - update doc (#12258) (#20238)
[upstream:228229d06b5e09c97f99655f89c5264f91262a61] Signed-off-by: Modular Magician <[email protected]>
1 parent 89cd3e8 commit 1faa15b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.changelog/12258.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
composer: update doc - in-place upgrade for minor and patch versions is in GA starting from 5.28.0
3+
```

website/docs/r/composer_environment.html.markdown

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,8 +1030,7 @@ The following arguments are supported:
10301030
version number or 'latest'.
10311031
The Apache Airflow portion of the image version is a full semantic version that points to one of the
10321032
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
10351034
patch versions of Cloud Composer or Apache Airflow. For example, you can upgrade your environment from
10361035
`composer-1.16.x` to `composer-1.17.x`, or from `airflow-2.1.x` to `airflow-2.2.x`. You cannot upgrade between
10371036
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:
14611460
`composer-(([0-9]+)(\.[0-9]+\.[0-9]+(-preview\.[0-9]+)?)?|latest)-airflow-(([0-9]+)((\.[0-9]+)(\.[0-9]+)?)?(-build\.[0-9]+)?)`
14621461
Example: composer-3-airflow-2.6.3-build.4
14631462

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.
14651467

14661468
* `cloud_data_lineage_integration` -
14671469
(Optional, Cloud Composer environments in versions composer-2.1.2-airflow-*.*.* and later)

0 commit comments

Comments
 (0)