diff --git a/api/tacticalrmm/requirements.txt b/api/tacticalrmm/requirements.txt index 7c6c3e26..2be73509 100644 --- a/api/tacticalrmm/requirements.txt +++ b/api/tacticalrmm/requirements.txt @@ -6,7 +6,7 @@ cffi==1.16.0 channels==4.1.0 channels_redis==4.2.0 cryptography==42.0.8 -Django==4.2.13 +Django==4.2.14 django-cors-headers==4.4.0 django-filter==24.2 django-rest-knox==4.2.0 diff --git a/api/tacticalrmm/tacticalrmm/settings.py b/api/tacticalrmm/tacticalrmm/settings.py index d1b67cec..ef39fb2a 100644 --- a/api/tacticalrmm/tacticalrmm/settings.py +++ b/api/tacticalrmm/tacticalrmm/settings.py @@ -31,7 +31,7 @@ WEB_VERSION = "0.101.46" APP_VER = "0.0.193" # https://github.com/amidaware/rmmagent -LATEST_AGENT_VER = "2.7.0" +LATEST_AGENT_VER = "2.8.0" MESH_VER = "1.1.21" @@ -43,7 +43,7 @@ INSTALL_NUSHELL = True # GitHub version to download. The file will be downloaded from GitHub, extracted and installed. # Version to download. If INSTALL_NUSHELL_URL is not provided, the file will be downloaded from GitHub, # extracted and installed. -INSTALL_NUSHELL_VERSION = "0.95.0" +INSTALL_NUSHELL_VERSION = "0.93.0" # URL to download directly. This is expected to be the direct URL, unauthenticated, uncompressed, ready to be installed. # Use {OS}, {ARCH} and {VERSION} to specify the GOOS, GOARCH and INSTALL_NUSHELL_VERSION respectively. # Windows: The ".exe" extension will be added automatically.