Skip to content

Commit c3efd44

Browse files
chore(release): 2.2.0 [skip ci]
# [2.2.0](v2.1.1...v2.2.0) (2021-09-08) ### Bug Fixes * **coupling:** allow docker install without compose ([#298](#298)) ([aaedb00](aaedb00)) * **environ:** remove superfluous config dict ([#301](#301)) ([67ba2af](67ba2af)) * **windows:** change id to whoami ([#299](#299)) ([c0780ad](c0780ad)) ### Features * **limitnofile:** add support to systemd ([#302](#302)) ([299a1d0](299a1d0))
1 parent c0780ad commit c3efd44

5 files changed

Lines changed: 36 additions & 5 deletions

File tree

AUTHORS.md

Lines changed: 2 additions & 2 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)|117
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)|122
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)|90
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
@@ -63,4 +63,4 @@ Avatar|Contributor|Contributions
6363

6464
---
6565

66-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-09-07.
66+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-09-08.

CHANGELOG.md

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

3+
# [2.2.0](https://github.com/saltstack-formulas/docker-formula/compare/v2.1.1...v2.2.0) (2021-09-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **coupling:** allow docker install without compose ([#298](https://github.com/saltstack-formulas/docker-formula/issues/298)) ([aaedb00](https://github.com/saltstack-formulas/docker-formula/commit/aaedb001f17e02ee44fb0609d04dda5d1c395916))
9+
* **environ:** remove superfluous config dict ([#301](https://github.com/saltstack-formulas/docker-formula/issues/301)) ([67ba2af](https://github.com/saltstack-formulas/docker-formula/commit/67ba2af44e2ff76b2e498c8f53cdf2410da458c1))
10+
* **windows:** change id to whoami ([#299](https://github.com/saltstack-formulas/docker-formula/issues/299)) ([c0780ad](https://github.com/saltstack-formulas/docker-formula/commit/c0780adcacf629bd639a248fb135c7be8b94ddb5))
11+
12+
13+
### Features
14+
15+
* **limitnofile:** add support to systemd ([#302](https://github.com/saltstack-formulas/docker-formula/issues/302)) ([299a1d0](https://github.com/saltstack-formulas/docker-formula/commit/299a1d087a96515fcf35739163e52330f4d7b297))
16+
317
## [2.1.1](https://github.com/saltstack-formulas/docker-formula/compare/v2.1.0...v2.1.1) (2021-09-07)
418

519

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.1.1
4+
version: 2.2.0
55
release: 1
66
minimum_version: 2017.7
77
summary: docker formula

docs/AUTHORS.rst

Lines changed: 2 additions & 2 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-
- 117
18+
- 122
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
- 90
@@ -185,4 +185,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
185185

186186
----
187187

188-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-09-07.
188+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-09-08.

docs/CHANGELOG.rst

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

5+
`2.2.0 <https://github.com/saltstack-formulas/docker-formula/compare/v2.1.1...v2.2.0>`_ (2021-09-08)
6+
--------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **coupling:** allow docker install without compose (\ `#298 <https://github.com/saltstack-formulas/docker-formula/issues/298>`_\ ) (\ `aaedb00 <https://github.com/saltstack-formulas/docker-formula/commit/aaedb001f17e02ee44fb0609d04dda5d1c395916>`_\ )
13+
* **environ:** remove superfluous config dict (\ `#301 <https://github.com/saltstack-formulas/docker-formula/issues/301>`_\ ) (\ `67ba2af <https://github.com/saltstack-formulas/docker-formula/commit/67ba2af44e2ff76b2e498c8f53cdf2410da458c1>`_\ )
14+
* **windows:** change id to whoami (\ `#299 <https://github.com/saltstack-formulas/docker-formula/issues/299>`_\ ) (\ `c0780ad <https://github.com/saltstack-formulas/docker-formula/commit/c0780adcacf629bd639a248fb135c7be8b94ddb5>`_\ )
15+
16+
Features
17+
^^^^^^^^
18+
19+
20+
* **limitnofile:** add support to systemd (\ `#302 <https://github.com/saltstack-formulas/docker-formula/issues/302>`_\ ) (\ `299a1d0 <https://github.com/saltstack-formulas/docker-formula/commit/299a1d087a96515fcf35739163e52330f4d7b297>`_\ )
21+
522
`2.1.1 <https://github.com/saltstack-formulas/docker-formula/compare/v2.1.0...v2.1.1>`_ (2021-09-07)
623
--------------------------------------------------------------------------------------------------------
724

0 commit comments

Comments
 (0)