diff --git a/AUTHORS.md b/AUTHORS.md index 6dba506d..6733e9ca 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,10 +4,10 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|832 -@dafyddj|[@dafyddj](https://github.com/dafyddj)|4 +@myii|[@myii](https://github.com/myii)|833 +@dafyddj|[@dafyddj](https://github.com/dafyddj)|5 @baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-03-07. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-03-12. diff --git a/CHANGELOG.md b/CHANGELOG.md index 65e11252..191bbcf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [1.251.0](https://github.com/myii/ssf-formula/compare/v1.250.0...v1.251.0) (2021-03-12) + + +### Features + +* **kitchen:** allow specifying InSpec `controls` ([a5d2467](https://github.com/myii/ssf-formula/commit/a5d2467986f07f565723fb08c56c185902afe02a)) + # [1.250.0](https://github.com/myii/ssf-formula/compare/v1.249.0...v1.250.0) (2021-03-07) diff --git a/FORMULA b/FORMULA index 593fbc99..44f71a20 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: ssf os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS -version: 1.250.0 +version: 1.251.0 release: 1 minimum_version: 2017.7 summary: ssf formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index e0052567..9043ed74 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,10 +15,10 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 832 + - 833 * - :raw-html-m2r:`@dafyddj` - `@dafyddj `_ - - 4 + - 5 * - :raw-html-m2r:`@baby-gnu` - `@baby-gnu `_ - 1 @@ -26,4 +26,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-03-07. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-03-12. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 0f45fd6e..d03cf259 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.251.0 `_ (2021-03-12) +--------------------------------------------------------------------------------------------- + +Features +^^^^^^^^ + + +* **kitchen:** allow specifying InSpec ``controls`` (\ `a5d2467 `_\ ) + `1.250.0 `_ (2021-03-07) ---------------------------------------------------------------------------------------------