From 1f362358010d4ab808f200e13046fa5fbb0ed99b Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Wed, 9 Dec 2020 05:04:25 +0000 Subject: [PATCH 1/2] fix wording --- web/src/components/modals/agents/AgentRecovery.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/web/src/components/modals/agents/AgentRecovery.vue b/web/src/components/modals/agents/AgentRecovery.vue index a4d1062a78..995ce0f4aa 100644 --- a/web/src/components/modals/agents/AgentRecovery.vue +++ b/web/src/components/modals/agents/AgentRecovery.vue @@ -27,10 +27,13 @@

Fix issues with the Tactical Checkrunner windows service which handles running all checks.

-

Fix issues with the salt-minion which handles windows updates, chocolatey and scheduled tasks.

+

Fix issues with the salt-minion which handles windows updates and chocolatey.

-

Fix issues with the Tactical RPC service which handles most of the agent's realtime functions.

+

+ Fix issues with the Tactical RPC service which handles most of the agent's realtime functions and scheduled + tasks. +

Run a shell command on the agent.

From 8536754d1462868ab821af4cccf965320a16c438 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Wed, 9 Dec 2020 05:06:19 +0000 Subject: [PATCH 2/2] bump version for new agent --- api/tacticalrmm/tacticalrmm/settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/tacticalrmm/tacticalrmm/settings.py b/api/tacticalrmm/tacticalrmm/settings.py index 4a28670ab7..151ce724ce 100644 --- a/api/tacticalrmm/tacticalrmm/settings.py +++ b/api/tacticalrmm/tacticalrmm/settings.py @@ -15,17 +15,17 @@ AUTH_USER_MODEL = "accounts.User" # latest release -TRMM_VERSION = "0.2.8" +TRMM_VERSION = "0.2.9" # bump this version everytime vue code is changed # to alert user they need to manually refresh their browser -APP_VER = "0.0.97" +APP_VER = "0.0.98" # https://github.com/wh1te909/salt LATEST_SALT_VER = "1.1.0" # https://github.com/wh1te909/rmmagent -LATEST_AGENT_VER = "1.1.3" +LATEST_AGENT_VER = "1.1.4" MESH_VER = "0.7.14"