-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(map): update to v5 map.jinja
#17
feat(map): update to v5 map.jinja
#17
Conversation
409d2ee
to
6b97453
Compare
`map.jinja` is now generic, the post-processing is now done in `post-map.jinja`. The `java-formula` requires a dedicated `map.jinja` configuration to load values for the `kernel` grains. BREAKING CHANGE: `map.jinja` now export a generic `mapdata` variable BREAKING CHANGE: The parameters per grains are now under `java/parameters/`
We need to update the reference files to include the `map.jinja` sources configuration.
6b97453
to
80a3f8f
Compare
Nice finale for this series of PRs, @baby-gnu! All good from my end but I'll just leave time for @noelmcloughlin, who is the main code owner here. |
It looks like I changed the order in which the values are loaded from the YAML files:
I can modify |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. thanks.
Only if you are aware it causes a problem I guess. |
🎉 This PR is included in version 2.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
PR progress checklist (to be filled in by reviewers)
What type of PR is this?
Primary type
[build]
Changes related to the build system[chore]
Changes to the build process or auxiliary tools and libraries such as documentation generation[ci]
Changes to the continuous integration configuration[feat]
A new feature[fix]
A bug fix[perf]
A code change that improves performance[refactor]
A code change that neither fixes a bug nor adds a feature[revert]
A change used to revert a previous commit[style]
Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)Secondary type
[docs]
Documentation changes[test]
Adding missing or correcting existing testsDoes this PR introduce a
BREAKING CHANGE
?Yes.
BREAKING CHANGE:
map.jinja
now export a genericmapdata
variableBREAKING CHANGE: The parameters per grains are now under
java/parameters/
Related issues and/or pull requests
Describe the changes you're proposing
map.jinja
is now generic, the post-processing is now done injava/post-map.jinja
.The
java-formula
requires a dedicatedmap.jinja
configuration to load values for thekernel
grains.Pillar / config required to test the proposed changes
Debug log showing how the proposed changes work
Documentation checklist
README
(e.g.Available states
).pillar.example
.Testing checklist
state_top
).Additional context