From 0561aba92736cce8e4eee057dacc688879404ca6 Mon Sep 17 00:00:00 2001 From: grossmj Date: Wed, 15 May 2024 12:14:48 +0700 Subject: [PATCH] Release v2.2.47 --- CHANGELOG | 22 ++++++++++++++++++++++ gns3server/crash_report.py | 2 +- gns3server/version.py | 4 ++-- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 53d4cff69..e75e0fd44 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,27 @@ # Change Log +## 2.2.47 15/05/2024 + +* Fix update-bundled-web-ui.sh script +* Bundle web-ui v2.2.47 +* Change sentry-sdk version +* Upgrade aiohttp, sentry-sdk and truststore +* Upgrade jsonschema and aiohttp +* Drop Python 3.7 +* Remove dev requirements for Python 3.6 +* Do not run Docker VM tests on Windows +* Do not wait for the server to close when shutting down. +* Fix test create image with not supported characters by filesystem. Fixes #2375 +* Allow listing x86_64 IOU images. Fixes #2376 +* Upgrade Jinja2 to version 3.1.4. Fixes #2378 +* Fix link capture for ATM switch. Fixes https://github.com/GNS3/gns3-gui/issues/3570 +* Fix tests after updating error message when busybox is not installed. +* Add more details to error message when busybox is not installed. Fixes https://github.com/GNS3/gns3-gui/issues/3569 +* Fix invalid escape sequences +* Add NAT symbols +* Fix cannot stop Docker VM while console connection is still active. +* Upgrade sentry-sdk to version 1.40.6 + ## 2.2.46 26/02/2024 * Bundle web-ui v2.2.46 diff --git a/gns3server/crash_report.py b/gns3server/crash_report.py index 2351e2d4c..f72da0438 100644 --- a/gns3server/crash_report.py +++ b/gns3server/crash_report.py @@ -57,7 +57,7 @@ class CrashReport: Report crash to a third party service """ - DSN = "https://535981c5fae1a87b7e8d993590c07c27@o19455.ingest.sentry.io/38482" + DSN = "https://ec32b24c329df619c8b9b1c58cfedcdb@o19455.ingest.us.sentry.io/38482" _instance = None def __init__(self): diff --git a/gns3server/version.py b/gns3server/version.py index 07a3c2d29..4604201cb 100644 --- a/gns3server/version.py +++ b/gns3server/version.py @@ -23,8 +23,8 @@ # or negative for a release candidate or beta (after the base version # number has been incremented) -__version__ = "2.2.47.dev1" -__version_info__ = (2, 2, 47, 99) +__version__ = "2.2.47" +__version_info__ = (2, 2, 47, 0) if "dev" in __version__: try: