Release v3.0.6

This commit is contained in:
grossmj 2026-01-28 22:30:36 +08:00
parent a72980b2d9
commit 3915918c41
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7
3 changed files with 14 additions and 3 deletions

View File

@ -1,5 +1,16 @@
# Change Log
## 3.0.6 28/01/2026
* Sync appliances
* Fix creating Qemu disk image. Fixes #2542
* Disable checking for available disk space. Ref #2548
* Set default location of udhcpc in "/etc/network/udhcpc". Fixes #2582
* Support for Python 3.14
* Fix non-ASCII characters in project names
* Increase DB engine pool size and max overflow
* Enable ip cef in IOU L2 and IOU L3 base configs
## 2.2.56 21/01/2026
* Set default location of udhcpc in "/etc/network/udhcpc". Fixes #2582

View File

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

View File

@ -22,8 +22,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "3.0.5"
__version_info__ = (3, 0, 5, 0)
__version__ = "3.0.6"
__version_info__ = (3, 0, 6, 0)
if "dev" in __version__:
try: