From 99efd25cd7dd15a34a550024cd7fc5dec86e308b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 15 Sep 2023 08:59:12 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2023-09-15) ### Build System * **semantic-release:** fixup repo URL ([e24e9b3](https://github.com/cobbler/cobbler-formula/commit/e24e9b3ebd5c8aa50e3a1c165143058abb5c6360)) * **semantic-release:** switch release pattern ([127cd26](https://github.com/cobbler/cobbler-formula/commit/127cd26ac90a84dad5b08aafdc3032c0875d07b9)) ### Continuous Integration * **github:** enable actions workflows ([e0f810d](https://github.com/cobbler/cobbler-formula/commit/e0f810d7e2c598bd394aae627c8951f59fd28af7)) * **github:** switch to main branch ([61b9654](https://github.com/cobbler/cobbler-formula/commit/61b9654b8b5519cc0262ccf8dda8a11900746677)) * **pre-commit:** bump salt-lint ([76eb2cc](https://github.com/cobbler/cobbler-formula/commit/76eb2cc15c61938d9c827e275b58e2a63388b0f5)) * **semantic-release:** add package.json ([3af9161](https://github.com/cobbler/cobbler-formula/commit/3af91615c6d6798cc958ba7101a2ccd7a9a391c1)) ### Documentation * **readme:** switch github badge url to main ([1378197](https://github.com/cobbler/cobbler-formula/commit/1378197b9b3651af5cce8190372c568a5a86e5a5)) * **readme:** switch to github badge ([4c78163](https://github.com/cobbler/cobbler-formula/commit/4c78163fef16236a635f8131ed9ebd0e6f9671bd)) ### Features * convert `template-formula` to `cobbler-formula` ([3f491cb](https://github.com/cobbler/cobbler-formula/commit/3f491cbb29c0c2027984bfc26762d16db53c31a5)) * initial commit ([713c58f](https://github.com/cobbler/cobbler-formula/commit/713c58f11f6742eff0baed7f4cb4d23221f2d834)) ### Tests * **kitchen:** remove amazonlinux from testing ([64fb4a8](https://github.com/cobbler/cobbler-formula/commit/64fb4a8fb860b997f0634ee5d31d5a8d9b016e5a)) ### BREAKING CHANGES * changed all state names and ids --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++ docs/CHANGELOG.rst | 48 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 87 insertions(+) create mode 100644 CHANGELOG.md create mode 100644 docs/CHANGELOG.rst diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f9dd545 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,39 @@ +# Changelog + +# 1.0.0 (2023-09-15) + + +### Build System + +* **semantic-release:** fixup repo URL ([e24e9b3](https://github.com/cobbler/cobbler-formula/commit/e24e9b3ebd5c8aa50e3a1c165143058abb5c6360)) +* **semantic-release:** switch release pattern ([127cd26](https://github.com/cobbler/cobbler-formula/commit/127cd26ac90a84dad5b08aafdc3032c0875d07b9)) + + +### Continuous Integration + +* **github:** enable actions workflows ([e0f810d](https://github.com/cobbler/cobbler-formula/commit/e0f810d7e2c598bd394aae627c8951f59fd28af7)) +* **github:** switch to main branch ([61b9654](https://github.com/cobbler/cobbler-formula/commit/61b9654b8b5519cc0262ccf8dda8a11900746677)) +* **pre-commit:** bump salt-lint ([76eb2cc](https://github.com/cobbler/cobbler-formula/commit/76eb2cc15c61938d9c827e275b58e2a63388b0f5)) +* **semantic-release:** add package.json ([3af9161](https://github.com/cobbler/cobbler-formula/commit/3af91615c6d6798cc958ba7101a2ccd7a9a391c1)) + + +### Documentation + +* **readme:** switch github badge url to main ([1378197](https://github.com/cobbler/cobbler-formula/commit/1378197b9b3651af5cce8190372c568a5a86e5a5)) +* **readme:** switch to github badge ([4c78163](https://github.com/cobbler/cobbler-formula/commit/4c78163fef16236a635f8131ed9ebd0e6f9671bd)) + + +### Features + +* convert `template-formula` to `cobbler-formula` ([3f491cb](https://github.com/cobbler/cobbler-formula/commit/3f491cbb29c0c2027984bfc26762d16db53c31a5)) +* initial commit ([713c58f](https://github.com/cobbler/cobbler-formula/commit/713c58f11f6742eff0baed7f4cb4d23221f2d834)) + + +### Tests + +* **kitchen:** remove amazonlinux from testing ([64fb4a8](https://github.com/cobbler/cobbler-formula/commit/64fb4a8fb860b997f0634ee5d31d5a8d9b016e5a)) + + +### BREAKING CHANGES + +* changed all state names and ids diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst new file mode 100644 index 0000000..c3f1d58 --- /dev/null +++ b/docs/CHANGELOG.rst @@ -0,0 +1,48 @@ + +Changelog +========= + +1.0.0 (2023-09-15) +------------------ + +Build System +^^^^^^^^^^^^ + + +* **semantic-release:** fixup repo URL (\ `e24e9b3 `_\ ) +* **semantic-release:** switch release pattern (\ `127cd26 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **github:** enable actions workflows (\ `e0f810d `_\ ) +* **github:** switch to main branch (\ `61b9654 `_\ ) +* **pre-commit:** bump salt-lint (\ `76eb2cc `_\ ) +* **semantic-release:** add package.json (\ `3af9161 `_\ ) + +Documentation +^^^^^^^^^^^^^ + + +* **readme:** switch github badge url to main (\ `1378197 `_\ ) +* **readme:** switch to github badge (\ `4c78163 `_\ ) + +Features +^^^^^^^^ + + +* convert ``template-formula`` to ``cobbler-formula`` (\ `3f491cb `_\ ) +* initial commit (\ `713c58f `_\ ) + +Tests +^^^^^ + + +* **kitchen:** remove amazonlinux from testing (\ `64fb4a8 `_\ ) + +BREAKING CHANGES +^^^^^^^^^^^^^^^^ + + +* changed all state names and ids