diff --git a/AUTHORS.md b/AUTHORS.md index 2213f4f..a36fc6c 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|86 +@myii|[@myii](https://github.com/myii)|103 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|44 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|36 @aboe76|[@aboe76](https://github.com/aboe76)|12 @@ -15,7 +15,8 @@ Avatar|Contributor|Contributions @baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|1 @abele|[@abele](https://github.com/abele)|1 @ypid-geberit|[@ypid-geberit](https://github.com/ypid-geberit)|1 +@Yoda-BZH|[@Yoda-BZH](https://github.com/Yoda-BZH)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-06-14. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-09-06. diff --git a/CHANGELOG.md b/CHANGELOG.md index 61ae88a..9091715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +# [0.14.0](https://github.com/saltstack-formulas/packages-formula/compare/v0.13.1...v0.14.0) (2021-09-06) + + +### Bug Fixes + +* **rhel:** redhat enterprise 8 use dnf, not yum ([3e72c61](https://github.com/saltstack-formulas/packages-formula/commit/3e72c61b20a84b985b90be811b2a72fb82aff249)) + + +### Continuous Integration + +* **3003.1:** update inc. AlmaLinux, Rocky & `rst-lint` [skip ci] ([5812d39](https://github.com/saltstack-formulas/packages-formula/commit/5812d3913a2b401b760cdc0a77655a4f3a6e8ce8)) +* **gemfile+lock:** use `ssf` customised `inspec` repo [skip ci] ([8a01261](https://github.com/saltstack-formulas/packages-formula/commit/8a0126105d238239bffeb03ac36e0b6d5f8dd385)) +* **kitchen:** move `provisioner` block & update `run_command` [skip ci] ([f733e60](https://github.com/saltstack-formulas/packages-formula/commit/f733e6058aebaf5d2181355f93b0bbcf67341dd3)) +* **kitchen+ci:** update with latest `3003.2` pre-salted images [skip ci] ([22bb960](https://github.com/saltstack-formulas/packages-formula/commit/22bb960888b7fd7abe86feb4d4da0a09fe7d8c66)) +* add Debian 11 Bullseye & update `yamllint` configuration [skip ci] ([00d778f](https://github.com/saltstack-formulas/packages-formula/commit/00d778f476239fe0f555f8cf17c0236c4bbb6cc4)) +* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([e25a9a4](https://github.com/saltstack-formulas/packages-formula/commit/e25a9a493c29b97fe4487329b1f7b82379011e66)) + + +### Features + +* **alma+rocky:** add platforms (based on CentOS 8) [skip ci] ([5ac9cde](https://github.com/saltstack-formulas/packages-formula/commit/5ac9cde4e965fbea52623aaf30078da13c05f998)) + ## [0.13.1](https://github.com/saltstack-formulas/packages-formula/compare/v0.13.0...v0.13.1) (2021-06-14) diff --git a/FORMULA b/FORMULA index 995db6c..9f253a9 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: packages os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE os_family: Debian, RedHat, Suse -version: 0.13.1 +version: 0.14.0 release: 1 minimum_version: 2017.7 summary: packages formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 0f93d21..207dcb9 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 86 + - 103 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - 44 @@ -46,8 +46,11 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@ypid-geberit` - `@ypid-geberit `_ - 1 + * - :raw-html-m2r:`@Yoda-BZH` + - `@Yoda-BZH `_ + - 1 ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-06-14. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-09-06. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index d69ce72..843de90 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,32 @@ Changelog ========= +`0.14.0 `_ (2021-09-06) +------------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **rhel:** redhat enterprise 8 use dnf, not yum (\ `3e72c61 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **3003.1:** update inc. AlmaLinux, Rocky & ``rst-lint`` [skip ci] (\ `5812d39 `_\ ) +* **gemfile+lock:** use ``ssf`` customised ``inspec`` repo [skip ci] (\ `8a01261 `_\ ) +* **kitchen:** move ``provisioner`` block & update ``run_command`` [skip ci] (\ `f733e60 `_\ ) +* **kitchen+ci:** update with latest ``3003.2`` pre-salted images [skip ci] (\ `22bb960 `_\ ) +* add Debian 11 Bullseye & update ``yamllint`` configuration [skip ci] (\ `00d778f `_\ ) +* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] (\ `e25a9a4 `_\ ) + +Features +^^^^^^^^ + + +* **alma+rocky:** add platforms (based on CentOS 8) [skip ci] (\ `5ac9cde `_\ ) + `0.13.1 `_ (2021-06-14) -------------------------------------------------------------------------------------------------------------