Skip to content

Commit 54c1308

Browse files
authored
Update release version to ACM 2.12 / Submariner 0.19 (#745)
1 parent b3263fb commit 54c1308

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

jenkinsfiles/aws-gcp-azure.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ podTemplate(yaml: readTrusted('jenkinsfiles/SubmarinerAgentPod.yaml')) {
1414
value: 'aws,gcp,azure,vsphere,osp,aro,rosa', defaultValue: 'aws,gcp,azure', multiSelectDelimiter: ',', type: 'PT_CHECKBOX', visibleItemCount: 7),
1515
booleanParam(name: 'SUBMARINER_GATEWAY_RANDOM', defaultValue: true, description: 'Deploy two submariner gateways on one of the clusters'),
1616
string(name: 'NODE_TO_LABEL_AS_GW', defaultValue: '', description: 'Specify cluster node to be manually labeled as Submariner Gateway'),
17-
credentials(name: 'SUBMARINER_CONFIG', defaultValue: 'acm-2.11-subm-0.18-aws-gcp-azure', description: 'Submariner config for environment deploy',
17+
credentials(name: 'SUBMARINER_CONFIG', defaultValue: 'acm-2.12-subm-0.19-aws-gcp-azure', description: 'Submariner config for environment deploy',
1818
required: true, credentialType: 'org.jenkinsci.plugins.plaincredentials.impl.FileCredentialsImpl')
1919
])
2020
])

jenkinsfiles/gcp-osp-aro.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ podTemplate(yaml: readTrusted('jenkinsfiles/SubmarinerAgentPod.yaml')) {
1414
value: 'aws,gcp,azure,vsphere,osp,aro,rosa', defaultValue: 'gcp,osp,aro', multiSelectDelimiter: ',', type: 'PT_CHECKBOX', visibleItemCount: 7),
1515
booleanParam(name: 'SUBMARINER_GATEWAY_RANDOM', defaultValue: true, description: 'Deploy two submariner gateways on one of the clusters'),
1616
string(name: 'NODE_TO_LABEL_AS_GW', defaultValue: 'mbabushk-osp', description: 'Specify cluster node to be manually labeled as Submariner Gateway'),
17-
credentials(name: 'SUBMARINER_CONFIG', defaultValue: 'acm-2.11-subm-0.18-gcp-osp-aro', description: 'Submariner config for environment deploy',
17+
credentials(name: 'SUBMARINER_CONFIG', defaultValue: 'acm-2.12-subm-0.19-gcp-osp-aro', description: 'Submariner config for environment deploy',
1818
required: true, credentialType: 'org.jenkinsci.plugins.plaincredentials.impl.FileCredentialsImpl')
1919
])
2020
])

jenkinsfiles/gcp-vsphere-rosa.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ podTemplate(yaml: readTrusted('jenkinsfiles/SubmarinerAgentPod.yaml')) {
1414
value: 'aws,gcp,azure,vsphere,osp,aro,rosa', defaultValue: 'gcp,vsphere,rosa', multiSelectDelimiter: ',', type: 'PT_CHECKBOX', visibleItemCount: 7),
1515
booleanParam(name: 'SUBMARINER_GATEWAY_RANDOM', defaultValue: true, description: 'Deploy two submariner gateways on one of the clusters'),
1616
string(name: 'NODE_TO_LABEL_AS_GW', defaultValue: '', description: 'Specify cluster node to be manually labeled as Submariner Gateway'),
17-
credentials(name: 'SUBMARINER_CONFIG', defaultValue: 'acm-2.11-subm-0.18-gcp-vsphere-rosa', description: 'Submariner config for environment deploy',
17+
credentials(name: 'SUBMARINER_CONFIG', defaultValue: 'acm-2.12-subm-0.19-gcp-vsphere-rosa', description: 'Submariner config for environment deploy',
1818
required: true, credentialType: 'org.jenkinsci.plugins.plaincredentials.impl.FileCredentialsImpl')
1919
])
2020
])

variables

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ export VALIDATION_STATE=""
3232
# The value will define the version of Submariner and a channel
3333

3434
# Declare associative arrays for acm/submariner versions
35-
declare -A ACM_2_11=(
36-
[acm_version]='2.11'
37-
[submariner_version]='0.18'
35+
declare -A ACM_2_12=(
36+
[acm_version]='2.12'
37+
[submariner_version]='0.19'
3838
[channel]='stable'
3939
)
40-
export ACM_2_11
40+
export ACM_2_12
4141

4242
# Declare array of COMPONENTS_VERSIONS of associative arrays
4343
export COMPONENT_VERSIONS=("${!ACM@}")

0 commit comments

Comments
 (0)