chore(release): 0.12.0 [skip ci]

# [0.12.0](https://github.com/saltstack-formulas/packages-formula/compare/v0.11.2...v0.12.0) (2021-02-10)

### Continuous Integration

* **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([f893e2a](f893e2af43))
* **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([7dcb3d8](7dcb3d86cd))
* **pre-commit:** update hook for `rubocop` [skip ci] ([e36498e](e36498ed03))

### Features

* **centos-8:** added RedHat,CentOS and Oracle linux 8 support ([75526cc](75526cce61))
This commit is contained in:
semantic-release-bot 2021-02-10 08:44:38 +00:00
parent 5ca9595e22
commit 8c506bc9d1
5 changed files with 54 additions and 23 deletions

View file

@ -4,16 +4,16 @@ 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://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|63
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|44
<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)|36
<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)|11
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/52996?v=4' width='36' height='36' alt='@daks'>|[@daks](https://github.com/daks)|10
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/26920783?v=4' width='36' height='36' alt='@kartnico'>|[@kartnico](https://github.com/kartnico)|3
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|2
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1840337?v=4' width='36' height='36' alt='@ikogan'>|[@ikogan](https://github.com/ikogan)|2
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/203204?v=4' width='36' height='36' alt='@abele'>|[@abele](https://github.com/abele)|1
<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)|67
<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)|44
<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)|36
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|12
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/52996?v=4' width='36' height='36' alt='@daks'>|[@daks](https://github.com/daks)|10
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/26920783?v=4' width='36' height='36' alt='@kartnico'>|[@kartnico](https://github.com/kartnico)|3
<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)|2
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1840337?v=4' width='36' height='36' alt='@ikogan'>|[@ikogan](https://github.com/ikogan)|2
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/203204?v=4' width='36' height='36' alt='@abele'>|[@abele](https://github.com/abele)|1
---
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-16.
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-02-10.

View file

@ -1,5 +1,19 @@
# Changelog
# [0.12.0](https://github.com/saltstack-formulas/packages-formula/compare/v0.11.2...v0.12.0) (2021-02-10)
### Continuous Integration
* **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([f893e2a](https://github.com/saltstack-formulas/packages-formula/commit/f893e2af43bf547d64cbbb3b06c27bef767c65ff))
* **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([7dcb3d8](https://github.com/saltstack-formulas/packages-formula/commit/7dcb3d86cda7d66ae5e17b0d587c74ffaad8e24d))
* **pre-commit:** update hook for `rubocop` [skip ci] ([e36498e](https://github.com/saltstack-formulas/packages-formula/commit/e36498ed032a513ac924a4560c45be92b544a92a))
### Features
* **centos-8:** added RedHat,CentOS and Oracle linux 8 support ([75526cc](https://github.com/saltstack-formulas/packages-formula/commit/75526cce61433a5b5edb5708618b380655e49de1))
## [0.11.2](https://github.com/saltstack-formulas/packages-formula/compare/v0.11.1...v0.11.2) (2020-12-16)

View file

@ -1,7 +1,7 @@
name: packages
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE
os_family: Debian, RedHat, Suse
version: 0.11.2
version: 0.12.0
release: 1
minimum_version: 2017.7
summary: packages formula

View file

@ -13,35 +13,35 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - Avatar
- Contributor
- Contributions
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
* - :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>`_
- 63
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>`
- 67
* - :raw-html-m2r:`<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>`_
- 44
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
* - :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>`_
- 36
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
- `@aboe76 <https://github.com/aboe76>`_
- 11
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/52996?v=4' width='36' height='36' alt='@daks'>`
- 12
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/52996?v=4' width='36' height='36' alt='@daks'>`
- `@daks <https://github.com/daks>`_
- 10
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/26920783?v=4' width='36' height='36' alt='@kartnico'>`
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/26920783?v=4' width='36' height='36' alt='@kartnico'>`
- `@kartnico <https://github.com/kartnico>`_
- 3
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
* - :raw-html-m2r:`<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>`_
- 2
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1840337?v=4' width='36' height='36' alt='@ikogan'>`
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1840337?v=4' width='36' height='36' alt='@ikogan'>`
- `@ikogan <https://github.com/ikogan>`_
- 2
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/203204?v=4' width='36' height='36' alt='@abele'>`
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/203204?v=4' width='36' height='36' alt='@abele'>`
- `@abele <https://github.com/abele>`_
- 1
----
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-12-16.
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-02-10.

View file

@ -2,6 +2,23 @@
Changelog
=========
`0.12.0 <https://github.com/saltstack-formulas/packages-formula/compare/v0.11.2...v0.12.0>`_ (2021-02-10)
-------------------------------------------------------------------------------------------------------------
Continuous Integration
^^^^^^^^^^^^^^^^^^^^^^
* **commitlint:** ensure ``upstream/master`` uses main repo URL [skip ci] (\ `f893e2a <https://github.com/saltstack-formulas/packages-formula/commit/f893e2af43bf547d64cbbb3b06c27bef767c65ff>`_\ )
* **gitlab-ci:** add ``rubocop`` linter (with ``allow_failure``\ ) [skip ci] (\ `7dcb3d8 <https://github.com/saltstack-formulas/packages-formula/commit/7dcb3d86cda7d66ae5e17b0d587c74ffaad8e24d>`_\ )
* **pre-commit:** update hook for ``rubocop`` [skip ci] (\ `e36498e <https://github.com/saltstack-formulas/packages-formula/commit/e36498ed032a513ac924a4560c45be92b544a92a>`_\ )
Features
^^^^^^^^
* **centos-8:** added RedHat,CentOS and Oracle linux 8 support (\ `75526cc <https://github.com/saltstack-formulas/packages-formula/commit/75526cce61433a5b5edb5708618b380655e49de1>`_\ )
`0.11.2 <https://github.com/saltstack-formulas/packages-formula/compare/v0.11.1...v0.11.2>`_ (2020-12-16)
-------------------------------------------------------------------------------------------------------------