Merge pull request #419 from adosztal/master

New release
This commit is contained in:
Jeremy Grossmann 2019-04-22 12:04:47 +09:00 committed by GitHub
commit 2dcd76c90e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 0 deletions

View File

@ -24,6 +24,13 @@
"options": "-smp 4 -cpu host"
},
"images": [
{
"filename": "xrv9k-fullk9-x-6.5.2.qcow2",
"version": "6.5.2",
"md5sum": "506d9e23dda7365c99dd82b613859697",
"filesize": 1205010432,
"download_url": "https://software.cisco.com/download/home/286288939/type/280805694/release/6.5.1"
},
{
"filename": "xrv9k-fullk9-x-6.5.1.qcow2",
"version": "6.5.1",
@ -67,6 +74,12 @@
}
],
"versions": [
{
"name": "6.5.2",
"images": {
"hda_disk_image": "xrv9k-fullk9-x-6.5.2.qcow2"
}
},
{
"name": "6.5.1",
"images": {

View File

@ -21,6 +21,15 @@
"kvm": "allow"
},
"images": [
{
"filename": "coreos_production_qemu_image.2023.5.0.img",
"version": "2023.5.0",
"md5sum": "f8b12e524aa81220222d06473b3f36dc",
"filesize": 587661312,
"download_url": "http://stable.release.core-os.net/amd64-usr/2023.5.0/",
"direct_download_url": "http://stable.release.core-os.net/amd64-usr/2023.5.0/coreos_production_qemu_image.img.bz2",
"compression": "bzip2"
},
{
"filename": "coreos_production_qemu_image.1911.5.0.img",
"version": "1911.5.0",
@ -185,6 +194,12 @@
}
],
"versions": [
{
"name": "2023.5.0",
"images": {
"hda_disk_image": "coreos_production_qemu_image.2023.5.0.img"
}
},
{
"name": "1911.5.0",
"images": {