chore(release): 0.12.1 [skip ci]

## [0.12.1](https://github.com/saltstack-formulas/nfs-formula/compare/v0.12.0...v0.12.1) (2021-06-24)

### Bug Fixes

* **osfamilymap:** fix no `grains.init` on *BSD ([53b5b39](53b5b39f25)), closes [#38](https://github.com/saltstack-formulas/nfs-formula/issues/38)

### Continuous Integration

* enable Vagrant-based testing using GitHub Actions ([8b7a927](8b7a927a01))
* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([f912cb6](f912cb6272))
* add `arch-master` to matrix and update `.travis.yml` [skip ci] ([dc8ee52](dc8ee52e89))
* **kitchen+gitlab:** adjust matrix to add `3003` [skip ci] ([20db001](20db001708))
This commit is contained in:
semantic-release-bot 2021-06-24 09:06:00 +00:00
parent 22353ac399
commit 13251f8160
5 changed files with 38 additions and 5 deletions

View file

@ -4,7 +4,7 @@ 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)|47
<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)|52
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/476168?v=4' width='36' height='36' alt='@syndicut'>|[@syndicut](https://github.com/syndicut)|10
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/20441?v=4' width='36' height='36' alt='@iggy'>|[@iggy](https://github.com/iggy)|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)|3
@ -31,4 +31,4 @@ Avatar|Contributor|Contributions
---
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-04-03.
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-06-24.

View file

@ -1,5 +1,20 @@
# Changelog
## [0.12.1](https://github.com/saltstack-formulas/nfs-formula/compare/v0.12.0...v0.12.1) (2021-06-24)
### Bug Fixes
* **osfamilymap:** fix no `grains.init` on *BSD ([53b5b39](https://github.com/saltstack-formulas/nfs-formula/commit/53b5b39f250e82c04ff02e6e9a6b0d203349cb54)), closes [#38](https://github.com/saltstack-formulas/nfs-formula/issues/38)
### Continuous Integration
* enable Vagrant-based testing using GitHub Actions ([8b7a927](https://github.com/saltstack-formulas/nfs-formula/commit/8b7a927a0188b71242280d49ee65c622108a72d9))
* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([f912cb6](https://github.com/saltstack-formulas/nfs-formula/commit/f912cb6272c6ab29951e8227fa2bcf5c19cf431b))
* add `arch-master` to matrix and update `.travis.yml` [skip ci] ([dc8ee52](https://github.com/saltstack-formulas/nfs-formula/commit/dc8ee52e89e4fcbb2cc01d458b64290ed05b72b6))
* **kitchen+gitlab:** adjust matrix to add `3003` [skip ci] ([20db001](https://github.com/saltstack-formulas/nfs-formula/commit/20db00170866ee1dfb3cce7240032eaeaba55bc0))
# [0.12.0](https://github.com/saltstack-formulas/nfs-formula/compare/v0.11.1...v0.12.0) (2021-04-03)

View file

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

View file

@ -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>`_
- 47
- 52
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/476168?v=4' width='36' height='36' alt='@syndicut'>`
- `@syndicut <https://github.com/syndicut>`_
- 10
@ -89,4 +89,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
----
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-04-03.
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-06-24.

View file

@ -2,6 +2,24 @@
Changelog
=========
`0.12.1 <https://github.com/saltstack-formulas/nfs-formula/compare/v0.12.0...v0.12.1>`_ (2021-06-24)
--------------------------------------------------------------------------------------------------------
Bug Fixes
^^^^^^^^^
* **osfamilymap:** fix no ``grains.init`` on *BSD (\ `53b5b39 <https://github.com/saltstack-formulas/nfs-formula/commit/53b5b39f250e82c04ff02e6e9a6b0d203349cb54>`_\ ), closes `#38 <https://github.com/saltstack-formulas/nfs-formula/issues/38>`_
Continuous Integration
^^^^^^^^^^^^^^^^^^^^^^
* enable Vagrant-based testing using GitHub Actions (\ `8b7a927 <https://github.com/saltstack-formulas/nfs-formula/commit/8b7a927a0188b71242280d49ee65c622108a72d9>`_\ )
* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] (\ `f912cb6 <https://github.com/saltstack-formulas/nfs-formula/commit/f912cb6272c6ab29951e8227fa2bcf5c19cf431b>`_\ )
* add ``arch-master`` to matrix and update ``.travis.yml`` [skip ci] (\ `dc8ee52 <https://github.com/saltstack-formulas/nfs-formula/commit/dc8ee52e89e4fcbb2cc01d458b64290ed05b72b6>`_\ )
* **kitchen+gitlab:** adjust matrix to add ``3003`` [skip ci] (\ `20db001 <https://github.com/saltstack-formulas/nfs-formula/commit/20db00170866ee1dfb3cce7240032eaeaba55bc0>`_\ )
`0.12.0 <https://github.com/saltstack-formulas/nfs-formula/compare/v0.11.1...v0.12.0>`_ (2021-04-03)
--------------------------------------------------------------------------------------------------------