Arm 7.17.4 (#99)

* updated artifactory 7.17.4 & x-ray 3.21.2 changes in require files

* update default release version in createUiDefinition.json of Artifactory & X-ray
This commit is contained in:
Anup Singh
2021-04-08 21:28:43 +05:30
committed by GitHub
parent 1aff4254d1
commit d261d85287
8 changed files with 25 additions and 13 deletions

View File

@@ -132,7 +132,7 @@
"name": "artifactoryVersion", "name": "artifactoryVersion",
"type": "Microsoft.Common.DropDown", "type": "Microsoft.Common.DropDown",
"label": "Artifactory-vm image version to deploy.", "label": "Artifactory-vm image version to deploy.",
"defaultValue": "7.15.4", "defaultValue": "7.17.4",
"toolTip": "Version of Artifactory to deploy", "toolTip": "Version of Artifactory to deploy",
"constraints": { "constraints": {
"allowedValues": [ "allowedValues": [
@@ -155,6 +155,10 @@
{ {
"label": "7.15.4", "label": "7.15.4",
"value": "0.0.12" "value": "0.0.12"
},
{
"label": "7.17.4",
"value": "0.0.14"
} }
], ],
"required": true "required": true

View File

@@ -79,13 +79,14 @@
}, },
"artifactoryVersion": { "artifactoryVersion": {
"type": "string", "type": "string",
"defaultValue": "0.0.12", "defaultValue": "0.0.14",
"allowedValues": [ "allowedValues": [
"0.0.8", "0.0.8",
"0.0.9", "0.0.9",
"0.0.10", "0.0.10",
"0.0.11", "0.0.11",
"0.0.12" "0.0.12",
"0.0.14"
], ],
"metadata": { "metadata": {
"description": "Artifactory-vm image version to deploy." "description": "Artifactory-vm image version to deploy."

View File

@@ -79,13 +79,14 @@
}, },
"artifactoryVersion": { "artifactoryVersion": {
"type": "string", "type": "string",
"defaultValue": "0.0.12", "defaultValue": "0.0.14",
"allowedValues": [ "allowedValues": [
"0.0.8", "0.0.8",
"0.0.9", "0.0.9",
"0.0.10", "0.0.10",
"0.0.11", "0.0.11",
"0.0.12" "0.0.12",
"0.0.14"
], ],
"metadata": { "metadata": {
"description": "Artifactory-vm image version to deploy." "description": "Artifactory-vm image version to deploy."

View File

@@ -90,7 +90,7 @@
"value": "OWERWRITE_THE_PASSWORD" "value": "OWERWRITE_THE_PASSWORD"
}, },
"artifactoryVersion": { "artifactoryVersion": {
"value": "7.15.4" "value": "7.17.4"
}, },
"scriptName": { "scriptName": {
"value": "install_pro7_to_vm.sh" "value": "install_pro7_to_vm.sh"

View File

@@ -123,7 +123,7 @@
"name": "xrayVersion", "name": "xrayVersion",
"type": "Microsoft.Common.DropDown", "type": "Microsoft.Common.DropDown",
"label": "Xray-vm image version to deploy.", "label": "Xray-vm image version to deploy.",
"defaultValue": "3.18.0", "defaultValue": "3.21.2",
"toolTip": "Version of Xray to deploy", "toolTip": "Version of Xray to deploy",
"constraints": { "constraints": {
"allowedValues": [ "allowedValues": [
@@ -146,6 +146,10 @@
{ {
"label": "3.18.0", "label": "3.18.0",
"value": "0.0.15" "value": "0.0.15"
},
{
"label": "3.21.2",
"value": "0.0.17"
} }
], ],
"required": true "required": true

View File

@@ -19,13 +19,14 @@
}, },
"xrayVersion": { "xrayVersion": {
"type": "string", "type": "string",
"defaultValue": "0.0.15", "defaultValue": "0.0.17",
"allowedValues": [ "allowedValues": [
"0.0.10", "0.0.10",
"0.0.11", "0.0.11",
"0.0.13", "0.0.13",
"0.0.14", "0.0.14",
"0.0.15" "0.0.15",
"0.0.17"
], ],
"metadata": { "metadata": {
"description": "Xray-vm image version to deploy." "description": "Xray-vm image version to deploy."

View File

@@ -19,13 +19,14 @@
}, },
"xrayVersion": { "xrayVersion": {
"type": "string", "type": "string",
"defaultValue": "0.0.15", "defaultValue": "0.0.17",
"allowedValues": [ "allowedValues": [
"0.0.10", "0.0.10",
"0.0.11", "0.0.11",
"0.0.13", "0.0.13",
"0.0.14", "0.0.14",
"0.0.15" "0.0.15",
"0.0.17"
], ],
"metadata": { "metadata": {
"description": "Xray-vm image version to deploy." "description": "Xray-vm image version to deploy."

View File

@@ -90,7 +90,7 @@
"value": "OWERWRITE_THE_PASSWORD" "value": "OWERWRITE_THE_PASSWORD"
}, },
"xrayVersion": { "xrayVersion": {
"value": "3.18.0" "value": "3.21.2"
}, },
"scriptName": { "scriptName": {
"value": "install_xray_to_vm.sh" "value": "install_xray_to_vm.sh"