diff --git a/AUTHORS.md b/AUTHORS.md
index 6439cfa1..e0c07a06 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -4,12 +4,12 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
-
|[@noelmcloughlin](https://github.com/noelmcloughlin)|124
-
|[@myii](https://github.com/myii)|92
+
|[@noelmcloughlin](https://github.com/noelmcloughlin)|126
+
|[@myii](https://github.com/myii)|114
|[@cdarwin](https://github.com/cdarwin)|25
+
|[@javierbertoli](https://github.com/javierbertoli)|25
|[@gravyboat](https://github.com/gravyboat)|22
|[@aboe76](https://github.com/aboe76)|21
-
|[@javierbertoli](https://github.com/javierbertoli)|18
|[@puneetk](https://github.com/puneetk)|15
|[@vladvasiliu](https://github.com/vladvasiliu)|12
|[@danny-smit](https://github.com/danny-smit)|9
@@ -32,7 +32,6 @@ Avatar|Contributor|Contributions
|[@tedski](https://github.com/tedski)|2
|[@tyhunt99](https://github.com/tyhunt99)|2
|[@DavidJFelix](https://github.com/DavidJFelix)|2
-
|[@scornelissen85](https://github.com/scornelissen85)|2
|[@alxwr](https://github.com/alxwr)|1
|[@alinefr](https://github.com/alinefr)|1
|[@ernstae](https://github.com/ernstae)|1
@@ -41,7 +40,6 @@ Avatar|Contributor|Contributions
|[@ctr49](https://github.com/ctr49)|1
|[@baby-gnu](https://github.com/baby-gnu)|1
|[@blueyed](https://github.com/blueyed)|1
-
|[@comozo](https://github.com/comozo)|1
|[@JohnMaguire](https://github.com/JohnMaguire)|1
|[@jstjohn](https://github.com/jstjohn)|1
|[@jfrederickson](https://github.com/jfrederickson)|1
@@ -53,6 +51,7 @@ Avatar|Contributor|Contributions
|[@pwaller](https://github.com/pwaller)|1
|[@syndicut](https://github.com/syndicut)|1
|[@rgreinho](https://github.com/rgreinho)|1
+
|[@sanderc85](https://github.com/sanderc85)|1
|[@tobias-m](https://github.com/tobias-m)|1
|[@ghostsquad](https://github.com/ghostsquad)|1
|[@greut](https://github.com/greut)|1
@@ -63,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-09-09.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-02-10.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5527c05f..6e3a97b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,33 @@
# Changelog
+# [2.4.0](https://github.com/saltstack-formulas/docker-formula/compare/v2.3.1...v2.4.0) (2022-02-10)
+
+
+### Bug Fixes
+
+* **centos:** modify repository url ([55ff30a](https://github.com/saltstack-formulas/docker-formula/commit/55ff30afb13abdb578dd37435f5c37b9670de748))
+* **debian:** remove repository using `file` instead of `pkgrepo` ([28ea2f9](https://github.com/saltstack-formulas/docker-formula/commit/28ea2f92e05f95123467ec0f29e3a79ff944c731))
+* **dependencies:** add needed packages for Redhat's family members ([652da44](https://github.com/saltstack-formulas/docker-formula/commit/652da448311d2935e3695e8ca5a0084c10fae38d))
+* **repository:** amazonlinux repository url ([949551b](https://github.com/saltstack-formulas/docker-formula/commit/949551b46306297f7be2064ebd87c65b5df5c155))
+
+
+### Continuous Integration
+
+* **gemfile:** allow rubygems proxy to be provided as an env var [skip ci] ([a1a5880](https://github.com/saltstack-formulas/docker-formula/commit/a1a58804f560eb5a82c7b2c626f9b8d3f6b3d1a2))
+* **kitchen+ci:** update with `3004` pre-salted images/boxes [skip ci] ([caf640a](https://github.com/saltstack-formulas/docker-formula/commit/caf640ac724ef30f2b1b2d161bc3584db404e542))
+* **kitchen+ci:** update with latest CVE pre-salted images [skip ci] ([141ae5e](https://github.com/saltstack-formulas/docker-formula/commit/141ae5e15dfe2acea1fd727593610fb39c1ddc60))
+* **kitchen+gitlab:** update for new pre-salted images [skip ci] ([e19468b](https://github.com/saltstack-formulas/docker-formula/commit/e19468bc16e81431da398a84e91d635554defdb8))
+
+
+### Features
+
+* **debian:** use repository keyring instead of key_id ([db49eba](https://github.com/saltstack-formulas/docker-formula/commit/db49ebaaacc09da13fbbde3fe1303957d157170f))
+
+
+### Tests
+
+* **repository:** redhat's family alternatives for repo url ([410078c](https://github.com/saltstack-formulas/docker-formula/commit/410078c5f47da3dd52a45705175e719448cfb0a2))
+
## [2.3.1](https://github.com/saltstack-formulas/docker-formula/compare/v2.3.0...v2.3.1) (2021-09-09)
diff --git a/FORMULA b/FORMULA
index e5d04ea2..3cc08b20 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.3.1
+version: 2.4.0
release: 1
minimum_version: 2017.7
summary: docker formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index 1cf3370d..9d30b254 100644
--- a/docs/AUTHORS.rst
+++ b/docs/AUTHORS.rst
@@ -15,22 +15,22 @@ This list is sorted by the number of commits per contributor in *descending* ord
- Contributions
* - :raw-html-m2r:`
`
- `@noelmcloughlin `_
- - 124
+ - 126
* - :raw-html-m2r:`
`
- `@myii `_
- - 92
+ - 114
* - :raw-html-m2r:`
`
- `@cdarwin `_
- 25
+ * - :raw-html-m2r:`
`
+ - `@javierbertoli `_
+ - 25
* - :raw-html-m2r:`
`
- `@gravyboat `_
- 22
* - :raw-html-m2r:`
`
- `@aboe76 `_
- 21
- * - :raw-html-m2r:`
`
- - `@javierbertoli `_
- - 18
* - :raw-html-m2r:`
`
- `@puneetk `_
- 15
@@ -97,9 +97,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`
`
- `@DavidJFelix `_
- 2
- * - :raw-html-m2r:`
`
- - `@scornelissen85 `_
- - 2
* - :raw-html-m2r:`
`
- `@alxwr `_
- 1
@@ -124,9 +121,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`
`
- `@blueyed `_
- 1
- * - :raw-html-m2r:`
`
- - `@comozo `_
- - 1
* - :raw-html-m2r:`
`
- `@JohnMaguire `_
- 1
@@ -160,6 +154,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`
`
- `@rgreinho `_
- 1
+ * - :raw-html-m2r:`
`
+ - `@sanderc85 `_
+ - 1
* - :raw-html-m2r:`
`
- `@tobias-m `_
- 1
@@ -185,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-09-09.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2022-02-10.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index 9471b58b..82eef160 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,39 @@
Changelog
=========
+`2.4.0 `_ (2022-02-10)
+--------------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **centos:** modify repository url (\ `55ff30a `_\ )
+* **debian:** remove repository using ``file`` instead of ``pkgrepo`` (\ `28ea2f9 `_\ )
+* **dependencies:** add needed packages for Redhat's family members (\ `652da44 `_\ )
+* **repository:** amazonlinux repository url (\ `949551b `_\ )
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **gemfile:** allow rubygems proxy to be provided as an env var [skip ci] (\ `a1a5880 `_\ )
+* **kitchen+ci:** update with ``3004`` pre-salted images/boxes [skip ci] (\ `caf640a `_\ )
+* **kitchen+ci:** update with latest CVE pre-salted images [skip ci] (\ `141ae5e `_\ )
+* **kitchen+gitlab:** update for new pre-salted images [skip ci] (\ `e19468b `_\ )
+
+Features
+^^^^^^^^
+
+
+* **debian:** use repository keyring instead of key_id (\ `db49eba `_\ )
+
+Tests
+^^^^^
+
+
+* **repository:** redhat's family alternatives for repo url (\ `410078c `_\ )
+
`2.3.1 `_ (2021-09-09)
--------------------------------------------------------------------------------------------------------