Skip to content

Releases: saltstack-formulas/template-formula

v2.0.3

24 Apr 13:11
Compare
Choose a tag to compare

2.0.3 (2019-04-24)

Bug Fixes

  • comments: explain that at least an empty dict is required (426f955), closes #93

Continuous Integration

  • kitchen: use pre-salted images instead (2855ed6)

v2.0.2

22 Apr 05:05
Compare
Choose a tag to compare

2.0.2 (2019-04-22)

Code Refactoring

  • config_clean: remove unused import from libtofs.jinja (b7cb585)

Continuous Integration

  • kitchen+travis: implement new distro-python-salt_version matrix (bd4792d)

v2.0.1

25 Mar 22:45
Compare
Choose a tag to compare

2.0.1 (2019-03-25)

Code Refactoring

  • tofs: ensure (v2 > v1 > default) checking for src_files (3e62d7b)
  • tofs: make files_switch macro fully portable (a98b777)
  • tofs: use config rather than pillar throughout (5730e94)

v2.0.0

24 Mar 03:42
Compare
Choose a tag to compare

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

24 Mar 01:59
Compare
Choose a tag to compare

1.2.6 (2019-03-24)

Reverts

v1.2.5

23 Mar 16:01
Compare
Choose a tag to compare

1.2.5 (2019-03-23)

Bug Fixes

  • travis: use version numbers in Gemfile to prevent failed builds (35f7111)

v1.2.4

22 Mar 21:15
Compare
Choose a tag to compare

1.2.4 (2019-03-22)

Code Refactoring

  • tofs: avoid using “salt['config.get']” for formula writers (60d43e7)

v1.2.3

13 Mar 17:43
Compare
Choose a tag to compare

1.2.3 (2019-03-13)

Documentation

  • tofs: incorrect path for “source_files” lookup key (a76f659)

v1.2.2

09 Mar 22:24
Compare
Choose a tag to compare

1.2.2 (2019-03-09)

Bug Fixes

v1.2.1

07 Mar 19:07
Compare
Choose a tag to compare

1.2.1 (2019-03-07)

Code Refactoring

Styles

  • map: use - for each Jinja block (64e3834)