diff --git a/AUTHORS.md b/AUTHORS.md index 3722a3d..86d8bbe 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)|55 +@myii|[@myii](https://github.com/myii)|62 @alxwr|[@alxwr](https://github.com/alxwr)|38 @gravyboat|[@gravyboat](https://github.com/gravyboat)|28 @aboe76|[@aboe76](https://github.com/aboe76)|25 @@ -50,6 +50,7 @@ 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 @@ -76,4 +77,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-06-04. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-07-17. diff --git a/CHANGELOG.md b/CHANGELOG.md index 71c41b3..70c8ade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +# [1.0.0](https://github.com/saltstack-formulas/openssh-formula/compare/v0.43.3...v1.0.0) (2020-07-17) + + +### Continuous Integration + +* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([bb1ac71](https://github.com/saltstack-formulas/openssh-formula/commit/bb1ac717862a2c659800c4163a0d56f035c08ed7)) + + +### Features + +* **templates:** don't get openssh pillars in templates ([cb6e48f](https://github.com/saltstack-formulas/openssh-formula/commit/cb6e48feaad2649fd008bf71071e5b803b59628e)) + + +### BREAKING CHANGES + +* **templates:** Minimum Salt version support is now `2019.2` in line +with official upstream support; also use of the `traverse` Jinja filter. + ## [0.43.3](https://github.com/saltstack-formulas/openssh-formula/compare/v0.43.2...v0.43.3) (2020-06-04) diff --git a/FORMULA b/FORMULA index 89ed423..dcdce0e 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: 0.43.3 +version: 1.0.0 release: 1 minimum_version: 2017.7 summary: openssh formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index bf278e3..1f64180 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 `_ - - 55 + - 62 * - :raw-html-m2r:`@alxwr` - `@alxwr `_ - 38 @@ -151,6 +151,9 @@ 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 @@ -224,4 +227,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 2020-06-04. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-07-17. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index adb5ac0..672d578 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,28 @@ Changelog ========= +`1.0.0 `_ (2020-07-17) +---------------------------------------------------------------------------------------------------------- + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen:** use ``saltimages`` Docker Hub where available [skip ci] (\ `bb1ac71 `_\ ) + +Features +^^^^^^^^ + + +* **templates:** don't get openssh pillars in templates (\ `cb6e48f `_\ ) + +BREAKING CHANGES +^^^^^^^^^^^^^^^^ + + +* **templates:** Minimum Salt version support is now ``2019.2`` in line + with official upstream support; also use of the ``traverse`` Jinja filter. + `0.43.3 `_ (2020-06-04) ------------------------------------------------------------------------------------------------------------