Skip to content

Commit 60ec41f

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2020-12-18) ### Bug Fixes * **clean:** correct package name ([58efc33](58efc33)) * **repo:** correct typo and explicit null-check [#258](#258) ([f5ec911](f5ec911)) * **typo:** refresh not refrsh ([f823af2](f823af2)) * **windows:** pip install docker ([b74bc08](b74bc08)) ### Continuous Integration * **gitlab-ci:** use GitLab CI as Travis CI replacement ([ab48dcd](ab48dcd)) ### Features * **arm64:** add support for Raspberry Pi 4 running Ubuntu 20.04 ([228ca07](228ca07)) * **proxy:** allow setting proxy in systemd ([ebeb2fe](ebeb2fe))
1 parent 596ee03 commit 60ec41f

File tree

5 files changed

+57
-11
lines changed

5 files changed

+57
-11
lines changed

AUTHORS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ 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://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|98
8-
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|50
7+
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|111
8+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|51
99
<img class='float-left rounded-1' src='https://avatars3.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://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>|[@gravyboat](https://github.com/gravyboat)|22
1111
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|21
@@ -24,6 +24,7 @@ Avatar|Contributor|Contributions
2424
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/287147?v=4' width='36' height='36' alt='@techhat'>|[@techhat](https://github.com/techhat)|2
2525
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/7060082?v=4' width='36' height='36' alt='@msciciel'>|[@msciciel](https://github.com/msciciel)|2
2626
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/821695?v=4' width='36' height='36' alt='@mingfang'>|[@mingfang](https://github.com/mingfang)|2
27+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/16061886?v=4' width='36' height='36' alt='@japtain-cack'>|[@japtain-cack](https://github.com/japtain-cack)|2
2728
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/534313?v=4' width='36' height='36' alt='@Poil'>|[@Poil](https://github.com/Poil)|2
2829
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/5549415?v=4' width='36' height='36' alt='@stamak'>|[@stamak](https://github.com/stamak)|2
2930
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1806188?v=4' width='36' height='36' alt='@tedski'>|[@tedski](https://github.com/tedski)|2
@@ -44,7 +45,6 @@ Avatar|Contributor|Contributions
4445
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/609378?v=4' width='36' height='36' alt='@LarsFronius'>|[@LarsFronius](https://github.com/LarsFronius)|1
4546
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/7139195?v=4' width='36' height='36' alt='@xenophonf'>|[@xenophonf](https://github.com/xenophonf)|1
4647
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/37332424?v=4' width='36' height='36' alt='@MrDiba'>|[@MrDiba](https://github.com/MrDiba)|1
47-
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/16061886?v=4' width='36' height='36' alt='@japtain-cack'>|[@japtain-cack](https://github.com/japtain-cack)|1
4848
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/438648?v=4' width='36' height='36' alt='@pwaller'>|[@pwaller](https://github.com/pwaller)|1
4949
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/476168?v=4' width='36' height='36' alt='@syndicut'>|[@syndicut](https://github.com/syndicut)|1
5050
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/6969134?v=4' width='36' height='36' alt='@rgreinho'>|[@rgreinho](https://github.com/rgreinho)|1
@@ -58,4 +58,4 @@ Avatar|Contributor|Contributions
5858

5959
---
6060

61-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-11-18.
61+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-18.

CHANGELOG.md

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

3+
# [1.1.0](https://github.com/saltstack-formulas/docker-formula/compare/v1.0.0...v1.1.0) (2020-12-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **clean:** correct package name ([58efc33](https://github.com/saltstack-formulas/docker-formula/commit/58efc33adb4f9ca0bee8b33b8c9ba7da6b787b40))
9+
* **repo:** correct typo and explicit null-check [#258](https://github.com/saltstack-formulas/docker-formula/issues/258) ([f5ec911](https://github.com/saltstack-formulas/docker-formula/commit/f5ec91120eb1dbdc121c2b0faa54f0dfb81ecaea))
10+
* **typo:** refresh not refrsh ([f823af2](https://github.com/saltstack-formulas/docker-formula/commit/f823af2ae91dd35237539bb953263e23a129a020))
11+
* **windows:** pip install docker ([b74bc08](https://github.com/saltstack-formulas/docker-formula/commit/b74bc086864c1889de50da3d8a6376e104257ab2))
12+
13+
14+
### Continuous Integration
15+
16+
* **gitlab-ci:** use GitLab CI as Travis CI replacement ([ab48dcd](https://github.com/saltstack-formulas/docker-formula/commit/ab48dcdf0a8943941e7cf2044fef099d6bc1b29b))
17+
18+
19+
### Features
20+
21+
* **arm64:** add support for Raspberry Pi 4 running Ubuntu 20.04 ([228ca07](https://github.com/saltstack-formulas/docker-formula/commit/228ca0739711bdc280ed32a76e12501ccd4ea46b))
22+
* **proxy:** allow setting proxy in systemd ([ebeb2fe](https://github.com/saltstack-formulas/docker-formula/commit/ebeb2fe0332d91234f0bf78ae8b800ad694604b9))
23+
324
# [1.0.0](https://github.com/saltstack-formulas/docker-formula/compare/v0.44.0...v1.0.0) (2020-11-18)
425

526

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

docs/AUTHORS.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ 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://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
1717
- `@noelmcloughlin <https://github.com/noelmcloughlin>`_
18-
- 98
18+
- 111
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
2020
- `@myii <https://github.com/myii>`_
21-
- 50
21+
- 51
2222
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/1121702?v=4' width='36' height='36' alt='@cdarwin'>`
2323
- `@cdarwin <https://github.com/cdarwin>`_
2424
- 25
@@ -73,6 +73,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
7373
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/821695?v=4' width='36' height='36' alt='@mingfang'>`
7474
- `@mingfang <https://github.com/mingfang>`_
7575
- 2
76+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/16061886?v=4' width='36' height='36' alt='@japtain-cack'>`
77+
- `@japtain-cack <https://github.com/japtain-cack>`_
78+
- 2
7679
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/534313?v=4' width='36' height='36' alt='@Poil'>`
7780
- `@Poil <https://github.com/Poil>`_
7881
- 2
@@ -133,9 +136,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
133136
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/37332424?v=4' width='36' height='36' alt='@MrDiba'>`
134137
- `@MrDiba <https://github.com/MrDiba>`_
135138
- 1
136-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/16061886?v=4' width='36' height='36' alt='@japtain-cack'>`
137-
- `@japtain-cack <https://github.com/japtain-cack>`_
138-
- 1
139139
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/438648?v=4' width='36' height='36' alt='@pwaller'>`
140140
- `@pwaller <https://github.com/pwaller>`_
141141
- 1
@@ -170,4 +170,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
170170

171171
----
172172

173-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-11-18.
173+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-12-18.

docs/CHANGELOG.rst

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

5+
`1.1.0 <https://github.com/saltstack-formulas/docker-formula/compare/v1.0.0...v1.1.0>`_ (2020-12-18)
6+
--------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **clean:** correct package name (\ `58efc33 <https://github.com/saltstack-formulas/docker-formula/commit/58efc33adb4f9ca0bee8b33b8c9ba7da6b787b40>`_\ )
13+
* **repo:** correct typo and explicit null-check `#258 <https://github.com/saltstack-formulas/docker-formula/issues/258>`_ (\ `f5ec911 <https://github.com/saltstack-formulas/docker-formula/commit/f5ec91120eb1dbdc121c2b0faa54f0dfb81ecaea>`_\ )
14+
* **typo:** refresh not refrsh (\ `f823af2 <https://github.com/saltstack-formulas/docker-formula/commit/f823af2ae91dd35237539bb953263e23a129a020>`_\ )
15+
* **windows:** pip install docker (\ `b74bc08 <https://github.com/saltstack-formulas/docker-formula/commit/b74bc086864c1889de50da3d8a6376e104257ab2>`_\ )
16+
17+
Continuous Integration
18+
^^^^^^^^^^^^^^^^^^^^^^
19+
20+
21+
* **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `ab48dcd <https://github.com/saltstack-formulas/docker-formula/commit/ab48dcdf0a8943941e7cf2044fef099d6bc1b29b>`_\ )
22+
23+
Features
24+
^^^^^^^^
25+
26+
27+
* **arm64:** add support for Raspberry Pi 4 running Ubuntu 20.04 (\ `228ca07 <https://github.com/saltstack-formulas/docker-formula/commit/228ca0739711bdc280ed32a76e12501ccd4ea46b>`_\ )
28+
* **proxy:** allow setting proxy in systemd (\ `ebeb2fe <https://github.com/saltstack-formulas/docker-formula/commit/ebeb2fe0332d91234f0bf78ae8b800ad694604b9>`_\ )
29+
530
`1.0.0 <https://github.com/saltstack-formulas/docker-formula/compare/v0.44.0...v1.0.0>`_ (2020-11-18)
631
---------------------------------------------------------------------------------------------------------
732

0 commit comments

Comments
 (0)