diff --git a/AUTHORS.md b/AUTHORS.md index 35774b9e..1deee98b 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)|115 -@myii|[@myii](https://github.com/myii)|65 +@myii|[@myii](https://github.com/myii)|67 @cdarwin|[@cdarwin](https://github.com/cdarwin)|25 @gravyboat|[@gravyboat](https://github.com/gravyboat)|22 @aboe76|[@aboe76](https://github.com/aboe76)|21 @@ -61,4 +61,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-22. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-04-23. diff --git a/CHANGELOG.md b/CHANGELOG.md index a41b45f1..530e8c17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.0.3](https://github.com/saltstack-formulas/docker-formula/compare/v2.0.2...v2.0.3) (2021-04-23) + + +### Bug Fixes + +* **config:** remove daemon.json in clean states ([6967a98](https://github.com/saltstack-formulas/docker-formula/commit/6967a98eb5219370996b6091f81eace56870174a)) + + +### Continuous Integration + +* **kitchen+gitlab:** adjust matrix to add `3003` [skip ci] ([2c7fe1a](https://github.com/saltstack-formulas/docker-formula/commit/2c7fe1ad322667664eb38782bd95a311c3c387cf)) + ## [2.0.2](https://github.com/saltstack-formulas/docker-formula/compare/v2.0.1...v2.0.2) (2021-04-22) diff --git a/FORMULA b/FORMULA index bb121beb..a6949c5b 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.2 +version: 2.0.3 release: 1 minimum_version: 2017.7 summary: docker formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index cb74fb00..e97970e9 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 - 115 * - :raw-html-m2r:`@myii` - `@myii `_ - - 65 + - 67 * - :raw-html-m2r:`@cdarwin` - `@cdarwin `_ - 25 @@ -179,4 +179,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-22. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-04-23. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index ac9ead0d..0575b8c5 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`2.0.3 `_ (2021-04-23) +-------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **config:** remove daemon.json in clean states (\ `6967a98 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen+gitlab:** adjust matrix to add ``3003`` [skip ci] (\ `2c7fe1a `_\ ) + `2.0.2 `_ (2021-04-22) --------------------------------------------------------------------------------------------------------