Release v2.2.61

This commit is contained in:
grossmj 2026-07-30 12:53:08 +02:00
parent 5485eef3ad
commit da2942c139
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7
3 changed files with 12 additions and 3 deletions

View File

@ -1,5 +1,14 @@
# Change Log # Change Log
## 2.2.61 30/07/2026
* Sync appliances
* fix(import): unvalidated symlink creation in import_project
* fix(qemu): fix addition of QEMU RNG device causes interface names to change
* fix(qemu): remove trailing space from RNG object argument
* fix: do not start nodes when deleting a project
* fix: correct always-true state check in DockerVM.stop()
## 2.2.60 15/07/2026 ## 2.2.60 15/07/2026
* Sync appliances * Sync appliances

View File

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

View File

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