New Saltstack Salt formula
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. ---
  2. # Usage:
  3. #
  4. # reno list
  5. # reno new slug-title --edit
  6. # reno report --no-show-source
  7. # Change prelude_section_name to 'summary' from default value prelude
  8. prelude_section_name: summary
  9. show_source: False
  10. sections:
  11. # summary/prelude section is always included
  12. - [features, New Features]
  13. - [issues, Known Issues]
  14. - [fixes, Bug Fixes]
  15. - [other, Other Notes]
  16. template: |
  17. ---
  18. # Author the following sections or remove the section if it is not related.
  19. # Use one release note per a feature.
  20. #
  21. # If you miss a section from the list below, please first submit a review
  22. # adding it to releasenotes/config.yaml.
  23. #
  24. summary: >
  25. This section is not mandatory. Use it to highlight the change.
  26. features:
  27. - Use list to record summary of features.
  28. - |
  29. Provide detailed description with examples.
  30. Format with reStructuredText.
  31. .. code-block:: text
  32. provide model/formula pillar snippets
  33. issues:
  34. - Use list to record known limitations.
  35. fixes:
  36. - Use list to record summary of fixes.
  37. Quick and dirty `git log --oneline`.
  38. other:
  39. - Author additional notes for the release.
  40. - Format with reStructuredText.
  41. - |
  42. Use this section if note is not related to one of the common sections:
  43. features, issues, upgrade, deprecations, security, fixes, api, cli
  44. * list item 1
  45. * list item 2
  46. .. code-block:: yaml
  47. formula:
  48. example:
  49. enabled: true