Skip to content

Commit

Permalink
Release v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Jan 3, 2025
1 parent d34c3a0 commit 469bd69
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 3.0.2 03/01/2025

* Bundle web-ui v3.0.2
* Support to create templates based on image checksums.
* Improvements for installing built-in disks.
* Use watchdog instead of watchfiles to monitor for new images on the file system
* Drop Python 3.8
* Replace python-jose library by joserfc
* Upgrade dependencies
* Remove blocking IOU phone home call.

## 3.0.1 27/12/2024

* Bundle web-ui v3.0.1
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://847198b87dbd50ef8962901641918a08@o19455.ingest.us.sentry.io/38482"
DSN = "https://9cf53e6b9adfe49b867f1847b7cc4d72@o19455.ingest.us.sentry.io/38482"
_instance = None

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

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.1"
__version_info__ = (3, 0, 1, 0)
__version__ = "3.0.2"
__version_info__ = (3, 0, 2, 0)

if "dev" in __version__:
try:
Expand Down

0 comments on commit 469bd69

Please sign in to comment.