Skip to content

Releases: kkthxbye-code/netbox-script-manager

v0.3.7

17 Oct 12:48
Compare
Choose a tag to compare
  • Fix "Create" changelogs not being created when a scheduled script is re-enqueued.

Full Changelog: v0.3.6...v0.3.7

v0.3.6

17 Oct 12:47
Compare
Choose a tag to compare
  • Cast log messages to string to prevent loggin None from throwing an error.
  • Fix schema for ScriptInstance actions.

Full Changelog: v0.3.5...v0.3.6

v0.3.5

17 Oct 12:46
Compare
Choose a tag to compare
  • Fix API schema generation by adding docstring to rq-status endpoint.

Full Changelog: v0.3.4...v0.3.5

v0.3.4

16 Oct 07:48
Compare
Choose a tag to compare
  • Added git sync action to API

Full Changelog: v0.3.3...v0.3.4

v0.3.3

10 Oct 06:37
Compare
Choose a tag to compare
  • Clear output when re-enqueuing a scheduled script.
  • Set the initial value of checkboxes when rerunning scripts.

Full Changelog: v0.3.2...v0.3.3

v0.3.2

09 Oct 11:58
Compare
Choose a tag to compare
  • Add scheduled/interval to script execution details
  • Fix duration being calculed by created time when not started yet.
  • Set new request id when scheduling the next task. Fixes exception when the next script was queued.

Full Changelog: v0.3.1...v0.3.2

v0.3.1

09 Oct 11:23
Compare
Choose a tag to compare
  • Added last_execution column to ScriptInstance table
  • Slight change in default columns for ScriptInstance table

Full Changelog: v0.3.0...v0.3.1

v0.3.0

09 Oct 05:55
Compare
Choose a tag to compare
  • Added optional tenant field to ScriptInstance

Full Changelog: v0.2.4...v0.3.0

v0.2.4

06 Oct 12:04
Compare
Choose a tag to compare
  • Fix FileVar not working
  • Rewrote git sync support to use system git

Full Changelog: v0.2.3...v0.2.4

v0.2.3

04 Oct 10:28
Compare
Choose a tag to compare
  • Initial support for git sync (still WIP)