updated all changes for artifactory 7.27.9 & xray 3.35.0

This commit is contained in:
anupteal
2021-11-30 21:32:29 +05:30
parent 1efe737a09
commit 8766a0cf0c
6 changed files with 24 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.27.6", "defaultValue": "7.27.9",
"toolTip": "Version of Artifactory to deploy", "toolTip": "Version of Artifactory to deploy",
"constraints": { "constraints": {
"allowedValues": [ "allowedValues": [
@@ -203,6 +203,10 @@
{ {
"label": "7.27.6", "label": "7.27.6",
"value": "0.0.30" "value": "0.0.30"
},
{
"label": "7.27.9",
"value": "0.0.32"
} }
], ],
"required": true "required": true

View File

@@ -79,7 +79,7 @@
}, },
"artifactoryVersion": { "artifactoryVersion": {
"type": "string", "type": "string",
"defaultValue": "0.0.30", "defaultValue": "0.0.32",
"allowedValues": [ "allowedValues": [
"0.0.8", "0.0.8",
"0.0.9", "0.0.9",
@@ -97,7 +97,8 @@
"0.0.27", "0.0.27",
"0.0.28", "0.0.28",
"0.0.29", "0.0.29",
"0.0.30" "0.0.30",
"0.0.32"
], ],
"metadata": { "metadata": {
"description": "Artifactory-vm image version to deploy." "description": "Artifactory-vm image version to deploy."

View File

@@ -79,7 +79,7 @@
}, },
"artifactoryVersion": { "artifactoryVersion": {
"type": "string", "type": "string",
"defaultValue": "0.0.30", "defaultValue": "0.0.32",
"allowedValues": [ "allowedValues": [
"0.0.8", "0.0.8",
"0.0.9", "0.0.9",
@@ -97,7 +97,8 @@
"0.0.27", "0.0.27",
"0.0.28", "0.0.28",
"0.0.29", "0.0.29",
"0.0.30" "0.0.30",
"0.0.32"
], ],
"metadata": { "metadata": {
"description": "Artifactory-vm image version to deploy." "description": "Artifactory-vm image version to deploy."
@@ -308,7 +309,7 @@
"artifactoryLicense5": "[parameters('artifactoryLicense5')]", "artifactoryLicense5": "[parameters('artifactoryLicense5')]",
"osType": { "osType": {
"publisher": "jfrog", "publisher": "jfrog",
"offer": "artifactory-vm-preview", "offer": "artifactory-vm",
"sku": "artifactory-vm", "sku": "artifactory-vm",
"version": "[parameters('artifactoryVersion')]" "version": "[parameters('artifactoryVersion')]"
}, },
@@ -776,7 +777,7 @@
"plan": { "plan": {
"name": "artifactory-vm", "name": "artifactory-vm",
"publisher": "jfrog", "publisher": "jfrog",
"product": "artifactory-vm-preview" "product": "artifactory-vm"
}, },
"sku": { "sku": {
"name": "[parameters('vmSku')]", "name": "[parameters('vmSku')]",
@@ -873,7 +874,7 @@
"plan": { "plan": {
"name": "artifactory-vm", "name": "artifactory-vm",
"publisher": "jfrog", "publisher": "jfrog",
"product": "artifactory-vm-preview" "product": "artifactory-vm"
}, },
"sku": { "sku": {
"name": "[parameters('vmSku')]", "name": "[parameters('vmSku')]",

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.34.1", "defaultValue": "3.35.0",
"toolTip": "Version of Xray to deploy", "toolTip": "Version of Xray to deploy",
"constraints": { "constraints": {
"allowedValues": [ "allowedValues": [
@@ -194,6 +194,10 @@
{ {
"label": "3.34.1", "label": "3.34.1",
"value": "0.0.29" "value": "0.0.29"
},
{
"label": "3.35.0",
"value": "0.0.30"
} }
], ],
"required": true "required": true

View File

@@ -19,7 +19,7 @@
}, },
"xrayVersion": { "xrayVersion": {
"type": "string", "type": "string",
"defaultValue": "0.0.29", "defaultValue": "0.0.30",
"allowedValues": [ "allowedValues": [
"0.0.10", "0.0.10",
"0.0.11", "0.0.11",
@@ -37,7 +37,8 @@
"0.0.26", "0.0.26",
"0.0.27", "0.0.27",
"0.0.28", "0.0.28",
"0.0.29" "0.0.29",
"0.0.30"
], ],
"metadata": { "metadata": {
"description": "Xray-vm image version to deploy." "description": "Xray-vm image version to deploy."

View File

@@ -206,7 +206,7 @@
"joinKey": "[parameters('joinKey')]", "joinKey": "[parameters('joinKey')]",
"osType": { "osType": {
"publisher": "jfrog", "publisher": "jfrog",
"offer": "x-ray-vm-preview", "offer": "x-ray-vm",
"sku": "x-ray-vm", "sku": "x-ray-vm",
"version": "[parameters('xrayVersion')]" "version": "[parameters('xrayVersion')]"
}, },
@@ -342,7 +342,7 @@
"plan": { "plan": {
"name": "x-ray-vm", "name": "x-ray-vm",
"publisher": "jfrog", "publisher": "jfrog",
"product": "x-ray-vm-preview" "product": "x-ray-vm"
}, },
"sku": { "sku": {
"name": "[parameters('virtualMachineSize')]", "name": "[parameters('virtualMachineSize')]",