Skip to content

Releases: amidaware/tacticalrmm

Release v0.4.18

24 Feb 21:04
Compare
Choose a tag to compare

Web v0.4.18

  • Started documentation site https://wh1te909.github.io/tacticalrmm/
  • Added new option to Automated Task 'Run Once' schedule to "Run task ASAP after scheduled start is missed" see agent 1.4.7 notes below
  • #285 backup.sh and restore.sh no longer need to be manually edited, they will grep postgres username/password from Django's local settings file
  • 2497675 UI changes for AddAutomated Task and ScriptCheck models
  • Added #247

Agent v1.4.7

  • Updated windows api sched task func to accept the run asap after missed option which will set the "Run task as soon as possible after a scheduled start is missed" in windows task scheduler.

Release v0.4.17

23 Feb 19:29
Compare
Choose a tag to compare
  • More alert manager fixes
  • Move annotation labels to the left of the check history chart
  • Make check results chart more responsive with large amounts of data

Release v0.4.16

21 Feb 10:00
Compare
Choose a tag to compare
  • Fixed generated agent exe in docker

Release v0.4.15

21 Feb 08:39
Compare
Choose a tag to compare
  • Update to Python 3.9
  • e192f8d Don't create alerts if not configured to do so

Release v0.4.14

20 Feb 22:36
Compare
Choose a tag to compare
  • fixed script args not being passed to run_script function
  • added Prune Alerts to server maintenance ui
  • added optional --force flag to update.sh

Release v0.4.13

20 Feb 10:20
Compare
Choose a tag to compare
  • Fixed #283
  • Fixed 'Last Response' column in agent table not showing correct timezone
  • Added #286
  • Alerts Manager fixes

Release v0.4.12

18 Feb 07:38
Compare
Choose a tag to compare
  • fixed typo that was causing agent table to not load if alert template was applied

Release v0.4.11

17 Feb 23:42
Compare
Choose a tag to compare

RMM 0.4.11 and Agent 1.4.6

  • All binaries now built with go 1.16
  • Removed agent_outages vacuum from backup.sh script since its postgres table no longer exists
  • Removed all postgres vacuum commands from update.sh script
  • Added a check in update.sh script to detect old go version and update it to 1.16

Release v0.4.10

17 Feb 19:38
Compare
Choose a tag to compare

Release v0.4.9

16 Feb 23:42
Compare
Choose a tag to compare
  • cb29b52 removed old import which was causing celerybeat to error and some periodic background tasks to not run at all