From df2b5ae9fc4dcf55ec50f43d67181c74880c01e9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 2 Mar 2022 11:24:38 +0000 Subject: [PATCH] chore(release): 2.4.2 [skip ci] ## [2.4.2](https://github.com/saltstack-formulas/docker-formula/compare/v2.4.1...v2.4.2) (2022-03-02) ### Bug Fixes * **debian:** avoid adding repositories entries multiple times ([31ab3af](https://github.com/saltstack-formulas/docker-formula/commit/31ab3afafca23b6cdfcef28b72f309117fdf2e76)), closes [/github.com/saltstack/salt/issues/59785#issuecomment-826590482](https://github.com//github.com/saltstack/salt/issues/59785/issues/issuecomment-826590482) --- AUTHORS.md | 2 +- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 6 +++--- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 21 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 2057da03..59f87ac5 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -6,8 +6,8 @@ Avatar|Contributor|Contributions :-:|---|:-: @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|126 @myii|[@myii](https://github.com/myii)|121 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|26 @cdarwin|[@cdarwin](https://github.com/cdarwin)|25 -@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|25 @gravyboat|[@gravyboat](https://github.com/gravyboat)|22 @aboe76|[@aboe76](https://github.com/aboe76)|21 @puneetk|[@puneetk](https://github.com/puneetk)|15 diff --git a/CHANGELOG.md b/CHANGELOG.md index 296fc26a..9908108a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.2](https://github.com/saltstack-formulas/docker-formula/compare/v2.4.1...v2.4.2) (2022-03-02) + + +### Bug Fixes + +* **debian:** avoid adding repositories entries multiple times ([31ab3af](https://github.com/saltstack-formulas/docker-formula/commit/31ab3afafca23b6cdfcef28b72f309117fdf2e76)), closes [/github.com/saltstack/salt/issues/59785#issuecomment-826590482](https://github.com//github.com/saltstack/salt/issues/59785/issues/issuecomment-826590482) + ## [2.4.1](https://github.com/saltstack-formulas/docker-formula/compare/v2.4.0...v2.4.1) (2022-03-02) diff --git a/FORMULA b/FORMULA index 5181a630..a52b7f08 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.4.1 +version: 2.4.2 release: 1 minimum_version: 2017.7 summary: docker formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index f3b808e6..7679353b 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -19,11 +19,11 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@myii` - `@myii `_ - 121 - * - :raw-html-m2r:`@cdarwin` - - `@cdarwin `_ - - 25 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ + - 26 + * - :raw-html-m2r:`@cdarwin` + - `@cdarwin `_ - 25 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 535ac717..d8e8712b 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`2.4.2 `_ (2022-03-02) +-------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **debian:** avoid adding repositories entries multiple times (\ `31ab3af `_\ ), closes `/github.com/saltstack/salt/issues/59785#issuecomment-826590482 `_ + `2.4.1 `_ (2022-03-02) --------------------------------------------------------------------------------------------------------