diff --git a/AUTHORS.md b/AUTHORS.md index 904ad09..da847ff 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -6,16 +6,16 @@ Avatar|Contributor|Contributions :-:|---|:-: @alxwr|[@alxwr](https://github.com/alxwr)|96 @dafyddj|[@dafyddj](https://github.com/dafyddj)|40 -@aboe76|[@aboe76](https://github.com/aboe76)|16 +@aboe76|[@aboe76](https://github.com/aboe76)|18 @puneetk|[@puneetk](https://github.com/puneetk)|12 @daschatten|[@daschatten](https://github.com/daschatten)|11 +@myii|[@myii](https://github.com/myii)|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 -@myii|[@myii](https://github.com/myii)|4 @aviau|[@aviau](https://github.com/aviau)|3 @nmadhok|[@nmadhok](https://github.com/nmadhok)|3 @viper233|[@viper233](https://github.com/viper233)|3 @@ -46,4 +46,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-07. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-21. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fb0ca1..1a20a56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.15.1](https://github.com/saltstack-formulas/openvpn-formula/compare/v0.15.0...v0.15.1) (2019-09-21) + + +### Bug Fixes + +* **repo:** provide EPEL repo configuration for `Amazon Linux-2` ([bfb29bd](https://github.com/saltstack-formulas/openvpn-formula/commit/bfb29bd)) + + +### Continuous Integration + +* use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([5e02797](https://github.com/saltstack-formulas/openvpn-formula/commit/5e02797)) +* **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([a437b3b](https://github.com/saltstack-formulas/openvpn-formula/commit/a437b3b)) + # [0.15.0](https://github.com/saltstack-formulas/openvpn-formula/compare/v0.14.2...v0.15.0) (2019-09-07) diff --git a/FORMULA b/FORMULA index 854df24..dae0041 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: 0.15.0 +version: 0.15.1 release: 1 minimum_version: 2018.3 summary: OpenVPN formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index ba7b056..7913c93 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -21,13 +21,16 @@ This list is sorted by the number of commits per contributor in *descending* ord - 40 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - - 16 + - 18 * - :raw-html-m2r:`@puneetk` - `@puneetk `_ - 12 * - :raw-html-m2r:`@daschatten` - `@daschatten `_ - 11 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 10 * - :raw-html-m2r:`@marconett` - `@marconett `_ - 9 @@ -46,9 +49,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@landergate` - `@landergate `_ - 4 - * - :raw-html-m2r:`@myii` - - `@myii `_ - - 4 * - :raw-html-m2r:`@aviau` - `@aviau `_ - 3 @@ -134,4 +134,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 2019-09-07. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-09-21. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index f81afd2..a4ae58d 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,22 @@ Changelog ========= +`0.15.1 `_ (2019-09-21) +------------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **repo:** provide EPEL repo configuration for ``Amazon Linux-2`` (\ `bfb29bd `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* use ``dist: bionic`` & apply ``opensuse-leap-15`` SCP error workaround (\ `5e02797 `_\ ) +* **yamllint:** add rule ``empty-values`` & use new ``yaml-files`` setting (\ `a437b3b `_\ ) + `0.15.0 `_ (2019-09-07) ------------------------------------------------------------------------------------------------------------