-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Add support for asm v1.8 to the asm module (#824)
* Initial changes to asm module to support installing asm ver 1.8. * Updated changes to support ASM 1.8 * -updated provider version in the safer_cluster_iap_bastion example -added readme for v14.0 release * -updated readme for v14.0 release Co-authored-by: kaariger <[email protected]> Co-authored-by: Bharath KKB <[email protected]>
- Loading branch information
1 parent
b303449
commit 923eff4
Showing
8 changed files
with
49 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Upgrading to v14.0 | ||
|
||
The v14.0 release of *kubernetes-engine* is a backwards incompatible | ||
release for some versions of Anthos Service Mesh (ASM). | ||
|
||
### ASM default version changed to 1.8 | ||
|
||
[ASM submodule](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/tree/master/modules/asm) has been changed to use ASM v1.8 as default. | ||
|
||
The module now uses the new ASM [installation script](https://cloud.google.com/service-mesh/docs/scripted-install/asm-onboarding) which: | ||
- Does not support installation and upgrades for ASM versions older than 1.7.3. | ||
- Supports upgrades only from versions 1.7.3+ or a 1.8 patch release. | ||
- Supports migrations from open source Istio 1.7 or 1.8 to ASM | ||
|
||
Please see the script page for up to date details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
*/ | ||
|
||
provider "google" { | ||
version = "~> 3.50.0" | ||
version = "~> 3.52.0" | ||
} | ||
|
||
provider "google-beta" { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters