Releases: saltstack-formulas/template-formula
Releases · saltstack-formulas/template-formula
v2.0.3
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2019-03-24)
Code Refactoring
- tofs: move “files_switch” macro to “libtofs.jinja” (da7e692)
BREAKING CHANGES
-
tofs: every formula writer will need to change the import
to use this new version. -
template/libtofs.jinja: provides the “files_switch” macro.
-
docs/TOFS_pattern.rst: update documentation to use the new path.
-
template/config/clean.sls: change import from “macros.jinja” to “libtofs.jinja”.
-
template/config/file.sls: ditoo.
v1.2.6
1.2.6 (2019-03-24)
Reverts
- kitchen+travis: use
debian:jessie-backports
asdebian-8
(dcd141a), closes /github.com/saltstack/salt-pack/issues/657#issuecomment-474954298
v1.2.5
v1.2.4
v1.2.3
v1.2.2
1.2.2 (2019-03-09)
Bug Fixes
- tofs: update use of state ID in
config
andpillar
(3d9a24c) - tofs: use
source_files
instead offiles
(5110716), closes /freenode.logbot.info/saltstack-formulas/20190308#c2046753
v1.2.1
1.2.1 (2019-03-07)
Code Refactoring
- kitchen:
pillars-from-files
=>pillars_from_files
(7c954a7), closes /github.com/saltstack-formulas/packages-formula/pull/50#discussion_r262769817
Styles
- map: use
-
for each Jinja block (64e3834)