From c601a04aea8e0132fece2a3a5a1c1a512b92e436 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 16 Dec 2020 06:56:56 +0000 Subject: [PATCH] chore(release): 1.0.3 [skip ci] ## [1.0.3](https://github.com/saltstack-formulas/telegraf-formula/compare/v1.0.2...v1.0.3) (2020-12-16) ### Continuous Integration * **gitlab-ci:** use GitLab CI as Travis CI replacement ([cfced53](https://github.com/saltstack-formulas/telegraf-formula/commit/cfced539050a019a1f1980569005f5dd088960ff)) * **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([8aa42a8](https://github.com/saltstack-formulas/telegraf-formula/commit/8aa42a82547bb6461bffd251842dbe7282aaec05)) * **pre-commit:** add to formula [skip ci] ([4cedc21](https://github.com/saltstack-formulas/telegraf-formula/commit/4cedc21392b50282093d66c35e111b48ba0efcb5)) * **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([4e0b31b](https://github.com/saltstack-formulas/telegraf-formula/commit/4e0b31beaf004210b3d91ea60dc8bd2d81240a99)) * **pre-commit:** finalise `rstcheck` configuration [skip ci] ([0602d2a](https://github.com/saltstack-formulas/telegraf-formula/commit/0602d2ad6ac66ef247cf89600ed8e165792a8cda)) * **travis:** add notifications => zulip [skip ci] ([8c849fc](https://github.com/saltstack-formulas/telegraf-formula/commit/8c849fc71184c4d90fd5e5ea2113708d90ad2586)) * **workflows/commitlint:** add to repo [skip ci] ([beb229c](https://github.com/saltstack-formulas/telegraf-formula/commit/beb229c6f75a96e99ade87b80c31edf372b13361)) ### Styles * **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] ([64d4d2c](https://github.com/saltstack-formulas/telegraf-formula/commit/64d4d2c5de83362238d49fde5a9e6b4c4c4ed363)) --- AUTHORS.md | 5 +++-- CHANGELOG.md | 18 ++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 7 +++++-- docs/CHANGELOG.rst | 21 +++++++++++++++++++++ 5 files changed, 48 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index ec1e16a..637ae62 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,10 +4,11 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|39 +@myii|[@myii](https://github.com/myii)|57 @n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|19 +@dafyddj|[@dafyddj](https://github.com/dafyddj)|2 @herbetom|[@herbetom](https://github.com/herbetom)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-05-03. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-16. diff --git a/CHANGELOG.md b/CHANGELOG.md index 119d201..970ac0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.0.3](https://github.com/saltstack-formulas/telegraf-formula/compare/v1.0.2...v1.0.3) (2020-12-16) + + +### Continuous Integration + +* **gitlab-ci:** use GitLab CI as Travis CI replacement ([cfced53](https://github.com/saltstack-formulas/telegraf-formula/commit/cfced539050a019a1f1980569005f5dd088960ff)) +* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([8aa42a8](https://github.com/saltstack-formulas/telegraf-formula/commit/8aa42a82547bb6461bffd251842dbe7282aaec05)) +* **pre-commit:** add to formula [skip ci] ([4cedc21](https://github.com/saltstack-formulas/telegraf-formula/commit/4cedc21392b50282093d66c35e111b48ba0efcb5)) +* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([4e0b31b](https://github.com/saltstack-formulas/telegraf-formula/commit/4e0b31beaf004210b3d91ea60dc8bd2d81240a99)) +* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([0602d2a](https://github.com/saltstack-formulas/telegraf-formula/commit/0602d2ad6ac66ef247cf89600ed8e165792a8cda)) +* **travis:** add notifications => zulip [skip ci] ([8c849fc](https://github.com/saltstack-formulas/telegraf-formula/commit/8c849fc71184c4d90fd5e5ea2113708d90ad2586)) +* **workflows/commitlint:** add to repo [skip ci] ([beb229c](https://github.com/saltstack-formulas/telegraf-formula/commit/beb229c6f75a96e99ade87b80c31edf372b13361)) + + +### Styles + +* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] ([64d4d2c](https://github.com/saltstack-formulas/telegraf-formula/commit/64d4d2c5de83362238d49fde5a9e6b4c4c4ed363)) + ## [1.0.2](https://github.com/saltstack-formulas/telegraf-formula/compare/v1.0.1...v1.0.2) (2020-05-03) diff --git a/FORMULA b/FORMULA index c58256b..3628bf3 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: telegraf os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE os_family: Debian, RedHat, Suse -version: 1.0.2 +version: 1.0.3 release: 1 minimum_version: 2018.3 summary: Telegraf formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 092c4c4..51c44db 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,10 +15,13 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 39 + - 57 * - :raw-html-m2r:`@n-rodriguez` - `@n-rodriguez `_ - 19 + * - :raw-html-m2r:`@dafyddj` + - `@dafyddj `_ + - 2 * - :raw-html-m2r:`@herbetom` - `@herbetom `_ - 1 @@ -26,4 +29,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-05-03. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-12-16. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 7468f97..3cc526e 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,27 @@ Changelog ========= +`1.0.3 `_ (2020-12-16) +---------------------------------------------------------------------------------------------------------- + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `cfced53 `_\ ) +* **kitchen:** use ``saltimages`` Docker Hub where available [skip ci] (\ `8aa42a8 `_\ ) +* **pre-commit:** add to formula [skip ci] (\ `4cedc21 `_\ ) +* **pre-commit:** enable/disable ``rstcheck`` as relevant [skip ci] (\ `4e0b31b `_\ ) +* **pre-commit:** finalise ``rstcheck`` configuration [skip ci] (\ `0602d2a `_\ ) +* **travis:** add notifications => zulip [skip ci] (\ `8c849fc `_\ ) +* **workflows/commitlint:** add to repo [skip ci] (\ `beb229c `_\ ) + +Styles +^^^^^^ + + +* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] (\ `64d4d2c `_\ ) + `1.0.2 `_ (2020-05-03) ----------------------------------------------------------------------------------------------------------