Skip to content

Commit 8c506bc

Browse files
chore(release): 0.12.0 [skip ci]
# [0.12.0](v0.11.2...v0.12.0) (2021-02-10) ### Continuous Integration * **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([f893e2a](f893e2a)) * **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([7dcb3d8](7dcb3d8)) * **pre-commit:** update hook for `rubocop` [skip ci] ([e36498e](e36498e)) ### Features * **centos-8:** added RedHat,CentOS and Oracle linux 8 support ([75526cc](75526cc))
1 parent 5ca9595 commit 8c506bc

5 files changed

Lines changed: 54 additions & 23 deletions

File tree

AUTHORS.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ 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://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|63
8-
<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
9-
<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
10-
<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
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
12-
<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
13-
<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
14-
<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
15-
<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
7+
<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
8+
<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
9+
<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
10+
<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
11+
<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
12+
<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
13+
<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
14+
<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
15+
<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
1616

1717
---
1818

19-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-16.
19+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-02-10.

CHANGELOG.md

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

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

519

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: packages
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE
33
os_family: Debian, RedHat, Suse
4-
version: 0.11.2
4+
version: 0.12.0
55
release: 1
66
minimum_version: 2017.7
77
summary: packages formula

docs/AUTHORS.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,35 +13,35 @@ This list is sorted by the number of commits per contributor in *descending* ord
1313
* - Avatar
1414
- Contributor
1515
- Contributions
16-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
16+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
1717
- `@myii <https://github.com/myii>`_
18-
- 63
19-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>`
18+
- 67
19+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>`
2020
- `@javierbertoli <https://github.com/javierbertoli>`_
2121
- 44
22-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
22+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
2323
- `@noelmcloughlin <https://github.com/noelmcloughlin>`_
2424
- 36
25-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
25+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
2626
- `@aboe76 <https://github.com/aboe76>`_
27-
- 11
28-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/52996?v=4' width='36' height='36' alt='@daks'>`
27+
- 12
28+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/52996?v=4' width='36' height='36' alt='@daks'>`
2929
- `@daks <https://github.com/daks>`_
3030
- 10
31-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/26920783?v=4' width='36' height='36' alt='@kartnico'>`
31+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/26920783?v=4' width='36' height='36' alt='@kartnico'>`
3232
- `@kartnico <https://github.com/kartnico>`_
3333
- 3
34-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
34+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
3535
- `@dafyddj <https://github.com/dafyddj>`_
3636
- 2
37-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1840337?v=4' width='36' height='36' alt='@ikogan'>`
37+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1840337?v=4' width='36' height='36' alt='@ikogan'>`
3838
- `@ikogan <https://github.com/ikogan>`_
3939
- 2
40-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/203204?v=4' width='36' height='36' alt='@abele'>`
40+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/203204?v=4' width='36' height='36' alt='@abele'>`
4141
- `@abele <https://github.com/abele>`_
4242
- 1
4343

4444

4545
----
4646

47-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-12-16.
47+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-02-10.

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+
`0.12.0 <https://github.com/saltstack-formulas/packages-formula/compare/v0.11.2...v0.12.0>`_ (2021-02-10)
6+
-------------------------------------------------------------------------------------------------------------
7+
8+
Continuous Integration
9+
^^^^^^^^^^^^^^^^^^^^^^
10+
11+
12+
* **commitlint:** ensure ``upstream/master`` uses main repo URL [skip ci] (\ `f893e2a <https://github.com/saltstack-formulas/packages-formula/commit/f893e2af43bf547d64cbbb3b06c27bef767c65ff>`_\ )
13+
* **gitlab-ci:** add ``rubocop`` linter (with ``allow_failure``\ ) [skip ci] (\ `7dcb3d8 <https://github.com/saltstack-formulas/packages-formula/commit/7dcb3d86cda7d66ae5e17b0d587c74ffaad8e24d>`_\ )
14+
* **pre-commit:** update hook for ``rubocop`` [skip ci] (\ `e36498e <https://github.com/saltstack-formulas/packages-formula/commit/e36498ed032a513ac924a4560c45be92b544a92a>`_\ )
15+
16+
Features
17+
^^^^^^^^
18+
19+
20+
* **centos-8:** added RedHat,CentOS and Oracle linux 8 support (\ `75526cc <https://github.com/saltstack-formulas/packages-formula/commit/75526cce61433a5b5edb5708618b380655e49de1>`_\ )
21+
522
`0.11.2 <https://github.com/saltstack-formulas/packages-formula/compare/v0.11.1...v0.11.2>`_ (2020-12-16)
623
-------------------------------------------------------------------------------------------------------------
724

0 commit comments

Comments
 (0)