Skip to content

Commit

Permalink
chore(release): 2.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.4.1](v2.4.0...v2.4.1) (2022-03-02)

### Bug Fixes

* **osfamilymap:** use correct OS arch for deb pkg ([62eae20](62eae20))

### Continuous Integration

* update linters to latest versions [skip ci] ([6fc940b](6fc940b))

### Tests

* **repository:** fix `rubocop` violation [skip ci] ([bf38410](bf38410))
* **repository:** use `system.platform[:codename]` [skip ci] ([a13ec28](a13ec28))
* **system:** add `build_platform_codename` [skip ci] ([80c4591](80c4591))
  • Loading branch information
semantic-release-bot committed Mar 2, 2022
1 parent 62eae20 commit 14eeec9
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 9 deletions.
6 changes: 3 additions & 3 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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)|126
<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)|114
<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)|121
<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/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|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 All @@ -27,6 +27,7 @@ Avatar|Contributor|Contributions
<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
<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
<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
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/3018310?v=4' width='36' height='36' alt='@keslerm'>|[@keslerm](https://github.com/keslerm)|2
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/534313?v=4' width='36' height='36' alt='@Poil'>|[@Poil](https://github.com/Poil)|2
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/5549415?v=4' width='36' height='36' alt='@stamak'>|[@stamak](https://github.com/stamak)|2
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1806188?v=4' width='36' height='36' alt='@tedski'>|[@tedski](https://github.com/tedski)|2
Expand All @@ -46,7 +47,6 @@ Avatar|Contributor|Contributions
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1659040?v=4' width='36' height='36' alt='@y2kenny'>|[@y2kenny](https://github.com/y2kenny)|1
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/609378?v=4' width='36' height='36' alt='@LarsFronius'>|[@LarsFronius](https://github.com/LarsFronius)|1
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/7139195?v=4' width='36' height='36' alt='@xenophonf'>|[@xenophonf](https://github.com/xenophonf)|1
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/3018310?v=4' width='36' height='36' alt='@keslerm'>|[@keslerm](https://github.com/keslerm)|1
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/37332424?v=4' width='36' height='36' alt='@MrDiba'>|[@MrDiba](https://github.com/MrDiba)|1
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/438648?v=4' width='36' height='36' alt='@pwaller'>|[@pwaller](https://github.com/pwaller)|1
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/476168?v=4' width='36' height='36' alt='@syndicut'>|[@syndicut](https://github.com/syndicut)|1
Expand All @@ -62,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 2022-02-10.
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-03-02.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [2.4.1](https://github.com/saltstack-formulas/docker-formula/compare/v2.4.0...v2.4.1) (2022-03-02)


### Bug Fixes

* **osfamilymap:** use correct OS arch for deb pkg ([62eae20](https://github.com/saltstack-formulas/docker-formula/commit/62eae20c9b0e4c6cc393cf9b7d5d25e92701657b))


### Continuous Integration

* update linters to latest versions [skip ci] ([6fc940b](https://github.com/saltstack-formulas/docker-formula/commit/6fc940bb5b0f4e3f6aa4ff3c50f50bd81a777255))


### Tests

* **repository:** fix `rubocop` violation [skip ci] ([bf38410](https://github.com/saltstack-formulas/docker-formula/commit/bf38410cfc5d5aa667fcb6fb56c930473f8372bd))
* **repository:** use `system.platform[:codename]` [skip ci] ([a13ec28](https://github.com/saltstack-formulas/docker-formula/commit/a13ec287b87dd8e0bb0ef4dd74ea4cd613619331))
* **system:** add `build_platform_codename` [skip ci] ([80c4591](https://github.com/saltstack-formulas/docker-formula/commit/80c4591a969b57adb0cf190958b9e9b92b2a043e))

# [2.4.0](https://github.com/saltstack-formulas/docker-formula/compare/v2.3.1...v2.4.0) (2022-02-10)


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.4.0
version: 2.4.1
release: 1
minimum_version: 2017.7
summary: docker formula
Expand Down
10 changes: 5 additions & 5 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
- 126
* - :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>`_
- 114
- 121
* - :raw-html-m2r:`<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
Expand Down Expand Up @@ -82,6 +82,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`<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
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/3018310?v=4' width='36' height='36' alt='@keslerm'>`
- `@keslerm <https://github.com/keslerm>`_
- 2
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/534313?v=4' width='36' height='36' alt='@Poil'>`
- `@Poil <https://github.com/Poil>`_
- 2
Expand Down Expand Up @@ -139,9 +142,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/7139195?v=4' width='36' height='36' alt='@xenophonf'>`
- `@xenophonf <https://github.com/xenophonf>`_
- 1
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/3018310?v=4' width='36' height='36' alt='@keslerm'>`
- `@keslerm <https://github.com/keslerm>`_
- 1
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/37332424?v=4' width='36' height='36' alt='@MrDiba'>`
- `@MrDiba <https://github.com/MrDiba>`_
- 1
Expand Down Expand Up @@ -182,4 +182,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 2022-02-10.
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2022-03-02.
23 changes: 23 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@
Changelog
=========

`2.4.1 <https://github.com/saltstack-formulas/docker-formula/compare/v2.4.0...v2.4.1>`_ (2022-03-02)
--------------------------------------------------------------------------------------------------------

Bug Fixes
^^^^^^^^^


* **osfamilymap:** use correct OS arch for deb pkg (\ `62eae20 <https://github.com/saltstack-formulas/docker-formula/commit/62eae20c9b0e4c6cc393cf9b7d5d25e92701657b>`_\ )

Continuous Integration
^^^^^^^^^^^^^^^^^^^^^^


* update linters to latest versions [skip ci] (\ `6fc940b <https://github.com/saltstack-formulas/docker-formula/commit/6fc940bb5b0f4e3f6aa4ff3c50f50bd81a777255>`_\ )

Tests
^^^^^


* **repository:** fix ``rubocop`` violation [skip ci] (\ `bf38410 <https://github.com/saltstack-formulas/docker-formula/commit/bf38410cfc5d5aa667fcb6fb56c930473f8372bd>`_\ )
* **repository:** use ``system.platform[:codename]`` [skip ci] (\ `a13ec28 <https://github.com/saltstack-formulas/docker-formula/commit/a13ec287b87dd8e0bb0ef4dd74ea4cd613619331>`_\ )
* **system:** add ``build_platform_codename`` [skip ci] (\ `80c4591 <https://github.com/saltstack-formulas/docker-formula/commit/80c4591a969b57adb0cf190958b9e9b92b2a043e>`_\ )

`2.4.0 <https://github.com/saltstack-formulas/docker-formula/compare/v2.3.1...v2.4.0>`_ (2022-02-10)
--------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 14eeec9

Please sign in to comment.