diff --git a/AzureResourceManager/Artifactory/azuredeploy_ms_ps.json b/AzureResourceManager/Artifactory/azuredeploy_ms_ps.json index 9b707c5..fb619e3 100644 --- a/AzureResourceManager/Artifactory/azuredeploy_ms_ps.json +++ b/AzureResourceManager/Artifactory/azuredeploy_ms_ps.json @@ -79,7 +79,7 @@ }, "artifactoryVersion": { "type": "string", - "defaultValue": "0.0.6", + "defaultValue": "0.0.7", "allowedValues": [ "6.11.3", "6.15.0", @@ -95,8 +95,9 @@ "0.0.2", "0.0.31", "0.0.4", - "0.0.52", - "0.0.6" + "0.0.52", + "0.0.6", + "0.0.7" ], "metadata": { "description": "Artifactory-vm image version to deploy." diff --git a/AzureResourceManager/Artifactory/vm_install/vm_parameters.json b/AzureResourceManager/Artifactory/vm_install/vm_parameters.json index d8c4b27..3699c89 100644 --- a/AzureResourceManager/Artifactory/vm_install/vm_parameters.json +++ b/AzureResourceManager/Artifactory/vm_install/vm_parameters.json @@ -90,7 +90,7 @@ "value": "OWERWRITE_THE_PASSWORD" }, "artifactoryVersion": { - "value": "7.11.2" + "value": "7.11.5" }, "scriptName": { "value": "install_pro7_to_vm.sh" diff --git a/AzureResourceManager/JCR/azuredeploy.json b/AzureResourceManager/JCR/azuredeploy.json index aa4a791..bab9aee 100644 --- a/AzureResourceManager/JCR/azuredeploy.json +++ b/AzureResourceManager/JCR/azuredeploy.json @@ -25,7 +25,7 @@ }, "artifactoryVersion": { "type": "string", - "defaultValue": "0.0.61", + "defaultValue": "0.0.7", "allowedValues": [ "7.2.1", "7.3.2", @@ -33,8 +33,9 @@ "0.0.2", "0.0.3", "0.0.4", - "0.0.5", - "0.0.61" + "0.0.5", + "0.0.61", + "0.0.7" ], "metadata": { "description": "JFrog Container Registry-vm image version to deploy." diff --git a/AzureResourceManager/JCR/vm_install/vm_parameters.json b/AzureResourceManager/JCR/vm_install/vm_parameters.json index 0d4b2b0..a94297b 100644 --- a/AzureResourceManager/JCR/vm_install/vm_parameters.json +++ b/AzureResourceManager/JCR/vm_install/vm_parameters.json @@ -81,7 +81,7 @@ "value": "OWERWRITE_THE_PASSWORD" }, "artifactoryVersion": { - "value": "7.11.2" + "value": "7.11.5" }, "scriptName": { "value": "install_jcr7_to_vm.sh" diff --git a/AzureResourceManager/Xray/azuredeploy_xray_vmss.json b/AzureResourceManager/Xray/azuredeploy_xray_vmss.json index 0b72892..1874143 100644 --- a/AzureResourceManager/Xray/azuredeploy_xray_vmss.json +++ b/AzureResourceManager/Xray/azuredeploy_xray_vmss.json @@ -19,14 +19,15 @@ }, "xrayVersion": { "type": "string", - "defaultValue": "0.0.8", + "defaultValue": "0.0.9", "allowedValues": [ "0.0.3", "0.0.4", "0.0.5", "0.0.6", "0.0.7", - "0.0.8" + "0.0.8", + "0.0.9" ], "metadata": { "description": "Xray-vm image version to deploy." diff --git a/AzureResourceManager/Xray/vm_install/vm_parameters.json b/AzureResourceManager/Xray/vm_install/vm_parameters.json index 1527241..cb3b111 100644 --- a/AzureResourceManager/Xray/vm_install/vm_parameters.json +++ b/AzureResourceManager/Xray/vm_install/vm_parameters.json @@ -90,7 +90,7 @@ "value": "OWERWRITE_THE_PASSWORD" }, "xrayVersion": { - "value": "3.11.2" + "value": "3.12.0" }, "scriptName": { "value": "install_xray_to_vm.sh"