diff --git a/AUTHORS.md b/AUTHORS.md index ede88b1d..3476fea7 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,15 +5,15 @@ 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)|73 +@myii|[@myii](https://github.com/myii)|74 @cdarwin|[@cdarwin](https://github.com/cdarwin)|25 @gravyboat|[@gravyboat](https://github.com/gravyboat)|22 @aboe76|[@aboe76](https://github.com/aboe76)|21 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|18 @puneetk|[@puneetk](https://github.com/puneetk)|15 @vladvasiliu|[@vladvasiliu](https://github.com/vladvasiliu)|12 +@danny-smit|[@danny-smit](https://github.com/danny-smit)|9 @nmadhok|[@nmadhok](https://github.com/nmadhok)|9 -@danny-smit|[@danny-smit](https://github.com/danny-smit)|8 @ticosax|[@ticosax](https://github.com/ticosax)|7 @alexproca|[@alexproca](https://github.com/alexproca)|6 @blbradley|[@blbradley](https://github.com/blbradley)|6 @@ -62,4 +62,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-05-21. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-06-02. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f78e2f2..8ef1ece6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.7](https://github.com/saltstack-formulas/docker-formula/compare/v2.0.6...v2.0.7) (2021-06-02) + + +### Bug Fixes + +* **clean:** fix syntax error in networks.clean ([89cd4fc](https://github.com/saltstack-formulas/docker-formula/commit/89cd4fccf0109fb37a33a4de762b6a2c5c02bbc2)) + ## [2.0.6](https://github.com/saltstack-formulas/docker-formula/compare/v2.0.5...v2.0.6) (2021-05-21) diff --git a/FORMULA b/FORMULA index 804130ab..d60a308d 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.6 +version: 2.0.7 release: 1 minimum_version: 2017.7 summary: docker formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 36c439d8..baa727bb 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 `_ - - 73 + - 74 * - :raw-html-m2r:`@cdarwin` - `@cdarwin `_ - 25 @@ -37,12 +37,12 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@vladvasiliu` - `@vladvasiliu `_ - 12 + * - :raw-html-m2r:`@danny-smit` + - `@danny-smit `_ + - 9 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 9 - * - :raw-html-m2r:`@danny-smit` - - `@danny-smit `_ - - 8 * - :raw-html-m2r:`@ticosax` - `@ticosax `_ - 7 @@ -182,4 +182,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-05-21. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-06-02. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 997b6937..e08b69d6 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`2.0.7 `_ (2021-06-02) +-------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **clean:** fix syntax error in networks.clean (\ `89cd4fc `_\ ) + `2.0.6 `_ (2021-05-21) --------------------------------------------------------------------------------------------------------