diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe840d..d781d28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +# [1.1.0](https://github.com/cobbler/cobbler-formula/compare/v1.0.1...v1.1.0) (2023-11-17) + + +### Bug Fixes + +* **formula:** example pillar ([aed0e0c](https://github.com/cobbler/cobbler-formula/commit/aed0e0cba924413f803475d0733fdfa56dbea8d6)) + + +### Continuous Integration + +* **github:** don't fail fast ([548b166](https://github.com/cobbler/cobbler-formula/commit/548b1667d23a58f63bb1aa172c299c2c3c660e95)) + + +### Features + +* **formula:** define supported operating sytems ([0c609a9](https://github.com/cobbler/cobbler-formula/commit/0c609a979f1934d153afbe4894a764059923f385)) + ## [1.0.1](https://github.com/cobbler/cobbler-formula/compare/v1.0.0...v1.0.1) (2023-11-17) diff --git a/FORMULA b/FORMULA index 2b4c721..d47b304 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: cobbler os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, Oracle, Suse, openSUSE os_family: Debian, RedHat, Suse -version: 1.0.1 +version: 1.1.0 release: 1 minimum_version: 2019.2 summary: cobbler formula diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 638485f..14004df 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,27 @@ Changelog ========= +`1.1.0 `_ (2023-11-17) +---------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **formula:** example pillar (\ `aed0e0c `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **github:** don't fail fast (\ `548b166 `_\ ) + +Features +^^^^^^^^ + + +* **formula:** define supported operating sytems (\ `0c609a9 `_\ ) + `1.0.1 `_ (2023-11-17) ----------------------------------------------------------------------------------------------