diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 0000000..def5fbf --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,47 @@ +# Authors + +This list is sorted by the number of commits per contributor in _descending_ order. + +Avatar|Contributor|Contributions +:-:|---|:-: +@alxwr|[@alxwr](https://github.com/alxwr)|69 +@dafyddj|[@dafyddj](https://github.com/dafyddj)|38 +@puneetk|[@puneetk](https://github.com/puneetk)|12 +@daschatten|[@daschatten](https://github.com/daschatten)|11 +@aboe76|[@aboe76](https://github.com/aboe76)|10 +@marconett|[@marconett](https://github.com/marconett)|9 +@sc250024|[@sc250024](https://github.com/sc250024)|6 +@babilen5|[@babilen5](https://github.com/babilen5)|5 +@diegofd|[@diegofd](https://github.com/diegofd)|4 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|4 +@landergate|[@landergate](https://github.com/landergate)|4 +@aviau|[@aviau](https://github.com/aviau)|3 +@nmadhok|[@nmadhok](https://github.com/nmadhok)|3 +@viper233|[@viper233](https://github.com/viper233)|3 +@timwhite|[@timwhite](https://github.com/timwhite)|3 +@alexhayes|[@alexhayes](https://github.com/alexhayes)|2 +@iggy|[@iggy](https://github.com/iggy)|2 +@bryceml|[@bryceml](https://github.com/bryceml)|2 +@t0fik|[@t0fik](https://github.com/t0fik)|2 +@anderbubble|[@anderbubble](https://github.com/anderbubble)|2 +@kevinschmidt|[@kevinschmidt](https://github.com/kevinschmidt)|2 +@Wenzel|[@Wenzel](https://github.com/Wenzel)|2 +@genuss|[@genuss](https://github.com/genuss)|2 +@aldovillagra|[@aldovillagra](https://github.com/aldovillagra)|1 +@alfredopalhares|[@alfredopalhares](https://github.com/alfredopalhares)|1 +@blbradley|[@blbradley](https://github.com/blbradley)|1 +@cmclaughlin|[@cmclaughlin](https://github.com/cmclaughlin)|1 +@vielmetti|[@vielmetti](https://github.com/vielmetti)|1 +@syphernl|[@syphernl](https://github.com/syphernl)|1 +@gboddin|[@gboddin](https://github.com/gboddin)|1 +@icflournoy|[@icflournoy](https://github.com/icflournoy)|1 +@mthibaut|[@mthibaut](https://github.com/mthibaut)|1 +@marek-knappe|[@marek-knappe](https://github.com/marek-knappe)|1 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|1 +@oselivanov|[@oselivanov](https://github.com/oselivanov)|1 +@kevit|[@kevit](https://github.com/kevit)|1 +@tobio|[@tobio](https://github.com/tobio)|1 + +--- + +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-07-19. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3cf200e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,33 @@ +# Changelog + +## [0.13.1](https://github.com/saltstack-formulas/openvpn-formula/compare/v0.13.0...v0.13.1) (2019-07-19) + + +### Bug Fixes + +* **centos:** install OpenSSL on CentOS ([7e4c8d6](https://github.com/saltstack-formulas/openvpn-formula/commit/7e4c8d6)) +* **centos-6:** has only _one_ service 'openvpn' ([3d5723d](https://github.com/saltstack-formulas/openvpn-formula/commit/3d5723d)) +* **config:** script-security is a common option ([b1b482c](https://github.com/saltstack-formulas/openvpn-formula/commit/b1b482c)) +* **config:** set tls-auth and tls-crypt independentyl of ta_content ([d3787b6](https://github.com/saltstack-formulas/openvpn-formula/commit/d3787b6)) +* **debian-ish:** root owns the logs ([3276d3b](https://github.com/saltstack-formulas/openvpn-formula/commit/3276d3b)) +* **fedora:** honor working directory & service name ([4f8e899](https://github.com/saltstack-formulas/openvpn-formula/commit/4f8e899)) +* **freebsd:** load if_tap module ([d63581a](https://github.com/saltstack-formulas/openvpn-formula/commit/d63581a)) +* **jinja:** don't call pillar.get ([33b98f5](https://github.com/saltstack-formulas/openvpn-formula/commit/33b98f5)) +* **logging:** set replace=False and add dependencies for log files ([9b71fcf](https://github.com/saltstack-formulas/openvpn-formula/commit/9b71fcf)) +* **macros:** use openvpn/macros.jinja ([637387e](https://github.com/saltstack-formulas/openvpn-formula/commit/637387e)) +* **service:** use OS-specific service name in multi-service setups ([b16756c](https://github.com/saltstack-formulas/openvpn-formula/commit/b16756c)) +* **specs:** use boolean operator ([89fa956](https://github.com/saltstack-formulas/openvpn-formula/commit/89fa956)) + + +### Continuous Integration + +* **cleanup:** dropped obsolete opensuse-leap-15 workaround ([1e1719d](https://github.com/saltstack-formulas/openvpn-formula/commit/1e1719d)) +* **kitchen:** add kitchen file + testinfra ([9c5ee26](https://github.com/saltstack-formulas/openvpn-formula/commit/9c5ee26)) +* **kitchen:** rename pillar ([4122fc0](https://github.com/saltstack-formulas/openvpn-formula/commit/4122fc0)) +* **kitchen:** test/config/pillars: add jinja for user on debian >= 9 ([3c7f947](https://github.com/saltstack-formulas/openvpn-formula/commit/3c7f947)) +* **kitchen+travis:** modify matrix to include `develop` platform ([91b5798](https://github.com/saltstack-formulas/openvpn-formula/commit/91b5798)) +* **specs:** increased readability ([b2c9cf1](https://github.com/saltstack-formulas/openvpn-formula/commit/b2c9cf1)) +* **test data:** moved Pillar test data ([2fff1ee](https://github.com/saltstack-formulas/openvpn-formula/commit/2fff1ee)) +* **testing:** added bin/kitchen ([15bea7b](https://github.com/saltstack-formulas/openvpn-formula/commit/15bea7b)) +* **travis:** exclude Fedora 29 from Travis CI ([4a1f9ed](https://github.com/saltstack-formulas/openvpn-formula/commit/4a1f9ed)) +* **travis:** test based on template-formula and [#98](https://github.com/saltstack-formulas/openvpn-formula/issues/98) ([b9daf9b](https://github.com/saltstack-formulas/openvpn-formula/commit/b9daf9b)) diff --git a/FORMULA b/FORMULA index cffa510..0f0b9ca 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: template 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: 0.13.1 release: 1 minimum_version: 2018.3 summary: OpenVPN formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst new file mode 100644 index 0000000..5126bd7 --- /dev/null +++ b/docs/AUTHORS.rst @@ -0,0 +1,131 @@ +.. role:: raw-html-m2r(raw) + :format: html + + +Authors +======= + +This list is sorted by the number of commits per contributor in *descending* order. + +.. list-table:: + :header-rows: 1 + + * - Avatar + - Contributor + - Contributions + * - :raw-html-m2r:`@alxwr` + - `@alxwr `_ + - 69 + * - :raw-html-m2r:`@dafyddj` + - `@dafyddj `_ + - 38 + * - :raw-html-m2r:`@puneetk` + - `@puneetk `_ + - 12 + * - :raw-html-m2r:`@daschatten` + - `@daschatten `_ + - 11 + * - :raw-html-m2r:`@aboe76` + - `@aboe76 `_ + - 10 + * - :raw-html-m2r:`@marconett` + - `@marconett `_ + - 9 + * - :raw-html-m2r:`@sc250024` + - `@sc250024 `_ + - 6 + * - :raw-html-m2r:`@babilen5` + - `@babilen5 `_ + - 5 + * - :raw-html-m2r:`@diegofd` + - `@diegofd `_ + - 4 + * - :raw-html-m2r:`@javierbertoli` + - `@javierbertoli `_ + - 4 + * - :raw-html-m2r:`@landergate` + - `@landergate `_ + - 4 + * - :raw-html-m2r:`@aviau` + - `@aviau `_ + - 3 + * - :raw-html-m2r:`@nmadhok` + - `@nmadhok `_ + - 3 + * - :raw-html-m2r:`@viper233` + - `@viper233 `_ + - 3 + * - :raw-html-m2r:`@timwhite` + - `@timwhite `_ + - 3 + * - :raw-html-m2r:`@alexhayes` + - `@alexhayes `_ + - 2 + * - :raw-html-m2r:`@iggy` + - `@iggy `_ + - 2 + * - :raw-html-m2r:`@bryceml` + - `@bryceml `_ + - 2 + * - :raw-html-m2r:`@t0fik` + - `@t0fik `_ + - 2 + * - :raw-html-m2r:`@anderbubble` + - `@anderbubble `_ + - 2 + * - :raw-html-m2r:`@kevinschmidt` + - `@kevinschmidt `_ + - 2 + * - :raw-html-m2r:`@Wenzel` + - `@Wenzel `_ + - 2 + * - :raw-html-m2r:`@genuss` + - `@genuss `_ + - 2 + * - :raw-html-m2r:`@aldovillagra` + - `@aldovillagra `_ + - 1 + * - :raw-html-m2r:`@alfredopalhares` + - `@alfredopalhares `_ + - 1 + * - :raw-html-m2r:`@blbradley` + - `@blbradley `_ + - 1 + * - :raw-html-m2r:`@cmclaughlin` + - `@cmclaughlin `_ + - 1 + * - :raw-html-m2r:`@vielmetti` + - `@vielmetti `_ + - 1 + * - :raw-html-m2r:`@syphernl` + - `@syphernl `_ + - 1 + * - :raw-html-m2r:`@gboddin` + - `@gboddin `_ + - 1 + * - :raw-html-m2r:`@icflournoy` + - `@icflournoy `_ + - 1 + * - :raw-html-m2r:`@mthibaut` + - `@mthibaut `_ + - 1 + * - :raw-html-m2r:`@marek-knappe` + - `@marek-knappe `_ + - 1 + * - :raw-html-m2r:`@noelmcloughlin` + - `@noelmcloughlin `_ + - 1 + * - :raw-html-m2r:`@oselivanov` + - `@oselivanov `_ + - 1 + * - :raw-html-m2r:`@kevit` + - `@kevit `_ + - 1 + * - :raw-html-m2r:`@tobio` + - `@tobio `_ + - 1 + + +---- + +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-07-19. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst new file mode 100644 index 0000000..3a2a16f --- /dev/null +++ b/docs/CHANGELOG.rst @@ -0,0 +1,38 @@ + +Changelog +========= + +`0.13.1 `_ (2019-07-19) +------------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **centos:** install OpenSSL on CentOS (\ `7e4c8d6 `_\ ) +* **centos-6:** has only *one* service 'openvpn' (\ `3d5723d `_\ ) +* **config:** script-security is a common option (\ `b1b482c `_\ ) +* **config:** set tls-auth and tls-crypt independentyl of ta_content (\ `d3787b6 `_\ ) +* **debian-ish:** root owns the logs (\ `3276d3b `_\ ) +* **fedora:** honor working directory & service name (\ `4f8e899 `_\ ) +* **freebsd:** load if_tap module (\ `d63581a `_\ ) +* **jinja:** don't call pillar.get (\ `33b98f5 `_\ ) +* **logging:** set replace=False and add dependencies for log files (\ `9b71fcf `_\ ) +* **macros:** use openvpn/macros.jinja (\ `637387e `_\ ) +* **service:** use OS-specific service name in multi-service setups (\ `b16756c `_\ ) +* **specs:** use boolean operator (\ `89fa956 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **cleanup:** dropped obsolete opensuse-leap-15 workaround (\ `1e1719d `_\ ) +* **kitchen:** add kitchen file + testinfra (\ `9c5ee26 `_\ ) +* **kitchen:** rename pillar (\ `4122fc0 `_\ ) +* **kitchen:** test/config/pillars: add jinja for user on debian >= 9 (\ `3c7f947 `_\ ) +* **kitchen+travis:** modify matrix to include ``develop`` platform (\ `91b5798 `_\ ) +* **specs:** increased readability (\ `b2c9cf1 `_\ ) +* **test data:** moved Pillar test data (\ `2fff1ee `_\ ) +* **testing:** added bin/kitchen (\ `15bea7b `_\ ) +* **travis:** exclude Fedora 29 from Travis CI (\ `4a1f9ed `_\ ) +* **travis:** test based on template-formula and `#98 `_ (\ `b9daf9b `_\ )