diff --git a/AUTHORS.md b/AUTHORS.md index 86d8bbe..6d6b7be 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)|62 +@myii|[@myii](https://github.com/myii)|63 @alxwr|[@alxwr](https://github.com/alxwr)|38 @gravyboat|[@gravyboat](https://github.com/gravyboat)|28 @aboe76|[@aboe76](https://github.com/aboe76)|25 @@ -23,6 +23,7 @@ Avatar|Contributor|Contributions @nterupt|[@nterupt](https://github.com/nterupt)|4 @mathieupotier|[@mathieupotier](https://github.com/mathieupotier)|4 @bogdanr|[@bogdanr](https://github.com/bogdanr)|3 +@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|3 @techhat|[@techhat](https://github.com/techhat)|3 @mikemol|[@mikemol](https://github.com/mikemol)|3 @pcdummy|[@pcdummy](https://github.com/pcdummy)|3 @@ -50,7 +51,6 @@ Avatar|Contributor|Contributions @bkmit|[@bkmit](https://github.com/bkmit)|1 @brianholland99|[@brianholland99](https://github.com/brianholland99)|1 @iggy|[@iggy](https://github.com/iggy)|1 -@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|1 @BT-dschleich|[@BT-dschleich](https://github.com/BT-dschleich)|1 @fzipi|[@fzipi](https://github.com/fzipi)|1 @imran1008|[@imran1008](https://github.com/imran1008)|1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 70c8ade..1a6c46e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +# [1.1.0](https://github.com/saltstack-formulas/openssh-formula/compare/v1.0.0...v1.1.0) (2020-07-17) + + +### Bug Fixes + +* **inspec:** make rubocop happy ([2cfb5a7](https://github.com/saltstack-formulas/openssh-formula/commit/2cfb5a74f32fa0f429b62a0c2053278859463418)) + + +### Features + +* **test:** remove serverspec files ([049db2b](https://github.com/saltstack-formulas/openssh-formula/commit/049db2bc8edbe224a6f47c623d7afe939e5b7992)) + # [1.0.0](https://github.com/saltstack-formulas/openssh-formula/compare/v0.43.3...v1.0.0) (2020-07-17) diff --git a/FORMULA b/FORMULA index dcdce0e..45a916d 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: openssh 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.0.0 +version: 1.1.0 release: 1 minimum_version: 2017.7 summary: openssh formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 1f64180..d3f0d30 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 `_ - - 62 + - 63 * - :raw-html-m2r:`@alxwr` - `@alxwr `_ - 38 @@ -70,6 +70,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@bogdanr` - `@bogdanr `_ - 3 + * - :raw-html-m2r:`@baby-gnu` + - `@baby-gnu `_ + - 3 * - :raw-html-m2r:`@techhat` - `@techhat `_ - 3 @@ -151,9 +154,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@iggy` - `@iggy `_ - 1 - * - :raw-html-m2r:`@baby-gnu` - - `@baby-gnu `_ - - 1 * - :raw-html-m2r:`@BT-dschleich` - `@BT-dschleich `_ - 1 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 672d578..195e17d 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`1.1.0 `_ (2020-07-17) +--------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **inspec:** make rubocop happy (\ `2cfb5a7 `_\ ) + +Features +^^^^^^^^ + + +* **test:** remove serverspec files (\ `049db2b `_\ ) + `1.0.0 `_ (2020-07-17) ----------------------------------------------------------------------------------------------------------