diff --git a/CHANGELOG b/CHANGELOG index bfaecf60..861f2c8d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,19 @@ # Change Log +## 2.2.44 06/11/2023 + +* Bundle web-ui v2.2.44 +* Non-blocking checksums computation when server starts. Fixes #2228 +* Fix timeout issue when creating Qemu disk image. Fixes https://github.com/GNS3/gns3-server/issues/2313 +* Support for web socket console over HTTPS +* Add back script create_cert.sh +* Allow disabling hardware virtualization check +* Fix L2IOU "failed code signing checks" when IOU base file name is >= 63 characters +* Change "ip cef" to "no ip cef" in IOU default configs. Fixes #2298 +* Add Qemu IGB network device +* Add Python 3.12 support. +* Fix issue with importlib.resources.files() and Python 3.9 + ## 3.0.0a5 27/10/2023 * Bundle web-ui v3.0.0a5 diff --git a/gns3server/appliances/fortigate.gns3a b/gns3server/appliances/fortigate.gns3a index f3efb72c..bdb2ab95 100644 --- a/gns3server/appliances/fortigate.gns3a +++ b/gns3server/appliances/fortigate.gns3a @@ -63,6 +63,13 @@ "filesize": 86704128, "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" }, + { + "filename": "FGT_VM64_KVM-v7.0.13.M-build0566-FORTINET.out.kvm.qcow2", + "version": "7.0.13", + "md5sum": "47a4bab29407153a635c54b64d6a226e", + "filesize": 89325568, + "download_url": "https://support.fortinet.com/Download/FirmwareImages.aspx" + }, { "filename": "FGT_VM64_KVM-v7.0.12.M-build0523-FORTINET.out.kvm.qcow2", "version": "7.0.12", @@ -367,6 +374,13 @@ "hdb_disk_image": "empty30G.qcow2" } }, + { + "name": "7.0.13", + "images": { + "hda_disk_image": "FGT_VM64_KVM-v7.0.13.M-build0566-FORTINET.out.kvm.qcow2", + "hdb_disk_image": "empty30G.qcow2" + } + }, { "name": "7.0.12", "images": {