diff --git a/AUTHORS.md b/AUTHORS.md index 5695a24..9e9e668 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,9 +4,9 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|79 +@myii|[@myii](https://github.com/myii)|81 @aboe76|[@aboe76](https://github.com/aboe76)|13 -@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|10 +@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|12 @daks|[@daks](https://github.com/daks)|10 @daschatten|[@daschatten](https://github.com/daschatten)|8 @ameneau|[@ameneau](https://github.com/ameneau)|4 @@ -20,4 +20,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-04-14. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-04-26. diff --git a/CHANGELOG.md b/CHANGELOG.md index 64ca0ea..d067620 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.1.1](https://github.com/saltstack-formulas/cert-formula/compare/v1.1.0...v1.1.1) (2021-04-26) + + +### Code Refactoring + +* **layout:** split formula with `package` and `deployed` ([a7a55c3](https://github.com/saltstack-formulas/cert-formula/commit/a7a55c3cfd9b90456d70fb1ae753e7cbfa32d857)) + + +### Continuous Integration + +* **kitchen+gitlab:** adjust matrix to add `3003` [skip ci] ([e6077cc](https://github.com/saltstack-formulas/cert-formula/commit/e6077cc63003005f7c4673d3280a5d519e26f06b)) + + +### Tests + +* **_mapdata:** add verification file for `fedora-34` [skip ci] ([27ba289](https://github.com/saltstack-formulas/cert-formula/commit/27ba2896baa68bad3981b1b306d020a7ae4a1ca0)) + # [1.1.0](https://github.com/saltstack-formulas/cert-formula/compare/v1.0.0...v1.1.0) (2021-04-14) diff --git a/FORMULA b/FORMULA index 7895cee..5929ef5 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: cert os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS -version: 1.1.0 +version: 1.1.1 release: 1 minimum_version: 2017.3 summary: cert formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 663e32c..43056dc 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,13 +15,13 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 79 + - 81 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 13 * - :raw-html-m2r:`@baby-gnu` - `@baby-gnu `_ - - 10 + - 12 * - :raw-html-m2r:`@daks` - `@daks `_ - 10 @@ -56,4 +56,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 2021-04-14. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-04-26. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index c9c57c3..1d14e60 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,27 @@ Changelog ========= +`1.1.1 `_ (2021-04-26) +------------------------------------------------------------------------------------------------------ + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* **layout:** split formula with ``package`` and ``deployed`` (\ `a7a55c3 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen+gitlab:** adjust matrix to add ``3003`` [skip ci] (\ `e6077cc `_\ ) + +Tests +^^^^^ + + +* **_mapdata:** add verification file for ``fedora-34`` [skip ci] (\ `27ba289 `_\ ) + `1.1.0 `_ (2021-04-14) ------------------------------------------------------------------------------------------------------