Skip to content

Commit 983ef91

Browse files
chore(release): 0.13.0 [skip ci]
# [0.13.0](v0.12.0...v0.13.0) (2021-03-26) ### Continuous Integration * **windows:** test using GitHub Actions ([e7bbefa](e7bbefa)) * enable Vagrant-based testing using GitHub Actions ([49fc85d](49fc85d)) * **gemfile+lock:** use `ssf` customised `kitchen-docker` repo [skip ci] ([bd17a49](bd17a49)) * **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] ([c2e9774](c2e9774)) * **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] ([592e3d1](592e3d1)) ### Documentation * **readme:** add `Testing with Vagrant` section ([d734d43](d734d43)) ### Features * **gentoo:** add support and CI ([534a1f6](534a1f6)) ### Tests * **pkgs_spec:** fix `rubocop` violations (`--enable-pending-cops`) ([f7a6fcf](f7a6fcf)) * standardise use of `share` suite & `_mapdata` state [skip ci] ([79257d5](79257d5))
1 parent fb72e66 commit 983ef91

5 files changed

Lines changed: 72 additions & 9 deletions

File tree

AUTHORS.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@ 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://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|67
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)|80
88
<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
99
<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
1010
<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
1111
<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/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|3
1213
<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
1414
<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/1233212?v=4' width='36' height='36' alt='@baby-gnu'>|[@baby-gnu](https://github.com/baby-gnu)|1
1516
<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
1617

1718
---
1819

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

CHANGELOG.md

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

3+
# [0.13.0](https://github.com/saltstack-formulas/packages-formula/compare/v0.12.0...v0.13.0) (2021-03-26)
4+
5+
6+
### Continuous Integration
7+
8+
* **windows:** test using GitHub Actions ([e7bbefa](https://github.com/saltstack-formulas/packages-formula/commit/e7bbefa9f336f19cd7e673d49f6316291557b1e9))
9+
* enable Vagrant-based testing using GitHub Actions ([49fc85d](https://github.com/saltstack-formulas/packages-formula/commit/49fc85dfed0fbc0c3e35f20a45f22f2353810e99))
10+
* **gemfile+lock:** use `ssf` customised `kitchen-docker` repo [skip ci] ([bd17a49](https://github.com/saltstack-formulas/packages-formula/commit/bd17a49de0ec6ae8fb3b59a62c1226d27148bd94))
11+
* **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] ([c2e9774](https://github.com/saltstack-formulas/packages-formula/commit/c2e9774dc7484ae10397c837b015ddd56a02c313))
12+
* **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] ([592e3d1](https://github.com/saltstack-formulas/packages-formula/commit/592e3d1e4744e4d5b5ad88b1429f49bd62ed9f65))
13+
14+
15+
### Documentation
16+
17+
* **readme:** add `Testing with Vagrant` section ([d734d43](https://github.com/saltstack-formulas/packages-formula/commit/d734d434c9e0a428cb484438e421c253e591b0d7))
18+
19+
20+
### Features
21+
22+
* **gentoo:** add support and CI ([534a1f6](https://github.com/saltstack-formulas/packages-formula/commit/534a1f6f2bb11e52e1b9211427c00fc1030dd687))
23+
24+
25+
### Tests
26+
27+
* **pkgs_spec:** fix `rubocop` violations (`--enable-pending-cops`) ([f7a6fcf](https://github.com/saltstack-formulas/packages-formula/commit/f7a6fcf707bb451a687bfbdbf33b74cace158254))
28+
* standardise use of `share` suite & `_mapdata` state [skip ci] ([79257d5](https://github.com/saltstack-formulas/packages-formula/commit/79257d555a867fa23e4ceda93d008bf07869b3e7))
29+
330
# [0.12.0](https://github.com/saltstack-formulas/packages-formula/compare/v0.11.2...v0.12.0) (2021-02-10)
431

532

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.12.0
4+
version: 0.13.0
55
release: 1
66
minimum_version: 2017.7
77
summary: packages formula

docs/AUTHORS.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
1717
- `@myii <https://github.com/myii>`_
18-
- 67
18+
- 80
1919
* - :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
@@ -28,20 +28,23 @@ This list is sorted by the number of commits per contributor in *descending* ord
2828
* - :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://avatars.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
32+
- `@dafyddj <https://github.com/dafyddj>`_
33+
- 3
3134
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/26920783?v=4' width='36' height='36' alt='@kartnico'>`
3235
- `@kartnico <https://github.com/kartnico>`_
3336
- 3
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'>`
35-
- `@dafyddj <https://github.com/dafyddj>`_
36-
- 2
3737
* - :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://avatars.githubusercontent.com/u/1233212?v=4' width='36' height='36' alt='@baby-gnu'>`
41+
- `@baby-gnu <https://github.com/baby-gnu>`_
42+
- 1
4043
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/203204?v=4' width='36' height='36' alt='@abele'>`
4144
- `@abele <https://github.com/abele>`_
4245
- 1
4346

4447

4548
----
4649

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

docs/CHANGELOG.rst

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

5+
`0.13.0 <https://github.com/saltstack-formulas/packages-formula/compare/v0.12.0...v0.13.0>`_ (2021-03-26)
6+
-------------------------------------------------------------------------------------------------------------
7+
8+
Continuous Integration
9+
^^^^^^^^^^^^^^^^^^^^^^
10+
11+
12+
* **windows:** test using GitHub Actions (\ `e7bbefa <https://github.com/saltstack-formulas/packages-formula/commit/e7bbefa9f336f19cd7e673d49f6316291557b1e9>`_\ )
13+
* enable Vagrant-based testing using GitHub Actions (\ `49fc85d <https://github.com/saltstack-formulas/packages-formula/commit/49fc85dfed0fbc0c3e35f20a45f22f2353810e99>`_\ )
14+
* **gemfile+lock:** use ``ssf`` customised ``kitchen-docker`` repo [skip ci] (\ `bd17a49 <https://github.com/saltstack-formulas/packages-formula/commit/bd17a49de0ec6ae8fb3b59a62c1226d27148bd94>`_\ )
15+
* **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] (\ `c2e9774 <https://github.com/saltstack-formulas/packages-formula/commit/c2e9774dc7484ae10397c837b015ddd56a02c313>`_\ )
16+
* **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] (\ `592e3d1 <https://github.com/saltstack-formulas/packages-formula/commit/592e3d1e4744e4d5b5ad88b1429f49bd62ed9f65>`_\ )
17+
18+
Documentation
19+
^^^^^^^^^^^^^
20+
21+
22+
* **readme:** add ``Testing with Vagrant`` section (\ `d734d43 <https://github.com/saltstack-formulas/packages-formula/commit/d734d434c9e0a428cb484438e421c253e591b0d7>`_\ )
23+
24+
Features
25+
^^^^^^^^
26+
27+
28+
* **gentoo:** add support and CI (\ `534a1f6 <https://github.com/saltstack-formulas/packages-formula/commit/534a1f6f2bb11e52e1b9211427c00fc1030dd687>`_\ )
29+
30+
Tests
31+
^^^^^
32+
33+
34+
* **pkgs_spec:** fix ``rubocop`` violations (\ ``--enable-pending-cops``\ ) (\ `f7a6fcf <https://github.com/saltstack-formulas/packages-formula/commit/f7a6fcf707bb451a687bfbdbf33b74cace158254>`_\ )
35+
* standardise use of ``share`` suite & ``_mapdata`` state [skip ci] (\ `79257d5 <https://github.com/saltstack-formulas/packages-formula/commit/79257d555a867fa23e4ceda93d008bf07869b3e7>`_\ )
36+
537
`0.12.0 <https://github.com/saltstack-formulas/packages-formula/compare/v0.11.2...v0.12.0>`_ (2021-02-10)
638
-------------------------------------------------------------------------------------------------------------
739

0 commit comments

Comments
 (0)