Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Sep 8, 2021
1 parent c0780ad commit c3efd44
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 5 deletions.
4 changes: 2 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord

Avatar|Contributor|Contributions
:-:|---|:-:
<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
<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
<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
<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
<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
Expand Down Expand Up @@ -63,4 +63,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-07.
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-09-08.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

# [2.2.0](https://github.com/saltstack-formulas/docker-formula/compare/v2.1.1...v2.2.0) (2021-09-08)


### Bug Fixes

* **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))
* **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))
* **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))


### Features

* **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))

## [2.1.1](https://github.com/saltstack-formulas/docker-formula/compare/v2.1.0...v2.1.1) (2021-09-07)


Expand Down
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -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.1.1
version: 2.2.0
release: 1
minimum_version: 2017.7
summary: docker formula
Expand Down
4 changes: 2 additions & 2 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
- Contributions
* - :raw-html-m2r:`<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
- 122
* - :raw-html-m2r:`<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
Expand Down Expand Up @@ -185,4 +185,4 @@ This list is sorted by the number of commits per contributor in *descending* ord

----

Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-09-07.
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-09-08.
17 changes: 17 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
Changelog
=========

`2.2.0 <https://github.com/saltstack-formulas/docker-formula/compare/v2.1.1...v2.2.0>`_ (2021-09-08)
--------------------------------------------------------------------------------------------------------

Bug Fixes
^^^^^^^^^


* **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>`_\ )
* **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>`_\ )
* **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>`_\ )

Features
^^^^^^^^


* **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>`_\ )

`2.1.1 <https://github.com/saltstack-formulas/docker-formula/compare/v2.1.0...v2.1.1>`_ (2021-09-07)
--------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit c3efd44

Please sign in to comment.