Skip to content

v1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Oct 09:48
· 43 commits to main since this release
a31c02a

Added

  • Added support for Service section in custom systemd configuration
  • Added support for After, Requires, Wants and BindsTo within unit section of custom systemd configuration
  • Added support for passing Helm templating from provider chart values through to systemd unit templates
  • Added support for Before and PartOf within unit section of custom systemd configuration
  • Added support for Restart, Environment and EnvironmentFile within service section of custom systemd configuration

Changed

  • Switch systemd Service ExecStart to an array to support multiple commands