Release v2.2.57

This commit is contained in:
grossmj 2026-03-23 09:45:46 +08:00
parent 667833dda5
commit 7adb0c5226
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7
3 changed files with 13 additions and 3 deletions

View File

@ -1,5 +1,15 @@
# Change Log
## 2.2.57 23/03/2026
* feat(telnet_server): improve error handling and connection management
* Deactivate 'use default IOU values' by default and update RAM/NVRAM values
* Make sure the node shows as stopped when the wrap console cannot be stopped
* tests(controller,port): short_name finishes successfully when port name is None
* fix(controller,port): handle None port name to prevent TypeError in short_name method
* fix: busybox static link detection on Alpine/musl
* Take populated disks into consideration when calculating PCI device ID
## 2.2.56.1 28/01/2026
* Fix telnet keepalive options on macOS

View File

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

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.57.dev2"
__version_info__ = (2, 2, 57, 99)
__version__ = "2.2.57"
__version_info__ = (2, 2, 57, 0)
if "dev" in __version__:
try: