Skip to content

Commit

Permalink
Release 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Dec 9, 2020
2 parents a4194b1 + 8536754 commit 2b3cec0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions api/tacticalrmm/tacticalrmm/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
7 changes: 5 additions & 2 deletions web/src/components/modals/agents/AgentRecovery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@
<p>Fix issues with the Tactical Checkrunner windows service which handles running all checks.</p>
</q-card-section>
<q-card-section v-show="mode === 'salt'">
<p>Fix issues with the salt-minion which handles windows updates, chocolatey and scheduled tasks.</p>
<p>Fix issues with the salt-minion which handles windows updates and chocolatey.</p>
</q-card-section>
<q-card-section v-show="mode === 'rpc'">
<p>Fix issues with the Tactical RPC service which handles most of the agent's realtime functions.</p>
<p>
Fix issues with the Tactical RPC service which handles most of the agent's realtime functions and scheduled
tasks.
</p>
</q-card-section>
<q-card-section v-show="mode === 'command'">
<p>Run a shell command on the agent.</p>
Expand Down

0 comments on commit 2b3cec0

Please sign in to comment.