Skip to content

Commit e0196e4

Browse files
chore(release): 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2021-04-21) ### Bug Fixes * **config:** remove empty daemon.json ([3631fdb](3631fdb)) * **config:** revert previous changes in file.sls ([1cdfb57](1cdfb57)) * **config:** write config dictionary to daemon.json ([0e6febc](0e6febc)) * **config:** write config dictionary to daemon.json ([413cf58](413cf58)) * **config:** write daemon_config dictionary to daemon.json ([4af9866](4af9866)) * **config:** write daemon_config dictionary to daemon.json ([ea2505b](ea2505b)) * **python-docker:** install with pip ([7d73e8a](7d73e8a))
1 parent fbea378 commit e0196e4

5 files changed

Lines changed: 37 additions & 9 deletions

File tree

AUTHORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord
44

55
Avatar|Contributor|Contributions
66
:-:|---|:-:
7-
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|112
7+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|114
88
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|65
99
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1121702?v=4' width='36' height='36' alt='@cdarwin'>|[@cdarwin](https://github.com/cdarwin)|25
1010
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>|[@gravyboat](https://github.com/gravyboat)|22
@@ -19,10 +19,10 @@ Avatar|Contributor|Contributions
1919
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/91293?v=4' width='36' height='36' alt='@whiteinge'>|[@whiteinge](https://github.com/whiteinge)|6
2020
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/34718107?v=4' width='36' height='36' alt='@VBH-Jenkins'>|[@VBH-Jenkins](https://github.com/VBH-Jenkins)|5
2121
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|3
22+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/807283?v=4' width='36' height='36' alt='@hatifnatt'>|[@hatifnatt](https://github.com/hatifnatt)|3
2223
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/16061886?v=4' width='36' height='36' alt='@japtain-cack'>|[@japtain-cack](https://github.com/japtain-cack)|3
2324
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen5'>|[@babilen5](https://github.com/babilen5)|3
2425
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/50369843?v=4' width='36' height='36' alt='@solarchad'>|[@solarchad](https://github.com/solarchad)|2
25-
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/807283?v=4' width='36' height='36' alt='@hatifnatt'>|[@hatifnatt](https://github.com/hatifnatt)|2
2626
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/287147?v=4' width='36' height='36' alt='@techhat'>|[@techhat](https://github.com/techhat)|2
2727
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/7060082?v=4' width='36' height='36' alt='@msciciel'>|[@msciciel](https://github.com/msciciel)|2
2828
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/821695?v=4' width='36' height='36' alt='@mingfang'>|[@mingfang](https://github.com/mingfang)|2
@@ -60,4 +60,4 @@ Avatar|Contributor|Contributions
6060

6161
---
6262

63-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-04-16.
63+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-04-21.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.0.1](https://github.com/saltstack-formulas/docker-formula/compare/v2.0.0...v2.0.1) (2021-04-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **config:** remove empty daemon.json ([3631fdb](https://github.com/saltstack-formulas/docker-formula/commit/3631fdb2cc6ed50d26f6ffd9cb9bccf31edaf5d5))
9+
* **config:** revert previous changes in file.sls ([1cdfb57](https://github.com/saltstack-formulas/docker-formula/commit/1cdfb57b6bbbc2f13c1877b71fcd18fc1274518b))
10+
* **config:** write config dictionary to daemon.json ([0e6febc](https://github.com/saltstack-formulas/docker-formula/commit/0e6febc5f104f5d6de232bf0d49226b53c1a8644))
11+
* **config:** write config dictionary to daemon.json ([413cf58](https://github.com/saltstack-formulas/docker-formula/commit/413cf58b4f283af4d3a3aa8595e21fd56828d310))
12+
* **config:** write daemon_config dictionary to daemon.json ([4af9866](https://github.com/saltstack-formulas/docker-formula/commit/4af9866f04632a0bcad8ce930ef85f219559693f))
13+
* **config:** write daemon_config dictionary to daemon.json ([ea2505b](https://github.com/saltstack-formulas/docker-formula/commit/ea2505b98871c1da8f7fff1a801157d1cee14ac5))
14+
* **python-docker:** install with pip ([7d73e8a](https://github.com/saltstack-formulas/docker-formula/commit/7d73e8aca45e2e1e95ace6add1f665271519840c))
15+
316
# [2.0.0](https://github.com/saltstack-formulas/docker-formula/compare/v1.1.2...v2.0.0) (2021-04-16)
417

518

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: docker
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS
33
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS
4-
version: 2.0.0
4+
version: 2.0.1
55
release: 1
66
minimum_version: 2017.7
77
summary: docker formula

docs/AUTHORS.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
1515
- Contributions
1616
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
1717
- `@noelmcloughlin <https://github.com/noelmcloughlin>`_
18-
- 112
18+
- 114
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
2020
- `@myii <https://github.com/myii>`_
2121
- 65
@@ -58,6 +58,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
5858
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
5959
- `@dafyddj <https://github.com/dafyddj>`_
6060
- 3
61+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/807283?v=4' width='36' height='36' alt='@hatifnatt'>`
62+
- `@hatifnatt <https://github.com/hatifnatt>`_
63+
- 3
6164
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/16061886?v=4' width='36' height='36' alt='@japtain-cack'>`
6265
- `@japtain-cack <https://github.com/japtain-cack>`_
6366
- 3
@@ -67,9 +70,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
6770
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/50369843?v=4' width='36' height='36' alt='@solarchad'>`
6871
- `@solarchad <https://github.com/solarchad>`_
6972
- 2
70-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/807283?v=4' width='36' height='36' alt='@hatifnatt'>`
71-
- `@hatifnatt <https://github.com/hatifnatt>`_
72-
- 2
7373
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/287147?v=4' width='36' height='36' alt='@techhat'>`
7474
- `@techhat <https://github.com/techhat>`_
7575
- 2
@@ -176,4 +176,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
176176

177177
----
178178

179-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-04-16.
179+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-04-21.

docs/CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog
33
=========
44

5+
`2.0.1 <https://github.com/saltstack-formulas/docker-formula/compare/v2.0.0...v2.0.1>`_ (2021-04-21)
6+
--------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **config:** remove empty daemon.json (\ `3631fdb <https://github.com/saltstack-formulas/docker-formula/commit/3631fdb2cc6ed50d26f6ffd9cb9bccf31edaf5d5>`_\ )
13+
* **config:** revert previous changes in file.sls (\ `1cdfb57 <https://github.com/saltstack-formulas/docker-formula/commit/1cdfb57b6bbbc2f13c1877b71fcd18fc1274518b>`_\ )
14+
* **config:** write config dictionary to daemon.json (\ `0e6febc <https://github.com/saltstack-formulas/docker-formula/commit/0e6febc5f104f5d6de232bf0d49226b53c1a8644>`_\ )
15+
* **config:** write config dictionary to daemon.json (\ `413cf58 <https://github.com/saltstack-formulas/docker-formula/commit/413cf58b4f283af4d3a3aa8595e21fd56828d310>`_\ )
16+
* **config:** write daemon_config dictionary to daemon.json (\ `4af9866 <https://github.com/saltstack-formulas/docker-formula/commit/4af9866f04632a0bcad8ce930ef85f219559693f>`_\ )
17+
* **config:** write daemon_config dictionary to daemon.json (\ `ea2505b <https://github.com/saltstack-formulas/docker-formula/commit/ea2505b98871c1da8f7fff1a801157d1cee14ac5>`_\ )
18+
* **python-docker:** install with pip (\ `7d73e8a <https://github.com/saltstack-formulas/docker-formula/commit/7d73e8aca45e2e1e95ace6add1f665271519840c>`_\ )
19+
520
`2.0.0 <https://github.com/saltstack-formulas/docker-formula/compare/v1.1.2...v2.0.0>`_ (2021-04-16)
621
--------------------------------------------------------------------------------------------------------
722

0 commit comments

Comments
 (0)