mirror of
https://github.com/saltstack-formulas/nfs-formula.git
synced 2025-04-16 17:50:28 +00:00
chore(release): 0.11.1 [skip ci]
## [0.11.1](https://github.com/saltstack-formulas/nfs-formula/compare/v0.11.0...v0.11.1) (2020-07-06) ### Bug Fixes * **null:** replace `None` with null in yaml files ([88a3c54
](88a3c544cc
)) ### Continuous Integration * **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([c8c240f
](c8c240f300
)) * **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([5f3dc36
](5f3dc366f3
)) * **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([a0f3722
](a0f372258b
)) * **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([c8ae973
](c8ae973a61
)) * **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([26cf881
](26cf881085
)) * **travis:** add notifications => zulip [skip ci] ([c1d4ce0
](c1d4ce0d7b
)) * **travis:** quote pathspecs used with `git ls-files` [skip ci] ([c15158b
](c15158b1ec
)) * **travis:** run `shellcheck` during lint job [skip ci] ([5efc351
](5efc35189d
)) * **travis:** use `major.minor` for `semantic-release` version [skip ci] ([a20ce32
](a20ce32841
)) * **workflows/commitlint:** add to repo [skip ci] ([26bc2b4
](26bc2b410c
)) * workaround issues with newly introduced `amazonlinux-1` [skip ci] ([da5453c
](da5453c87b
))
This commit is contained in:
parent
0faa3461ae
commit
3a3b3be7fc
5 changed files with 58 additions and 7 deletions
|
@ -4,8 +4,8 @@ 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)|28
|
||||
<img class='float-left rounded-1' src='https://avatars3.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://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|6
|
||||
<img class='float-left rounded-1' src='https://avatars1.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://avatars2.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://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|3
|
||||
|
@ -24,7 +24,8 @@ Avatar|Contributor|Contributions
|
|||
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/10901150?v=4' width='36' height='36' alt='@ryanwalder'>|[@ryanwalder](https://github.com/ryanwalder)|1
|
||||
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/6904170?v=4' width='36' height='36' alt='@mioux'>|[@mioux](https://github.com/mioux)|1
|
||||
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/228723?v=4' width='36' height='36' alt='@abednarik'>|[@abednarik](https://github.com/abednarik)|1
|
||||
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/46799934?v=4' width='36' height='36' alt='@sticky-note'>|[@sticky-note](https://github.com/sticky-note)|1
|
||||
|
||||
---
|
||||
|
||||
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-11-20.
|
||||
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-07-06.
|
||||
|
|
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -1,5 +1,27 @@
|
|||
# Changelog
|
||||
|
||||
## [0.11.1](https://github.com/saltstack-formulas/nfs-formula/compare/v0.11.0...v0.11.1) (2020-07-06)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **null:** replace `None` with null in yaml files ([88a3c54](https://github.com/saltstack-formulas/nfs-formula/commit/88a3c544cca607c22b661c4d59df3012cc21208d))
|
||||
|
||||
|
||||
### Continuous Integration
|
||||
|
||||
* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([c8c240f](https://github.com/saltstack-formulas/nfs-formula/commit/c8c240f300b5e59913bfd0be039a59fe460ad2b3))
|
||||
* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([5f3dc36](https://github.com/saltstack-formulas/nfs-formula/commit/5f3dc366f38cd0759eff9f2b4ff1e5546dd19d65))
|
||||
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([a0f3722](https://github.com/saltstack-formulas/nfs-formula/commit/a0f372258bdf9c1e55ef0d24442d9088ca576999))
|
||||
* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([c8ae973](https://github.com/saltstack-formulas/nfs-formula/commit/c8ae973a61a933453e0b769233cef3d2355b1cc0))
|
||||
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([26cf881](https://github.com/saltstack-formulas/nfs-formula/commit/26cf881085950553d6ccb28a19100e22ac438cb8))
|
||||
* **travis:** add notifications => zulip [skip ci] ([c1d4ce0](https://github.com/saltstack-formulas/nfs-formula/commit/c1d4ce0d7b4da976b241506df29b6f992afa7cf9))
|
||||
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([c15158b](https://github.com/saltstack-formulas/nfs-formula/commit/c15158b1ec0aebbd249c5cddfa7e1ee2d0e88679))
|
||||
* **travis:** run `shellcheck` during lint job [skip ci] ([5efc351](https://github.com/saltstack-formulas/nfs-formula/commit/5efc35189d6da8440e4822cf3ea7af8e91b463e3))
|
||||
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([a20ce32](https://github.com/saltstack-formulas/nfs-formula/commit/a20ce32841077e418b0e15155c081b4014e9a9a1))
|
||||
* **workflows/commitlint:** add to repo [skip ci] ([26bc2b4](https://github.com/saltstack-formulas/nfs-formula/commit/26bc2b410cbc5b9bd3b48e771dc4149e481f127f))
|
||||
* workaround issues with newly introduced `amazonlinux-1` [skip ci] ([da5453c](https://github.com/saltstack-formulas/nfs-formula/commit/da5453c87bd2d98a2d191f11ec4f9906d6cce2bf))
|
||||
|
||||
# [0.11.0](https://github.com/saltstack-formulas/nfs-formula/compare/v0.10.0...v0.11.0) (2019-11-20)
|
||||
|
||||
|
||||
|
|
2
FORMULA
2
FORMULA
|
@ -1,7 +1,7 @@
|
|||
name: nfs
|
||||
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE
|
||||
os_family: Debian, RedHat, Suse, Gentoo
|
||||
version: 0.11.0
|
||||
version: 0.11.1
|
||||
release: 1
|
||||
minimum_version: 2017.7
|
||||
summary: nfs formula
|
||||
|
|
|
@ -13,12 +13,12 @@ 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'>`
|
||||
- `@myii <https://github.com/myii>`_
|
||||
- 28
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/476168?v=4' width='36' height='36' alt='@syndicut'>`
|
||||
- `@syndicut <https://github.com/syndicut>`_
|
||||
- 10
|
||||
* - :raw-html-m2r:`<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>`_
|
||||
- 6
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/20441?v=4' width='36' height='36' alt='@iggy'>`
|
||||
- `@iggy <https://github.com/iggy>`_
|
||||
- 3
|
||||
|
@ -73,8 +73,11 @@ 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://avatars0.githubusercontent.com/u/228723?v=4' width='36' height='36' alt='@abednarik'>`
|
||||
- `@abednarik <https://github.com/abednarik>`_
|
||||
- 1
|
||||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/46799934?v=4' width='36' height='36' alt='@sticky-note'>`
|
||||
- `@sticky-note <https://github.com/sticky-note>`_
|
||||
- 1
|
||||
|
||||
|
||||
----
|
||||
|
||||
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-11-20.
|
||||
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-07-06.
|
||||
|
|
|
@ -2,6 +2,31 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
`0.11.1 <https://github.com/saltstack-formulas/nfs-formula/compare/v0.11.0...v0.11.1>`_ (2020-07-06)
|
||||
--------------------------------------------------------------------------------------------------------
|
||||
|
||||
Bug Fixes
|
||||
^^^^^^^^^
|
||||
|
||||
|
||||
* **null:** replace ``None`` with null in yaml files (\ `88a3c54 <https://github.com/saltstack-formulas/nfs-formula/commit/88a3c544cca607c22b661c4d59df3012cc21208d>`_\ )
|
||||
|
||||
Continuous Integration
|
||||
^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
* **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `c8c240f <https://github.com/saltstack-formulas/nfs-formula/commit/c8c240f300b5e59913bfd0be039a59fe460ad2b3>`_\ )
|
||||
* **gemfile.lock:** add to repo with updated ``Gemfile`` [skip ci] (\ `5f3dc36 <https://github.com/saltstack-formulas/nfs-formula/commit/5f3dc366f38cd0759eff9f2b4ff1e5546dd19d65>`_\ )
|
||||
* **kitchen:** avoid using bootstrap for ``master`` instances [skip ci] (\ `a0f3722 <https://github.com/saltstack-formulas/nfs-formula/commit/a0f372258bdf9c1e55ef0d24442d9088ca576999>`_\ )
|
||||
* **kitchen:** use ``saltimages`` Docker Hub where available [skip ci] (\ `c8ae973 <https://github.com/saltstack-formulas/nfs-formula/commit/c8ae973a61a933453e0b769233cef3d2355b1cc0>`_\ )
|
||||
* **kitchen+travis:** remove ``master-py2-arch-base-latest`` [skip ci] (\ `26cf881 <https://github.com/saltstack-formulas/nfs-formula/commit/26cf881085950553d6ccb28a19100e22ac438cb8>`_\ )
|
||||
* **travis:** add notifications => zulip [skip ci] (\ `c1d4ce0 <https://github.com/saltstack-formulas/nfs-formula/commit/c1d4ce0d7b4da976b241506df29b6f992afa7cf9>`_\ )
|
||||
* **travis:** quote pathspecs used with ``git ls-files`` [skip ci] (\ `c15158b <https://github.com/saltstack-formulas/nfs-formula/commit/c15158b1ec0aebbd249c5cddfa7e1ee2d0e88679>`_\ )
|
||||
* **travis:** run ``shellcheck`` during lint job [skip ci] (\ `5efc351 <https://github.com/saltstack-formulas/nfs-formula/commit/5efc35189d6da8440e4822cf3ea7af8e91b463e3>`_\ )
|
||||
* **travis:** use ``major.minor`` for ``semantic-release`` version [skip ci] (\ `a20ce32 <https://github.com/saltstack-formulas/nfs-formula/commit/a20ce32841077e418b0e15155c081b4014e9a9a1>`_\ )
|
||||
* **workflows/commitlint:** add to repo [skip ci] (\ `26bc2b4 <https://github.com/saltstack-formulas/nfs-formula/commit/26bc2b410cbc5b9bd3b48e771dc4149e481f127f>`_\ )
|
||||
* workaround issues with newly introduced ``amazonlinux-1`` [skip ci] (\ `da5453c <https://github.com/saltstack-formulas/nfs-formula/commit/da5453c87bd2d98a2d191f11ec4f9906d6cce2bf>`_\ )
|
||||
|
||||
`0.11.0 <https://github.com/saltstack-formulas/nfs-formula/compare/v0.10.0...v0.11.0>`_ (2019-11-20)
|
||||
--------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue