Skip to content

Releases: jgraichen/salt-tower

v1.12.0

11 Feb 23:35
v1.12.0
e420514
Compare
Choose a tag to compare

Added

  • Use pillarenv to load specific pillar data (by @zixo)

Full Changelog: v1.11.0...v1.12.0

v1.11.0

05 Feb 17:38
v1.11.0
Compare
Choose a tag to compare

Added

  • Raise error from yamlet renderer when an included file does not exist
  • Experimental inventory feature

v1.10.0

03 Sep 21:42
v1.10.0
Compare
Choose a tag to compare

v1.9.0

16 May 12:16
v1.9.0
e491537
Compare
Choose a tag to compare

Added:

  • New config flag salt_tower.raise_on_missing_files: True to raise an error when an included file does not exist
  • Includes in tower.sls can be marked as optional using a YAML tag

See details and examples in the documentation.

v1.8.0

03 Dec 20:41
v1.8.0
0c4e7d5
Compare
Choose a tag to compare

1.7.0

03 Apr 14:10
v1.7.0
526add1
Compare
Choose a tag to compare

Fixed

  • Python package loader for Salt 3003
  • Calling conventions to have more salt renderer lookup files relative to current template (e.g. JINJA include) (#11)

Added

  • Tower compatibility with Salt 3003 (#18)
  • Experimental flag to have some renderers (e.g. JINJA) lookup files in pillar_roots (#11)

1.6.0

31 Mar 11:50
v1.6.0
706f0b8
Compare
Choose a tag to compare

Added

  • Add require option to tower.get
  • Experimental: Support custom context in template injected render function
  • Deep scrubbing of merge strategies (__) from merged pillar data