Skip to content

Commit

Permalink
Release v3.0.0a6
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Nov 15, 2023
1 parent 48dab4a commit 24d958d
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 10 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 3.0.0a6 15/11/2023

* Bundle web-ui v3.0.0a6
* Upgrade to aiohttp v3.9.0rc0
* Install Docker resources in writable location
* Default compute username is "gns3"
* 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
* Fix broken link to Web UI in 3.0 branch. Fixes #2312
* Fix sample config: VMware section declared twice. Fixes #2311
* Fix ws console and packet capture over SSL
* Support for web socket console over HTTPS
* Allow disabling hardware virtualization check

## 2.2.44 06/11/2023

* Bundle web-ui v2.2.44
Expand Down
2 changes: 1 addition & 1 deletion gns3server/crash_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class CrashReport:
Report crash to a third party service
"""

DSN = "https://803d7abaf0e865096421affb70ee9368@o19455.ingest.sentry.io/38482"
DSN = "https://7439f47d7914699d39d94fa76b867a65@o19455.ingest.sentry.io/38482"
_instance = None

def __init__(self):
Expand Down
1 change: 0 additions & 1 deletion gns3server/static/web-ui/main.25c9e252a720e771.js

This file was deleted.

1 change: 0 additions & 1 deletion gns3server/static/web-ui/polyfills.6b3755eb116e6874.js

This file was deleted.

5 changes: 0 additions & 5 deletions gns3server/static/web-ui/styles.b963da6083ba40af.css

This file was deleted.

4 changes: 2 additions & 2 deletions gns3server/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)

__version__ = "3.0.0.dev10"
__version_info__ = (3, 0, 0, 99)
__version__ = "3.0.0a6"
__version_info__ = (3, 0, 0, -99)

if "dev" in __version__:
try:
Expand Down

0 comments on commit 24d958d

Please sign in to comment.