Release v2.2.33

pull/2077/head v2.2.33
grossmj 2 years ago
parent 4280655b3a
commit 162a8baf7b

@ -1,5 +1,16 @@
# Change Log
## 2.2.33 20/06/2022
* Release web-ui v2.2.33
* Upgrade sentry-sdk and psutil
* Remove parameter "Name" not useful to create a Docker container
* Support to reset all console connections. Ref https://github.com/GNS3/gns3-server/issues/1619
* Config option to disable built-in templates
* Add hostname entry to sample network config for Docker nodes. Fixes #2039
* Run Xtigervnc with MIT-SHM extension disabled for Docker VNC console support. Fixes #2071
* Added OpenRC init script
## 2.2.32 27/04/2022
* Docker: load custom interface files from /etc/network/interfaces (commented by default). Ref #2052

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

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

Loading…
Cancel
Save