From c070b817e9db2767ad3b840c396916fec4954ef1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 4 Sep 2021 00:28:10 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [2.1.0](https://github.com/saltstack-formulas/docker-formula/compare/v2.0.7...v2.1.0) (2021-09-04) ### Bug Fixes * raspbian pi4 dockerd failing with segmentation fault, issue [#286](https://github.com/saltstack-formulas/docker-formula/issues/286) ([#287](https://github.com/saltstack-formulas/docker-formula/issues/287)) ([85fb5d4](https://github.com/saltstack-formulas/docker-formula/commit/85fb5d4dedb59bcc367967dff7495f24ab0ddd23)) ### Continuous Integration * **3003.1:** update inc. AlmaLinux, Rocky & `rst-lint` [skip ci] ([4d373a1](https://github.com/saltstack-formulas/docker-formula/commit/4d373a1167e5a935e22dca5e4e55f954c6fcaaae)) * **gemfile+lock:** use `ssf` customised `inspec` repo [skip ci] ([16cc758](https://github.com/saltstack-formulas/docker-formula/commit/16cc7581e3dd2552aa3ab1cf82c9492bae5582b3)) * **kitchen:** move `provisioner` block & update `run_command` [skip ci] ([4ea5f26](https://github.com/saltstack-formulas/docker-formula/commit/4ea5f26104a1649b61036dd2550c91764f017f65)) * **kitchen+ci:** update with latest `3003.2` pre-salted images [skip ci] ([4fc33ad](https://github.com/saltstack-formulas/docker-formula/commit/4fc33ada834a28cd3fc714a9fc75fffe46173143)) * add Debian 11 Bullseye & update `yamllint` configuration [skip ci] ([1e822d0](https://github.com/saltstack-formulas/docker-formula/commit/1e822d0855a1d46326fc5fa2559b302a18f6969c)) * **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([0615c75](https://github.com/saltstack-formulas/docker-formula/commit/0615c75ffc2debaca35b3901d1a9a2a17a74aee8)) ### Features * **alma+rocky:** add platforms (based on CentOS 8) [skip ci] ([39fc09a](https://github.com/saltstack-formulas/docker-formula/commit/39fc09a89d4389b1f93cff1d83a9b2d66038e6c0)) --- AUTHORS.md | 7 ++++--- CHANGELOG.md | 22 ++++++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 11 +++++++---- docs/CHANGELOG.rst | 26 ++++++++++++++++++++++++++ 5 files changed, 60 insertions(+), 8 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 3476fea7..5ab2679f 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,7 +5,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|117 -@myii|[@myii](https://github.com/myii)|74 +@myii|[@myii](https://github.com/myii)|90 @cdarwin|[@cdarwin](https://github.com/cdarwin)|25 @gravyboat|[@gravyboat](https://github.com/gravyboat)|22 @aboe76|[@aboe76](https://github.com/aboe76)|21 @@ -22,7 +22,7 @@ Avatar|Contributor|Contributions @dafyddj|[@dafyddj](https://github.com/dafyddj)|3 @hatifnatt|[@hatifnatt](https://github.com/hatifnatt)|3 @japtain-cack|[@japtain-cack](https://github.com/japtain-cack)|3 -@babilen5|[@babilen5](https://github.com/babilen5)|3 +@babilen|[@babilen](https://github.com/babilen)|3 @solarchad|[@solarchad](https://github.com/solarchad)|2 @techhat|[@techhat](https://github.com/techhat)|2 @msciciel|[@msciciel](https://github.com/msciciel)|2 @@ -36,6 +36,7 @@ Avatar|Contributor|Contributions @alxwr|[@alxwr](https://github.com/alxwr)|1 @alinefr|[@alinefr](https://github.com/alinefr)|1 @ernstae|[@ernstae](https://github.com/ernstae)|1 +@auphofBSF|[@auphofBSF](https://github.com/auphofBSF)|1 @iggy|[@iggy](https://github.com/iggy)|1 @ctr49|[@ctr49](https://github.com/ctr49)|1 @baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|1 @@ -62,4 +63,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-06-02. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-09-04. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ef1ece6..a81061f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +# [2.1.0](https://github.com/saltstack-formulas/docker-formula/compare/v2.0.7...v2.1.0) (2021-09-04) + + +### Bug Fixes + +* raspbian pi4 dockerd failing with segmentation fault, issue [#286](https://github.com/saltstack-formulas/docker-formula/issues/286) ([#287](https://github.com/saltstack-formulas/docker-formula/issues/287)) ([85fb5d4](https://github.com/saltstack-formulas/docker-formula/commit/85fb5d4dedb59bcc367967dff7495f24ab0ddd23)) + + +### Continuous Integration + +* **3003.1:** update inc. AlmaLinux, Rocky & `rst-lint` [skip ci] ([4d373a1](https://github.com/saltstack-formulas/docker-formula/commit/4d373a1167e5a935e22dca5e4e55f954c6fcaaae)) +* **gemfile+lock:** use `ssf` customised `inspec` repo [skip ci] ([16cc758](https://github.com/saltstack-formulas/docker-formula/commit/16cc7581e3dd2552aa3ab1cf82c9492bae5582b3)) +* **kitchen:** move `provisioner` block & update `run_command` [skip ci] ([4ea5f26](https://github.com/saltstack-formulas/docker-formula/commit/4ea5f26104a1649b61036dd2550c91764f017f65)) +* **kitchen+ci:** update with latest `3003.2` pre-salted images [skip ci] ([4fc33ad](https://github.com/saltstack-formulas/docker-formula/commit/4fc33ada834a28cd3fc714a9fc75fffe46173143)) +* add Debian 11 Bullseye & update `yamllint` configuration [skip ci] ([1e822d0](https://github.com/saltstack-formulas/docker-formula/commit/1e822d0855a1d46326fc5fa2559b302a18f6969c)) +* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([0615c75](https://github.com/saltstack-formulas/docker-formula/commit/0615c75ffc2debaca35b3901d1a9a2a17a74aee8)) + + +### Features + +* **alma+rocky:** add platforms (based on CentOS 8) [skip ci] ([39fc09a](https://github.com/saltstack-formulas/docker-formula/commit/39fc09a89d4389b1f93cff1d83a9b2d66038e6c0)) + ## [2.0.7](https://github.com/saltstack-formulas/docker-formula/compare/v2.0.6...v2.0.7) (2021-06-02) diff --git a/FORMULA b/FORMULA index d60a308d..b88f90a6 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: docker 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: 2.0.7 +version: 2.1.0 release: 1 minimum_version: 2017.7 summary: docker formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index baa727bb..8fe1cce8 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 117 * - :raw-html-m2r:`@myii` - `@myii `_ - - 74 + - 90 * - :raw-html-m2r:`@cdarwin` - `@cdarwin `_ - 25 @@ -67,8 +67,8 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@japtain-cack` - `@japtain-cack `_ - 3 - * - :raw-html-m2r:`@babilen5` - - `@babilen5 `_ + * - :raw-html-m2r:`@babilen` + - `@babilen `_ - 3 * - :raw-html-m2r:`@solarchad` - `@solarchad `_ @@ -109,6 +109,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@ernstae` - `@ernstae `_ - 1 + * - :raw-html-m2r:`@auphofBSF` + - `@auphofBSF `_ + - 1 * - :raw-html-m2r:`@iggy` - `@iggy `_ - 1 @@ -182,4 +185,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-06-02. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-09-04. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index e08b69d6..5d7603f5 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,32 @@ Changelog ========= +`2.1.0 `_ (2021-09-04) +-------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* raspbian pi4 dockerd failing with segmentation fault, issue `#286 `_ (\ `#287 `_\ ) (\ `85fb5d4 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **3003.1:** update inc. AlmaLinux, Rocky & ``rst-lint`` [skip ci] (\ `4d373a1 `_\ ) +* **gemfile+lock:** use ``ssf`` customised ``inspec`` repo [skip ci] (\ `16cc758 `_\ ) +* **kitchen:** move ``provisioner`` block & update ``run_command`` [skip ci] (\ `4ea5f26 `_\ ) +* **kitchen+ci:** update with latest ``3003.2`` pre-salted images [skip ci] (\ `4fc33ad `_\ ) +* add Debian 11 Bullseye & update ``yamllint`` configuration [skip ci] (\ `1e822d0 `_\ ) +* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] (\ `0615c75 `_\ ) + +Features +^^^^^^^^ + + +* **alma+rocky:** add platforms (based on CentOS 8) [skip ci] (\ `39fc09a `_\ ) + `2.0.7 `_ (2021-06-02) --------------------------------------------------------------------------------------------------------