Releases: jgraichen/salt-tower
Releases · jgraichen/salt-tower
v1.11.0
Added
- Raise error from
yamlet
renderer when an included file does not exist
- Experimental inventory feature
v1.9.0
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.
1.7.0
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
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