mirror of
https://github.com/saltstack-formulas/nfs-formula.git
synced 2025-04-16 17:50:28 +00:00

## [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
))
3.7 KiB
3.7 KiB
Changelog
0.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
forsemantic-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
>`_)
0.11.0 (2019-11-20)
Bug Fixes
- map.jinja: add missing reference to
osfinger
grain (`d56f55e <d56f55e6ca
>`_) - osfingermap: update
service_name
forCentOS-6
(`780c062 <780c062228
>`_) - osmap: update
service_name
for current versions of Fedora (`2731708 <27317085f7
>`_)
Continuous Integration
- travis: finalise enabled instances (`1255431
<
1255431d0d
>`_)
Features
- implementing semantic release (`ad826bc
<
ad826bc23e
>`_)
Styles
- fix linters errors (`18acd66
<
18acd667c0
>`_)