mirror of
https://github.com/saltstack-formulas/nfs-formula.git
synced 2025-04-16 01:30:25 +00:00

# [0.12.0](https://github.com/saltstack-formulas/nfs-formula/compare/v0.11.1...v0.12.0) (2021-04-03) ### Code Refactoring * **service:** split out nfs service handling into dedicated state ([ad8d4b8
](ad8d4b89dc
)) ### Continuous Integration * **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([3d81fea
](3d81feaab3
)) * **gemfile+lock:** use `ssf` customised `kitchen-docker` repo [skip ci] ([be724ae
](be724aed00
)) * **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([e0274da
](e0274daa9a
)) * **gitlab-ci:** use GitLab CI as Travis CI replacement ([4405b21
](4405b21517
)) * **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] ([8ef3472
](8ef34725eb
)) * **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] ([ef34ebb
](ef34ebba22
)) * **pre-commit:** add to formula [skip ci] ([b4b0896
](b4b0896979
)) * **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([def21c3
](def21c3ba0
)) * **pre-commit:** finalise `rstcheck` configuration [skip ci] ([6bea9ea
](6bea9eaedd
)) * **pre-commit:** update hook for `rubocop` [skip ci] ([c298c9a
](c298c9a7ce
)) ### Features * **oscodenamemap:** add support for openSUSE Tumbleweed ([5c30f49
](5c30f49cef
)) * **osfamilymap:** add support for Gentoo ([aae6ce6
](aae6ce6414
)) * **service:** allow disabling of nfs services ([2bfffc0
](2bfffc06a9
)) ### Tests * standardise use of `share` suite & `_mapdata` state [skip ci] ([b3d113a
](b3d113a49e
))
9 lines
277 B
Text
9 lines
277 B
Text
name: nfs
|
|
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE
|
|
os_family: Debian, RedHat, Suse, Gentoo
|
|
version: 0.12.0
|
|
release: 1
|
|
minimum_version: 2017.7
|
|
summary: nfs formula
|
|
description: Formula to install and configure nfs server or client
|
|
top_level_dir: nfs
|