diff --git a/AUTHORS.md b/AUTHORS.md index 1deee98b..b72d2f65 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)|67 +@myii|[@myii](https://github.com/myii)|71 @cdarwin|[@cdarwin](https://github.com/cdarwin)|25 @gravyboat|[@gravyboat](https://github.com/gravyboat)|22 @aboe76|[@aboe76](https://github.com/aboe76)|21 @@ -23,6 +23,7 @@ Avatar|Contributor|Contributions @japtain-cack|[@japtain-cack](https://github.com/japtain-cack)|3 @babilen5|[@babilen5](https://github.com/babilen5)|3 @solarchad|[@solarchad](https://github.com/solarchad)|2 +@danny-smit|[@danny-smit](https://github.com/danny-smit)|2 @techhat|[@techhat](https://github.com/techhat)|2 @msciciel|[@msciciel](https://github.com/msciciel)|2 @mingfang|[@mingfang](https://github.com/mingfang)|2 @@ -61,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-04-23. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-05-19. diff --git a/CHANGELOG.md b/CHANGELOG.md index 530e8c17..5b46c346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [2.0.4](https://github.com/saltstack-formulas/docker-formula/compare/v2.0.3...v2.0.4) (2021-05-19) + + +### Bug Fixes + +* **config:** replace URLs to bintray.com by github.com ([2f60c21](https://github.com/saltstack-formulas/docker-formula/commit/2f60c21fc26dd790c4cb032671a59b477d0197e1)) +* **config:** use 'latest' docker-compose versions from github ([d434e25](https://github.com/saltstack-formulas/docker-formula/commit/d434e2570dbf775b34e2c98d835f9c0378709a63)) + + +### Continuous Integration + +* add `arch-master` to matrix and update `.travis.yml` [skip ci] ([cec557a](https://github.com/saltstack-formulas/docker-formula/commit/cec557abc7dc77a5227852c216047855ab726c57)) + + +### Documentation + +* remove files which aren't formula-specific [skip ci] ([4cc1e70](https://github.com/saltstack-formulas/docker-formula/commit/4cc1e706e4778e1aabef0023da668eaafef8afff)) +* **readme:** fix headings and links [skip ci] ([b0021eb](https://github.com/saltstack-formulas/docker-formula/commit/b0021eb3a379fe8db7bed584fb6ae5d1f060a581)) + ## [2.0.3](https://github.com/saltstack-formulas/docker-formula/compare/v2.0.2...v2.0.3) (2021-04-23) diff --git a/FORMULA b/FORMULA index a6949c5b..26ee228a 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.3 +version: 2.0.4 release: 1 minimum_version: 2017.7 summary: docker formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index e97970e9..a82b1bbd 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 `_ - - 67 + - 71 * - :raw-html-m2r:`@cdarwin` - `@cdarwin `_ - 25 @@ -70,6 +70,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@solarchad` - `@solarchad `_ - 2 + * - :raw-html-m2r:`@danny-smit` + - `@danny-smit `_ + - 2 * - :raw-html-m2r:`@techhat` - `@techhat `_ - 2 @@ -179,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-04-23. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-05-19. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 0575b8c5..63d99305 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,29 @@ Changelog ========= +`2.0.4 `_ (2021-05-19) +-------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **config:** replace URLs to bintray.com by github.com (\ `2f60c21 `_\ ) +* **config:** use 'latest' docker-compose versions from github (\ `d434e25 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* add ``arch-master`` to matrix and update ``.travis.yml`` [skip ci] (\ `cec557a `_\ ) + +Documentation +^^^^^^^^^^^^^ + + +* remove files which aren't formula-specific [skip ci] (\ `4cc1e70 `_\ ) +* **readme:** fix headings and links [skip ci] (\ `b0021eb `_\ ) + `2.0.3 `_ (2021-04-23) --------------------------------------------------------------------------------------------------------