v3.0.0
saltstack-formulas-travis
released this
12 Jan 09:06
·
114 commits
to master
since this release
3.0.0 (2021-01-12)
Code Refactoring
- map: compound matchers like parsing with
libmatchers
(925c86e) - map: load
defaults.jinja
configuration withlibmapstack
(174bb68) - map: load
map.jinja
configuration withlibmapstack
(568bb7c) - map: load formula configuration with
libmatchers
(ff6b56c)
Documentation
- map: document the new
map.jinja
with targeting like syntax (7ecb24b)
Features
- map: use targeting like syntax for configuration (1be0d87)
- matchers: add delimiter option for source definitions (d69556d)
Styles
- mapstack: variables in macro can't be exported (7de2d6f)
BREAKING CHANGES
- map: the configuration
map_jinja:sources
is only
configurable withsalt://parameters/map_jinja.yaml
andsalt://{{ tplroot }}/parameters/map_jinja.yaml
- map: the
map_jinja:config_get_roots
is replaced by
compound likemap_jinja:sources
- map: the two
config_get_lookup
andconfig_get
are
replaced byC@<tplroot>:lookup
andC@<tplroot>
sources