-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [3.0.0](v2.0.6...v3.0.0) (2021-01-12) ### Code Refactoring * **map:** compound matchers like parsing with `libmatchers` ([925c86e](925c86e)) * **map:** load `defaults.jinja` configuration with `libmapstack` ([174bb68](174bb68)) * **map:** load `map.jinja` configuration with `libmapstack` ([568bb7c](568bb7c)) * **map:** load formula configuration with `libmatchers` ([ff6b56c](ff6b56c)) ### Documentation * **map:** document the new `map.jinja` with targeting like syntax ([7ecb24b](7ecb24b)) ### Features * **map:** use targeting like syntax for configuration ([1be0d87](1be0d87)) * **matchers:** add delimiter option for source definitions ([d69556d](d69556d)) ### Styles * **mapstack:** variables in macro can't be exported ([7de2d6f](7de2d6f)) ### BREAKING CHANGES * **map:** the configuration `map_jinja:sources` is only configurable with `salt://parameters/map_jinja.yaml` and `salt://{{ tplroot }}/parameters/map_jinja.yaml` * **map:** the `map_jinja:config_get_roots` is replaced by compound like `map_jinja:sources` * **map:** the two `config_get_lookup` and `config_get` are replaced by `C@<tplroot>:lookup` and `C@<tplroot>` sources
- Loading branch information
1 parent
9955923
commit e045369
Showing
5 changed files
with
99 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters