Skip to content

Commit

Permalink
chore(release): 0.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Mar 26, 2021
1 parent fb72e66 commit 983ef91
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 9 deletions.
7 changes: 4 additions & 3 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ 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/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/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|80
<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/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|3
<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/1233212?v=4' width='36' height='36' alt='@baby-gnu'>|[@baby-gnu](https://github.com/baby-gnu)|1
<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 2021-02-10.
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-03-26.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

# [0.13.0](https://github.com/saltstack-formulas/packages-formula/compare/v0.12.0...v0.13.0) (2021-03-26)


### Continuous Integration

* **windows:** test using GitHub Actions ([e7bbefa](https://github.com/saltstack-formulas/packages-formula/commit/e7bbefa9f336f19cd7e673d49f6316291557b1e9))
* enable Vagrant-based testing using GitHub Actions ([49fc85d](https://github.com/saltstack-formulas/packages-formula/commit/49fc85dfed0fbc0c3e35f20a45f22f2353810e99))
* **gemfile+lock:** use `ssf` customised `kitchen-docker` repo [skip ci] ([bd17a49](https://github.com/saltstack-formulas/packages-formula/commit/bd17a49de0ec6ae8fb3b59a62c1226d27148bd94))
* **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] ([c2e9774](https://github.com/saltstack-formulas/packages-formula/commit/c2e9774dc7484ae10397c837b015ddd56a02c313))
* **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] ([592e3d1](https://github.com/saltstack-formulas/packages-formula/commit/592e3d1e4744e4d5b5ad88b1429f49bd62ed9f65))


### Documentation

* **readme:** add `Testing with Vagrant` section ([d734d43](https://github.com/saltstack-formulas/packages-formula/commit/d734d434c9e0a428cb484438e421c253e591b0d7))


### Features

* **gentoo:** add support and CI ([534a1f6](https://github.com/saltstack-formulas/packages-formula/commit/534a1f6f2bb11e52e1b9211427c00fc1030dd687))


### Tests

* **pkgs_spec:** fix `rubocop` violations (`--enable-pending-cops`) ([f7a6fcf](https://github.com/saltstack-formulas/packages-formula/commit/f7a6fcf707bb451a687bfbdbf33b74cace158254))
* standardise use of `share` suite & `_mapdata` state [skip ci] ([79257d5](https://github.com/saltstack-formulas/packages-formula/commit/79257d555a867fa23e4ceda93d008bf07869b3e7))

# [0.12.0](https://github.com/saltstack-formulas/packages-formula/compare/v0.11.2...v0.12.0) (2021-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: packages
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE
os_family: Debian, RedHat, Suse
version: 0.12.0
version: 0.13.0
release: 1
minimum_version: 2017.7
summary: packages formula
Expand Down
13 changes: 8 additions & 5 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
- Contributions
* - :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>`_
- 67
- 80
* - :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
Expand All @@ -28,20 +28,23 @@ 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/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://avatars.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
- `@dafyddj <https://github.com/dafyddj>`_
- 3
* - :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://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://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://avatars.githubusercontent.com/u/1233212?v=4' width='36' height='36' alt='@baby-gnu'>`
- `@baby-gnu <https://github.com/baby-gnu>`_
- 1
* - :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 2021-02-10.
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-03-26.
32 changes: 32 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@
Changelog
=========

`0.13.0 <https://github.com/saltstack-formulas/packages-formula/compare/v0.12.0...v0.13.0>`_ (2021-03-26)
-------------------------------------------------------------------------------------------------------------

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


* **windows:** test using GitHub Actions (\ `e7bbefa <https://github.com/saltstack-formulas/packages-formula/commit/e7bbefa9f336f19cd7e673d49f6316291557b1e9>`_\ )
* enable Vagrant-based testing using GitHub Actions (\ `49fc85d <https://github.com/saltstack-formulas/packages-formula/commit/49fc85dfed0fbc0c3e35f20a45f22f2353810e99>`_\ )
* **gemfile+lock:** use ``ssf`` customised ``kitchen-docker`` repo [skip ci] (\ `bd17a49 <https://github.com/saltstack-formulas/packages-formula/commit/bd17a49de0ec6ae8fb3b59a62c1226d27148bd94>`_\ )
* **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] (\ `c2e9774 <https://github.com/saltstack-formulas/packages-formula/commit/c2e9774dc7484ae10397c837b015ddd56a02c313>`_\ )
* **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] (\ `592e3d1 <https://github.com/saltstack-formulas/packages-formula/commit/592e3d1e4744e4d5b5ad88b1429f49bd62ed9f65>`_\ )

Documentation
^^^^^^^^^^^^^


* **readme:** add ``Testing with Vagrant`` section (\ `d734d43 <https://github.com/saltstack-formulas/packages-formula/commit/d734d434c9e0a428cb484438e421c253e591b0d7>`_\ )

Features
^^^^^^^^


* **gentoo:** add support and CI (\ `534a1f6 <https://github.com/saltstack-formulas/packages-formula/commit/534a1f6f2bb11e52e1b9211427c00fc1030dd687>`_\ )

Tests
^^^^^


* **pkgs_spec:** fix ``rubocop`` violations (\ ``--enable-pending-cops``\ ) (\ `f7a6fcf <https://github.com/saltstack-formulas/packages-formula/commit/f7a6fcf707bb451a687bfbdbf33b74cace158254>`_\ )
* standardise use of ``share`` suite & ``_mapdata`` state [skip ci] (\ `79257d5 <https://github.com/saltstack-formulas/packages-formula/commit/79257d555a867fa23e4ceda93d008bf07869b3e7>`_\ )

`0.12.0 <https://github.com/saltstack-formulas/packages-formula/compare/v0.11.2...v0.12.0>`_ (2021-02-10)
-------------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 983ef91

Please sign in to comment.