From 13251f816043b32754259e27c53dcbbed90d6056 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Jun 2021 09:06:00 +0000 Subject: [PATCH] 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](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)) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 15 +++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 4 ++-- docs/CHANGELOG.rst | 18 ++++++++++++++++++ 5 files changed, 38 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index cd036dd..a6e4c41 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|47 +@myii|[@myii](https://github.com/myii)|52 @syndicut|[@syndicut](https://github.com/syndicut)|10 @iggy|[@iggy](https://github.com/iggy)|3 @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. diff --git a/CHANGELOG.md b/CHANGELOG.md index cebb7e0..f77ab9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/FORMULA b/FORMULA index cd2971d..f00d491 100644 --- a/FORMULA +++ b/FORMULA @@ -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 diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index a23debb..7a1a5bf 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 47 + - 52 * - :raw-html-m2r:`@syndicut` - `@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 `_ of `gaocegege/maintainer `_ on 2021-04-03. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-06-24. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index ea180da..9394381 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,24 @@ Changelog ========= +`0.12.1 `_ (2021-06-24) +-------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **osfamilymap:** fix no ``grains.init`` on *BSD (\ `53b5b39 `_\ ), closes `#38 `_ + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* enable Vagrant-based testing using GitHub Actions (\ `8b7a927 `_\ ) +* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] (\ `f912cb6 `_\ ) +* add ``arch-master`` to matrix and update ``.travis.yml`` [skip ci] (\ `dc8ee52 `_\ ) +* **kitchen+gitlab:** adjust matrix to add ``3003`` [skip ci] (\ `20db001 `_\ ) + `0.12.0 `_ (2021-04-03) --------------------------------------------------------------------------------------------------------