From ece057721409cc907a20cfc4080e5add40eabbd0 Mon Sep 17 00:00:00 2001 From: avivm Date: Wed, 17 Sep 2025 11:23:01 +0000 Subject: [PATCH] AWS Templates | Change Default Version to R82-BYOL --- aws/templates/asg/autoscale-master.yaml | 2 +- aws/templates/asg/autoscale.yaml | 2 +- aws/templates/cluster/cluster-master.yaml | 2 +- aws/templates/cluster/cluster.yaml | 2 +- aws/templates/cross-az-cluster/cross-az-cluster-master.yaml | 2 +- aws/templates/cross-az-cluster/cross-az-cluster.yaml | 2 +- aws/templates/geo-cluster/geo-cluster-master.yaml | 2 +- aws/templates/geo-cluster/geo-cluster.yaml | 2 +- aws/templates/gwlb-asg/gwlb-master.yaml | 4 ++-- aws/templates/gwlb-asg/gwlb.yaml | 4 ++-- aws/templates/gwlb-asg/qs-gwlb-master.yaml | 4 ++-- aws/templates/gwlb-asg/qs-gwlb.yaml | 4 ++-- aws/templates/gwlb-asg/tgw-gwlb-master.yaml | 4 ++-- aws/templates/gwlb-asg/tgw-gwlb.yaml | 4 ++-- aws/templates/management/management-master.yaml | 2 +- aws/templates/management/management.yaml | 2 +- aws/templates/mds/mds-master.yaml | 2 +- aws/templates/mds/mds.yaml | 2 +- aws/templates/single-gw/gateway-master.yaml | 2 +- aws/templates/single-gw/gateway.yaml | 2 +- aws/templates/standalone/standalone-master.yaml | 2 +- aws/templates/standalone/standalone.yaml | 2 +- aws/templates/tgw-asg/tgw-asg-master.yaml | 4 ++-- aws/templates/tgw-asg/tgw-asg.yaml | 4 ++-- .../tgw-cross-az-cluster/tgw-cross-az-cluster-master.yaml | 2 +- aws/templates/tgw-cross-az-cluster/tgw-cross-az-cluster.yaml | 2 +- aws/templates/tgw-ha/tgw-ha-master.yaml | 2 +- aws/templates/tgw-ha/tgw-ha.yaml | 2 +- 28 files changed, 36 insertions(+), 36 deletions(-) diff --git a/aws/templates/asg/autoscale-master.yaml b/aws/templates/asg/autoscale-master.yaml index 0228ec9d..953f3120 100755 --- a/aws/templates/asg/autoscale-master.yaml +++ b/aws/templates/asg/autoscale-master.yaml @@ -414,7 +414,7 @@ Parameters: Default: '' GatewayVersion: Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.10-BYOL - R81.10-PAYG-NGTP diff --git a/aws/templates/asg/autoscale.yaml b/aws/templates/asg/autoscale.yaml index f9260844..f942d931 100644 --- a/aws/templates/asg/autoscale.yaml +++ b/aws/templates/asg/autoscale.yaml @@ -329,7 +329,7 @@ Parameters: Default: '' GatewayVersion: Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.10-BYOL - R81.10-PAYG-NGTP diff --git a/aws/templates/cluster/cluster-master.yaml b/aws/templates/cluster/cluster-master.yaml index dd06c398..09346a1c 100755 --- a/aws/templates/cluster/cluster-master.yaml +++ b/aws/templates/cluster/cluster-master.yaml @@ -333,7 +333,7 @@ Parameters: - false GatewayVersion: Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.10-BYOL - R81.10-PAYG-NGTP diff --git a/aws/templates/cluster/cluster.yaml b/aws/templates/cluster/cluster.yaml index be769c57..1c15fe6c 100755 --- a/aws/templates/cluster/cluster.yaml +++ b/aws/templates/cluster/cluster.yaml @@ -328,7 +328,7 @@ Parameters: - false GatewayVersion: Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.10-BYOL - R81.10-PAYG-NGTP diff --git a/aws/templates/cross-az-cluster/cross-az-cluster-master.yaml b/aws/templates/cross-az-cluster/cross-az-cluster-master.yaml index 2f7b03a8..b8cd20f1 100644 --- a/aws/templates/cross-az-cluster/cross-az-cluster-master.yaml +++ b/aws/templates/cross-az-cluster/cross-az-cluster-master.yaml @@ -341,7 +341,7 @@ Parameters: - false GatewayVersion: Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.20-BYOL - R81.20-PAYG-NGTP diff --git a/aws/templates/cross-az-cluster/cross-az-cluster.yaml b/aws/templates/cross-az-cluster/cross-az-cluster.yaml index 87e53a53..c751c655 100644 --- a/aws/templates/cross-az-cluster/cross-az-cluster.yaml +++ b/aws/templates/cross-az-cluster/cross-az-cluster.yaml @@ -346,7 +346,7 @@ Parameters: - false GatewayVersion: Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.20-BYOL - R81.20-PAYG-NGTP diff --git a/aws/templates/geo-cluster/geo-cluster-master.yaml b/aws/templates/geo-cluster/geo-cluster-master.yaml index 189afcb0..0e274ddf 100644 --- a/aws/templates/geo-cluster/geo-cluster-master.yaml +++ b/aws/templates/geo-cluster/geo-cluster-master.yaml @@ -353,7 +353,7 @@ Parameters: GatewayVersion: Description: The license to install on the Security Gateways. Type: String - Default: R81.10-BYOL + Default: R82-BYOL AllowedValues: - R81.10-BYOL - R81.10-PAYG-NGTP diff --git a/aws/templates/geo-cluster/geo-cluster.yaml b/aws/templates/geo-cluster/geo-cluster.yaml index e9b9791c..54898cdd 100644 --- a/aws/templates/geo-cluster/geo-cluster.yaml +++ b/aws/templates/geo-cluster/geo-cluster.yaml @@ -347,7 +347,7 @@ Parameters: GatewayVersion: Description: The license to install on the Security Gateways. Type: String - Default: R81.10-BYOL + Default: R82-BYOL AllowedValues: - R81.10-BYOL - R81.10-PAYG-NGTP diff --git a/aws/templates/gwlb-asg/gwlb-master.yaml b/aws/templates/gwlb-asg/gwlb-master.yaml index d7528dcc..497493f3 100644 --- a/aws/templates/gwlb-asg/gwlb-master.yaml +++ b/aws/templates/gwlb-asg/gwlb-master.yaml @@ -466,7 +466,7 @@ Parameters: GatewayVersion: Description: The version and license to install on the Security Gateways. Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.20-BYOL - R81.20-PAYG-NGTP @@ -649,7 +649,7 @@ Parameters: ManagementVersion: Description: The license to install on the Security Management Server. Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.10-BYOL - R81.10-PAYG diff --git a/aws/templates/gwlb-asg/gwlb.yaml b/aws/templates/gwlb-asg/gwlb.yaml index 13dfc24d..12c648fb 100644 --- a/aws/templates/gwlb-asg/gwlb.yaml +++ b/aws/templates/gwlb-asg/gwlb.yaml @@ -416,7 +416,7 @@ Parameters: GatewayVersion: Description: The version and license to install on the Security Gateways. Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.20-BYOL - R81.20-PAYG-NGTP @@ -599,7 +599,7 @@ Parameters: ManagementVersion: Description: The license to install on the Security Management Server. Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.10-BYOL - R81.10-PAYG diff --git a/aws/templates/gwlb-asg/qs-gwlb-master.yaml b/aws/templates/gwlb-asg/qs-gwlb-master.yaml index 9549265b..82b68d58 100644 --- a/aws/templates/gwlb-asg/qs-gwlb-master.yaml +++ b/aws/templates/gwlb-asg/qs-gwlb-master.yaml @@ -571,7 +571,7 @@ Parameters: GatewayVersion: Description: The version and license to install on the Security Gateways. Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.20-BYOL - R81.20-PAYG-NGTP @@ -773,7 +773,7 @@ Parameters: ManagementVersion: Description: The license to install on the Security Management Server. Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.10-BYOL - R81.10-PAYG diff --git a/aws/templates/gwlb-asg/qs-gwlb.yaml b/aws/templates/gwlb-asg/qs-gwlb.yaml index 462e0b41..07a8484d 100644 --- a/aws/templates/gwlb-asg/qs-gwlb.yaml +++ b/aws/templates/gwlb-asg/qs-gwlb.yaml @@ -476,7 +476,7 @@ Parameters: GatewayVersion: Description: The version and license to install on the Security Gateways. Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.20-BYOL - R81.20-PAYG-NGTP @@ -678,7 +678,7 @@ Parameters: ManagementVersion: Description: The license to install on the Security Management Server. Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.10-BYOL - R81.10-PAYG diff --git a/aws/templates/gwlb-asg/tgw-gwlb-master.yaml b/aws/templates/gwlb-asg/tgw-gwlb-master.yaml index a34ad831..03c6fae5 100644 --- a/aws/templates/gwlb-asg/tgw-gwlb-master.yaml +++ b/aws/templates/gwlb-asg/tgw-gwlb-master.yaml @@ -555,7 +555,7 @@ Parameters: GatewayVersion: Description: The version and license to install on the Security Gateways. Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.20-BYOL - R81.20-PAYG-NGTP @@ -762,7 +762,7 @@ Parameters: ManagementVersion: Description: The license to install on the Security Management Server. Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.10-BYOL - R81.10-PAYG diff --git a/aws/templates/gwlb-asg/tgw-gwlb.yaml b/aws/templates/gwlb-asg/tgw-gwlb.yaml index b4e38a40..e51e99ce 100644 --- a/aws/templates/gwlb-asg/tgw-gwlb.yaml +++ b/aws/templates/gwlb-asg/tgw-gwlb.yaml @@ -510,7 +510,7 @@ Parameters: GatewayVersion: Description: The version and license to install on the Security Gateways. Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.20-BYOL - R81.20-PAYG-NGTP @@ -734,7 +734,7 @@ Parameters: ManagementVersion: Description: The license to install on the Security Management Server. Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.10-BYOL - R81.10-PAYG diff --git a/aws/templates/management/management-master.yaml b/aws/templates/management/management-master.yaml index b5e76d0f..63cfd538 100755 --- a/aws/templates/management/management-master.yaml +++ b/aws/templates/management/management-master.yaml @@ -348,7 +348,7 @@ Parameters: ManagementVersion: Description: The license to install on the Security Management Server. Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.10-BYOL - R81.10-PAYG diff --git a/aws/templates/management/management.yaml b/aws/templates/management/management.yaml index 0a09fab0..ef789153 100755 --- a/aws/templates/management/management.yaml +++ b/aws/templates/management/management.yaml @@ -338,7 +338,7 @@ Parameters: ManagementVersion: Description: The license to install on the Security Management Server. Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.10-BYOL - R81.10-PAYG diff --git a/aws/templates/mds/mds-master.yaml b/aws/templates/mds/mds-master.yaml index ac2cd876..f0aaff20 100755 --- a/aws/templates/mds/mds-master.yaml +++ b/aws/templates/mds/mds-master.yaml @@ -322,7 +322,7 @@ Parameters: MDSVersion: Description: The license to install on the Multi-Domain Server. Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.10-BYOL - R81.20-BYOL diff --git a/aws/templates/mds/mds.yaml b/aws/templates/mds/mds.yaml index 28030cec..81c4b7f1 100644 --- a/aws/templates/mds/mds.yaml +++ b/aws/templates/mds/mds.yaml @@ -325,7 +325,7 @@ Parameters: MDSVersion: Description: The license to install on the Multi-Domain Server. Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.10-BYOL - R81.20-BYOL diff --git a/aws/templates/single-gw/gateway-master.yaml b/aws/templates/single-gw/gateway-master.yaml index b4b930c9..2cedb164 100644 --- a/aws/templates/single-gw/gateway-master.yaml +++ b/aws/templates/single-gw/gateway-master.yaml @@ -334,7 +334,7 @@ Parameters: - false GatewayVersion: Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.10-BYOL - R81.10-PAYG-NGTP diff --git a/aws/templates/single-gw/gateway.yaml b/aws/templates/single-gw/gateway.yaml index 21cd95ff..11448233 100644 --- a/aws/templates/single-gw/gateway.yaml +++ b/aws/templates/single-gw/gateway.yaml @@ -328,7 +328,7 @@ Parameters: - false GatewayVersion: Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.10-BYOL - R81.10-PAYG-NGTP diff --git a/aws/templates/standalone/standalone-master.yaml b/aws/templates/standalone/standalone-master.yaml index e22d34d4..f484c462 100644 --- a/aws/templates/standalone/standalone-master.yaml +++ b/aws/templates/standalone/standalone-master.yaml @@ -174,7 +174,7 @@ Parameters: StandaloneVersion: Description: Standalone Version & License. Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.10-PAYG-NGTP - R81.10-BYOL diff --git a/aws/templates/standalone/standalone.yaml b/aws/templates/standalone/standalone.yaml index 6417da39..2ca99dbb 100644 --- a/aws/templates/standalone/standalone.yaml +++ b/aws/templates/standalone/standalone.yaml @@ -314,7 +314,7 @@ Parameters: StandaloneVersion: Description: Standalone Version & License. Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.10-PAYG-NGTP - R81.10-BYOL diff --git a/aws/templates/tgw-asg/tgw-asg-master.yaml b/aws/templates/tgw-asg/tgw-asg-master.yaml index 87f46439..47dfc77c 100644 --- a/aws/templates/tgw-asg/tgw-asg-master.yaml +++ b/aws/templates/tgw-asg/tgw-asg-master.yaml @@ -398,7 +398,7 @@ Parameters: GatewayVersion: Description: The version and license to install on the Security Gateways. Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.10-BYOL - R81.10-PAYG-NGTP @@ -600,7 +600,7 @@ Parameters: ManagementVersion: Description: The version and license to install on the Security Management Server. Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.10-BYOL - R81.10-PAYG diff --git a/aws/templates/tgw-asg/tgw-asg.yaml b/aws/templates/tgw-asg/tgw-asg.yaml index 89009b35..c6cf3c1e 100644 --- a/aws/templates/tgw-asg/tgw-asg.yaml +++ b/aws/templates/tgw-asg/tgw-asg.yaml @@ -352,7 +352,7 @@ Parameters: GatewayVersion: Description: The version and license to install on the Security Gateways. Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.10-BYOL - R81.10-PAYG-NGTP @@ -554,7 +554,7 @@ Parameters: ManagementVersion: Description: The version and license to install on the Security Management Server. Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.10-BYOL - R81.10-PAYG diff --git a/aws/templates/tgw-cross-az-cluster/tgw-cross-az-cluster-master.yaml b/aws/templates/tgw-cross-az-cluster/tgw-cross-az-cluster-master.yaml index fbf49ca9..2d03dc72 100644 --- a/aws/templates/tgw-cross-az-cluster/tgw-cross-az-cluster-master.yaml +++ b/aws/templates/tgw-cross-az-cluster/tgw-cross-az-cluster-master.yaml @@ -368,7 +368,7 @@ Parameters: - false GatewayVersion: Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.20-BYOL - R81.20-PAYG-NGTP diff --git a/aws/templates/tgw-cross-az-cluster/tgw-cross-az-cluster.yaml b/aws/templates/tgw-cross-az-cluster/tgw-cross-az-cluster.yaml index 6aacbabe..7a5557e9 100644 --- a/aws/templates/tgw-cross-az-cluster/tgw-cross-az-cluster.yaml +++ b/aws/templates/tgw-cross-az-cluster/tgw-cross-az-cluster.yaml @@ -364,7 +364,7 @@ Parameters: GatewayVersion: Description: The license to install on the Security Gateways. Type: String - Default: R81.20-BYOL + Default: R82-BYOL AllowedValues: - R81.20-BYOL - R81.20-PAYG-NGTP diff --git a/aws/templates/tgw-ha/tgw-ha-master.yaml b/aws/templates/tgw-ha/tgw-ha-master.yaml index 2b4cb47b..bbc1ab8c 100644 --- a/aws/templates/tgw-ha/tgw-ha-master.yaml +++ b/aws/templates/tgw-ha/tgw-ha-master.yaml @@ -369,7 +369,7 @@ Parameters: - false GatewayVersion: Type: String - Default: R81.10-BYOL + Default: R82-BYOL AllowedValues: - R81.10-BYOL - R81.10-PAYG-NGTP diff --git a/aws/templates/tgw-ha/tgw-ha.yaml b/aws/templates/tgw-ha/tgw-ha.yaml index 04a66e40..8fb8da27 100644 --- a/aws/templates/tgw-ha/tgw-ha.yaml +++ b/aws/templates/tgw-ha/tgw-ha.yaml @@ -363,7 +363,7 @@ Parameters: GatewayVersion: Description: The license to install on the Security Gateways. Type: String - Default: R81.10-BYOL + Default: R82-BYOL AllowedValues: - R81.10-BYOL - R81.10-PAYG-NGTP