Releases: saltstack-formulas/template-formula
Releases · saltstack-formulas/template-formula
v5.0.2
5.0.2 (2021-04-14)
Bug Fixes
- convert-formula.sh: replace instances of
template-formula
for CI (537fe65), closes #231
Tests
- standardise use of
share
suite & _mapdata
state [skip ci] (bbe1c78)
v5.0.1
5.0.1 (2021-03-09)
Bug Fixes
- convert-formula:
_mapdata
control name must use the formula one (1f3600d)
v5.0.0
5.0.0 (2021-03-09)
Bug Fixes
- inspec: validate
map.jinja
configuration (41d222e)
Continuous Integration
- kitchen+ci: use latest pre-salted images (after CVE) [skip ci] (6453145)
Features
- map: update to v5
map.jinja
(42e1932)
BREAKING CHANGES
- map:
map.jinja
now exports a generic mapdata
variable
- map: The per grain parameter values are now under
TEMPLATE/parameters/
v4.3.8
4.3.8 (2021-02-21)
Continuous Integration
- gemfile+lock: use
ssf
customised kitchen-docker
repo [skip ci] (23c2bb2)
- kitchen+gitlab-ci: use latest pre-salted images [skip ci] (00823a2)
Tests
- _mapdata: add verification files for Fedora 33 & Tumbleweed (3347b85)
v4.3.7
4.3.7 (2021-02-11)
Continuous Integration
- pre-commit: update hook for
rubocop
[skip ci] (978a7e7)
Styles
- inspec: match current practices for file and control names (aa8a58b)
Tests
- share: standardise with latest changes [skip ci] (dab2f34)
v4.3.6
4.3.6 (2021-01-14)
Bug Fixes
- _mapdata: ensure map data is directly under
values
(bcb8e29)
Tests
- _mapdata: update for
_mapdata/init.sls
change (50162ad)
v4.3.5
4.3.5 (2020-12-23)
Code Refactoring
- map: use top-level
values:
key in map.jinja
dumps (f8e8fcb)
v4.3.4
4.3.4 (2020-12-22)
Continuous Integration
- commitlint: ensure
upstream/master
uses main repo URL [skip ci] (e476d5a)
- gitlab-ci: add
rubocop
linter (with allow_failure
) [skip ci] (4c300d0)
Tests
- _mapdata: fix existing verification files (6bbafed)
- map: standardise
map.jinja
verification (4c8cf32)
v4.3.3
4.3.3 (2020-12-16)
Bug Fixes
- codeowners: ensure
lib*
files are owned by ssf
(d60cc15)
Continuous Integration
- gitlab-ci: use GitLab CI as Travis CI replacement (0403f62)
v4.3.2
4.3.2 (2020-10-31)
Bug Fixes
- convert-formula.sh: add -_ to allowed chars in formula name (a999fee)
- convert-formula.sh: delete all existing tags (7c33601), closes #210