Skip to content

Commit

Permalink
chore(release): 0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.3.0](v0.2.0...v0.3.0) (2021-06-23)

### Bug Fixes

* **container:** respect `ConditionVirtualization` service setting ([22e9f28](22e9f28))

### Continuous Integration

* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([8a54bef](8a54bef))
* add `arch-master` to matrix and update `.travis.yml` [skip ci] ([65701f3](65701f3))
* **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([366b077](366b077))
* **gemfile+lock:** use `ssf` customised `kitchen-docker` repo [skip ci] ([f1f9896](f1f9896))
* **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([295ef1a](295ef1a))
* **gitlab-ci:** use GitLab CI as Travis CI replacement ([368490a](368490a))
* **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] ([fc3af2d](fc3af2d))
* **kitchen+gitlab:** adjust matrix to add `3003` [skip ci] ([87132ad](87132ad))
* **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] ([49cd66e](49cd66e))
* **pre-commit:** add to formula [skip ci] ([8e720a8](8e720a8))
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([7bb2a9a](7bb2a9a))
* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([d0118c2](d0118c2))
* **pre-commit:** update hook for `rubocop` [skip ci] ([e456be6](e456be6))

### Features

* **osfamilymap:** add Gentoo support ([4cc0fa7](4cc0fa7))

### Reverts

* **container:** respect `ConditionVirtualization` service setting ([d310e29](d310e29))

### Tests

* **service:** add helper state to run service in containers ([4fb69a3](4fb69a3))
* standardise use of `share` suite & `_mapdata` state [skip ci] ([4a58684](4a58684))
* **share:** standardise with latest changes [skip ci] ([d2ef096](d2ef096))
  • Loading branch information
semantic-release-bot committed Jun 23, 2021
1 parent bffe66a commit 90b1726
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 8 deletions.
9 changes: 6 additions & 3 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ 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)|2
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>|[@n-rodriguez](https://github.com/n-rodriguez)|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)|25
<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/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|3
<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/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>|[@n-rodriguez](https://github.com/n-rodriguez)|1

---

Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-09-20.
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-06-23.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# Changelog

# [0.3.0](https://github.com/saltstack-formulas/rng-tools-formula/compare/v0.2.0...v0.3.0) (2021-06-23)


### Bug Fixes

* **container:** respect `ConditionVirtualization` service setting ([22e9f28](https://github.com/saltstack-formulas/rng-tools-formula/commit/22e9f2857adb19df22d68dfc6cc150db29b17057))


### Continuous Integration

* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([8a54bef](https://github.com/saltstack-formulas/rng-tools-formula/commit/8a54befff62cd310fda0b06f3bdd5b1a23ac9c3b))
* add `arch-master` to matrix and update `.travis.yml` [skip ci] ([65701f3](https://github.com/saltstack-formulas/rng-tools-formula/commit/65701f31e735a3594fad99f7705c79aac46b7d54))
* **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([366b077](https://github.com/saltstack-formulas/rng-tools-formula/commit/366b0772b6f0dc5df927d3faed79b7cb01d7ddb6))
* **gemfile+lock:** use `ssf` customised `kitchen-docker` repo [skip ci] ([f1f9896](https://github.com/saltstack-formulas/rng-tools-formula/commit/f1f98966daa473cc261cf11df1638cac18d29808))
* **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([295ef1a](https://github.com/saltstack-formulas/rng-tools-formula/commit/295ef1a30ab9967e4e0281dc8b0ad87ca881b8f8))
* **gitlab-ci:** use GitLab CI as Travis CI replacement ([368490a](https://github.com/saltstack-formulas/rng-tools-formula/commit/368490a8be9c7969510092262cd1aed9d00a9528))
* **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] ([fc3af2d](https://github.com/saltstack-formulas/rng-tools-formula/commit/fc3af2dfcf1f23b7ad8750e2d4ddcf03ee3934c2))
* **kitchen+gitlab:** adjust matrix to add `3003` [skip ci] ([87132ad](https://github.com/saltstack-formulas/rng-tools-formula/commit/87132ad2e5ae1aacc0d0f8fb2b0b616cf11aa10b))
* **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] ([49cd66e](https://github.com/saltstack-formulas/rng-tools-formula/commit/49cd66e0686a32525846196233b2763f45cedef2))
* **pre-commit:** add to formula [skip ci] ([8e720a8](https://github.com/saltstack-formulas/rng-tools-formula/commit/8e720a8bdd5296b7a71c43bfde7ae7ab4583944a))
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([7bb2a9a](https://github.com/saltstack-formulas/rng-tools-formula/commit/7bb2a9a486bafbd695658e0c4fce8a3fb0269959))
* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([d0118c2](https://github.com/saltstack-formulas/rng-tools-formula/commit/d0118c282bd8f9d136261d6fa7c26cb62e36da8d))
* **pre-commit:** update hook for `rubocop` [skip ci] ([e456be6](https://github.com/saltstack-formulas/rng-tools-formula/commit/e456be6ce27269a9da63722494d7c00366eb3f99))


### Features

* **osfamilymap:** add Gentoo support ([4cc0fa7](https://github.com/saltstack-formulas/rng-tools-formula/commit/4cc0fa7666ce60675a77d65b5c244f20594e5594))


### Reverts

* **container:** respect `ConditionVirtualization` service setting ([d310e29](https://github.com/saltstack-formulas/rng-tools-formula/commit/d310e29d4b1b5b7446a07f00d41887187426a4bf))


### Tests

* **service:** add helper state to run service in containers ([4fb69a3](https://github.com/saltstack-formulas/rng-tools-formula/commit/4fb69a36c8ae38600984ab8f7a2fbc0add8a5ad9))
* standardise use of `share` suite & `_mapdata` state [skip ci] ([4a58684](https://github.com/saltstack-formulas/rng-tools-formula/commit/4a58684c9966b6590fda2a8377aeecb96ec1a6cf))
* **share:** standardise with latest changes [skip ci] ([d2ef096](https://github.com/saltstack-formulas/rng-tools-formula/commit/d2ef096914ba04b7a1cd43191b1536083b4a70d0))

# [0.2.0](https://github.com/saltstack-formulas/rng-tools-formula/compare/v0.1.0...v0.2.0) (2020-09-20)


Expand Down
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: rng-tools
os: Debian, Ubuntu, Raspbian, Arch, Manjaro
os_family: Debian, Arch
version: 0.2.0
version: 0.3.0
release: 1
minimum_version: 2019.2
summary: rng-tools formula
Expand Down
17 changes: 13 additions & 4 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,23 @@ 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>`_
- 2
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>`
- 25
* - :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/242396?v=4' width='36' height='36' alt='@javierbertoli'>`
- `@javierbertoli <https://github.com/javierbertoli>`_
- 3
* - :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/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>`
- `@n-rodriguez <https://github.com/n-rodriguez>`_
- 1


----

Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-09-20.
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-06-23.
47 changes: 47 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,53 @@
Changelog
=========

`0.3.0 <https://github.com/saltstack-formulas/rng-tools-formula/compare/v0.2.0...v0.3.0>`_ (2021-06-23)
-----------------------------------------------------------------------------------------------------------

Bug Fixes
^^^^^^^^^


* **container:** respect ``ConditionVirtualization`` service setting (\ `22e9f28 <https://github.com/saltstack-formulas/rng-tools-formula/commit/22e9f2857adb19df22d68dfc6cc150db29b17057>`_\ )

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


* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] (\ `8a54bef <https://github.com/saltstack-formulas/rng-tools-formula/commit/8a54befff62cd310fda0b06f3bdd5b1a23ac9c3b>`_\ )
* add ``arch-master`` to matrix and update ``.travis.yml`` [skip ci] (\ `65701f3 <https://github.com/saltstack-formulas/rng-tools-formula/commit/65701f31e735a3594fad99f7705c79aac46b7d54>`_\ )
* **commitlint:** ensure ``upstream/master`` uses main repo URL [skip ci] (\ `366b077 <https://github.com/saltstack-formulas/rng-tools-formula/commit/366b0772b6f0dc5df927d3faed79b7cb01d7ddb6>`_\ )
* **gemfile+lock:** use ``ssf`` customised ``kitchen-docker`` repo [skip ci] (\ `f1f9896 <https://github.com/saltstack-formulas/rng-tools-formula/commit/f1f98966daa473cc261cf11df1638cac18d29808>`_\ )
* **gitlab-ci:** add ``rubocop`` linter (with ``allow_failure``\ ) [skip ci] (\ `295ef1a <https://github.com/saltstack-formulas/rng-tools-formula/commit/295ef1a30ab9967e4e0281dc8b0ad87ca881b8f8>`_\ )
* **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `368490a <https://github.com/saltstack-formulas/rng-tools-formula/commit/368490a8be9c7969510092262cd1aed9d00a9528>`_\ )
* **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] (\ `fc3af2d <https://github.com/saltstack-formulas/rng-tools-formula/commit/fc3af2dfcf1f23b7ad8750e2d4ddcf03ee3934c2>`_\ )
* **kitchen+gitlab:** adjust matrix to add ``3003`` [skip ci] (\ `87132ad <https://github.com/saltstack-formulas/rng-tools-formula/commit/87132ad2e5ae1aacc0d0f8fb2b0b616cf11aa10b>`_\ )
* **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] (\ `49cd66e <https://github.com/saltstack-formulas/rng-tools-formula/commit/49cd66e0686a32525846196233b2763f45cedef2>`_\ )
* **pre-commit:** add to formula [skip ci] (\ `8e720a8 <https://github.com/saltstack-formulas/rng-tools-formula/commit/8e720a8bdd5296b7a71c43bfde7ae7ab4583944a>`_\ )
* **pre-commit:** enable/disable ``rstcheck`` as relevant [skip ci] (\ `7bb2a9a <https://github.com/saltstack-formulas/rng-tools-formula/commit/7bb2a9a486bafbd695658e0c4fce8a3fb0269959>`_\ )
* **pre-commit:** finalise ``rstcheck`` configuration [skip ci] (\ `d0118c2 <https://github.com/saltstack-formulas/rng-tools-formula/commit/d0118c282bd8f9d136261d6fa7c26cb62e36da8d>`_\ )
* **pre-commit:** update hook for ``rubocop`` [skip ci] (\ `e456be6 <https://github.com/saltstack-formulas/rng-tools-formula/commit/e456be6ce27269a9da63722494d7c00366eb3f99>`_\ )

Features
^^^^^^^^


* **osfamilymap:** add Gentoo support (\ `4cc0fa7 <https://github.com/saltstack-formulas/rng-tools-formula/commit/4cc0fa7666ce60675a77d65b5c244f20594e5594>`_\ )

Reverts
^^^^^^^


* **container:** respect ``ConditionVirtualization`` service setting (\ `d310e29 <https://github.com/saltstack-formulas/rng-tools-formula/commit/d310e29d4b1b5b7446a07f00d41887187426a4bf>`_\ )

Tests
^^^^^


* **service:** add helper state to run service in containers (\ `4fb69a3 <https://github.com/saltstack-formulas/rng-tools-formula/commit/4fb69a36c8ae38600984ab8f7a2fbc0add8a5ad9>`_\ )
* standardise use of ``share`` suite & ``_mapdata`` state [skip ci] (\ `4a58684 <https://github.com/saltstack-formulas/rng-tools-formula/commit/4a58684c9966b6590fda2a8377aeecb96ec1a6cf>`_\ )
* **share:** standardise with latest changes [skip ci] (\ `d2ef096 <https://github.com/saltstack-formulas/rng-tools-formula/commit/d2ef096914ba04b7a1cd43191b1536083b4a70d0>`_\ )

`0.2.0 <https://github.com/saltstack-formulas/rng-tools-formula/compare/v0.1.0...v0.2.0>`_ (2020-09-20)
-----------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 90b1726

Please sign in to comment.