Skip to content

v0.2.0

Compare
Choose a tag to compare
@tjhop tjhop released this 17 May 20:51
· 220 commits to main since this release

Changelog

  • 02f10a2 feat(ci): add basic makefile
  • 82273c3 feat(ci): allow systemd reloads to send SIGHUP to mango for reload
  • 4f27d24 feat(ci): provide inventory path to command in systemd unit
  • 64b7e0a feat(ci): update test container image to have systemd for better testing
  • 8e32a95 feat(manager): add ReloadAndRunAll() func, prep context for templates
  • 3d1be47 feat(manager): expose enrollment/runID in template as metadata
  • 41ebd4f feat(template): add more auto-popoulated metadata/runtime vars
  • a2ae54c ref: move templating logic to manager, shell just executes
  • 360e20f ref: store inventory struct within manager struct