Release v2.2.48

This commit is contained in:
grossmj 2024-07-08 18:44:09 +02:00
parent eaa18ad624
commit 6e8e0764c1
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD
4 changed files with 13 additions and 4 deletions

View File

@ -1,5 +1,15 @@
# Change Log
## 2.2.48 08/07/2024
* Bundle web-ui v2.2.48
* Add 'install_builtin_appliances' and 'resources_path' settings in the server config
* Option to keep the compute IDs unchanged when exporting a project
* Forbid unsafe Qemu additional options
* Fix error when snapshot exists with an underscore in the name
* Upgrade sentry-sdk, psutil and aiofiles packages
* Fix check for IPv6 enabled on host
## 2.2.47 15/05/2024
* Fix update-bundled-web-ui.sh script

View File

@ -57,7 +57,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://ec32b24c329df619c8b9b1c58cfedcdb@o19455.ingest.us.sentry.io/38482"
DSN = "https://3fb84d1ee07fa46b3638825e30cb8f05@o19455.ingest.us.sentry.io/38482"
_instance = None
def __init__(self):

File diff suppressed because one or more lines are too long

View File

@ -23,8 +23,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "2.2.48.dev1"
__version_info__ = (2, 2, 48, 99)
__version__ = "2.2.48"
__version_info__ = (2, 2, 48, 0)
if "dev" in __version__:
try: