Merge pull request #893 from Zero3Dash/patch-17

Update pan-vm-fw.gns3a
This commit is contained in:
Jeremy Grossmann 2024-05-23 22:47:21 +07:00 committed by GitHub
commit 43aeb1d91b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,20 @@
}, },
"images": [ "images": [
{ {
"filename": "PA-VM-KVM-11.0.0.qcow2",
"version": "11.0.0",
"md5sum": "fc54b0e680ca2bcecb5522430e420f06",
"filesize": 4130865152,
"download_url": "https://support.paloaltonetworks.com/Updates/SoftwareUpdates/"
},
{
"filename": "PA-VM-KVM-10.2.3.qcow2",
"version": "10.2.3",
"md5sum": "0e7b2a52d1447186d335ef9a1a197c6c",
"filesize": 5298585600,
"download_url": "https://support.paloaltonetworks.com/Updates/SoftwareUpdates/"
},
{
"filename": "PA-VM-KVM-10.1.0.qcow2", "filename": "PA-VM-KVM-10.1.0.qcow2",
"version": "10.1.0", "version": "10.1.0",
"md5sum": "8266fd412a22694749f2cd4afcd5fa33", "md5sum": "8266fd412a22694749f2cd4afcd5fa33",
@ -128,6 +142,18 @@
], ],
"versions": [ "versions": [
{ {
"name": "11.0.0",
"images": {
"hda_disk_image": "PA-VM-KVM-11.0.0.qcow2"
}
},
{
"name": "10.2.3",
"images": {
"hda_disk_image": "PA-VM-KVM-10.2.3.qcow2"
}
},
{
"name": "10.1.0", "name": "10.1.0",
"images": { "images": {
"hda_disk_image": "PA-VM-KVM-10.1.0.qcow2" "hda_disk_image": "PA-VM-KVM-10.1.0.qcow2"