Releases: saltstack-formulas/template-formula
Releases · saltstack-formulas/template-formula
v1.2.0
v1.1.2
1.1.2 (2019-03-03)
Documentation
v1.1.1
v1.1.0
v1.0.1
1.0.1 (2019-03-01)
Continuous Integration
- travis: remove unavailable files from
markdown-toc
process (3148f0d)
Documentation
- contributing: convert to
.rst
and move todocs
subdir (474f318) - index: add
CONTRIBUTING
to thetoctree
(0c98e67) - readme: move under
docs
subdir to access in both GitHub and RTD (c92f674) - readme: update heading markers for consistency (5a2bea8)
- rtd: add basic
index.rst
to allow RTD to produce docs (f02139f) - rtd: use internal link targets at the top of each
.rst
file (da09528)
v1.0.0
1.0.0 (2019-02-28)
Code Refactoring
- components: split components into separate subdirs (d957055), closes /github.com/saltstack-formulas/template-formula/pull/48#pullrequestreview-207182085 /github.com/saltstack-formulas/template-formula/pull/48#discussion_r259805312
- include+require: use variable for duplicate values (4443518)
- pkg: change to
package
instead (2cd82e5), closes /github.com/saltstack-formulas/template-formula/pull/48#discussion_r259951123 - pkg: move
pkg
related components into separate directory (c21f82b) - states: set state IDs based on a dependable structure (6690ee6), closes /github.com/saltstack-formulas/template-formula/pull/48#discussion_r259953473 /github.com/saltstack-formulas/template-formula/pull/48#discussion_r259956996
- topdir: use for
include
andrequire
exceptinit.sls
(a218e91) - tpldir: use
topdir
globally in place oftpldir
(2838bc9) - tplroot: use
tplroot
instead oftopdir
to matchtpldata
(b7356b0)
Continuous Integration
- kitchen: specify
image
explicitly for each platform (b25fbdc) - kitchen+travis: use
debian:jessie-backports
asdebian-8
(1b9d249), closes #50 /github.com/saltstack/salt-pack/issues/657#issuecomment-467932962
Documentation
- components: update for separation of
pkg
,config
&service
(726fcab) - readme: add suggested improvement to
template.service.clean
(bf1039c) - readme: fix typos (007159a)
Features
- pkg: add
clean
states (422c7ac) - pkg: use
require
requisite betweenpkg
states (6e7141b), closes /github.com/saltstack/salt/blob/0c78d7dc894058988d171a28a11bd4a9dbf60266/salt/utils/jinja.py#L120 /github.com/saltstack/salt/blob/0c78d7dc894058988d171a28a11bd4a9dbf60266/salt/utils/templates.py#L145 /github.com/saltstack/salt/issues/10838#issuecomment-391718086
Reverts
- kitchen+travis: disable
debian-8
due to2019.2
bug (e8f0f7e)
BREAKING CHANGES
- states: Wholesale state ID changes will break implementations
that are relying on the previous state IDs for requisite purposes. - pkg: Changing the
pkg
directory topackage
will break
implementations that are depending onpkg
forinclude
orsls
-based
requisite purposes.
v0.7.6
v0.7.5
0.7.5 (2019-02-27)
Bug Fixes
- pillar: fix
os_family
typo (3f89c12) - tofs: update comments in
files_switch
macro for new method (3fa3640)
Code Refactoring
- macros: use
tplroot
instead oftopdir
to matchtpldata
(923b459)
Documentation
- tofs: add more sub-headings to ease document navigation (2c5dc21)
- tofs: apply language formatting to source code blocks (0638413)
- tofs: explain how all parts of the
source
can be customised (2f82eb5), closes #44 - tofs: improve general use of language (5105d29)
- tofs: update the
files_switch
section for the updated macro (788f732) - tofs: use
{%-
for all Jinja statements (4348df8)