From a55dada9a5de9f174947c9b30274b59a2f232d4a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 14 Feb 2021 08:22:33 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # [1.0.0](https://github.com/saltstack-formulas/openvpn-formula/compare/v0.16.8...v1.0.0) (2021-02-14) ### Continuous Integration * **pre-commit:** update hook for `rubocop` [skip ci] ([4d77262](https://github.com/saltstack-formulas/openvpn-formula/commit/4d772627d43eb1ce051fc6549639ca826fad9481)) ### Features * **map:** the YAML files must not use any Jinja ([4db7d6f](https://github.com/saltstack-formulas/openvpn-formula/commit/4db7d6f6b33ea6741a5bdc67265c51cefde61a75)) * **map:** update to v5 `map.jinja` ([c28acb9](https://github.com/saltstack-formulas/openvpn-formula/commit/c28acb9c0cf9125d955095d35fc1023113186509)) ### BREAKING CHANGES * **map:** `map.jinja` now export a generic `mapdata` variable * **map:** The parameters per grains are now under `openvpn/parameters/` --- AUTHORS.md | 7 +++---- CHANGELOG.md | 19 +++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 13 +++++-------- docs/CHANGELOG.rst | 23 +++++++++++++++++++++++ 5 files changed, 51 insertions(+), 13 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 2f96c6a..b06494e 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,7 +5,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: @alxwr|[@alxwr](https://github.com/alxwr)|96 -@myii|[@myii](https://github.com/myii)|81 +@myii|[@myii](https://github.com/myii)|84 @dafyddj|[@dafyddj](https://github.com/dafyddj)|52 @aboe76|[@aboe76](https://github.com/aboe76)|19 @puneetk|[@puneetk](https://github.com/puneetk)|12 @@ -16,6 +16,7 @@ Avatar|Contributor|Contributions @diegofd|[@diegofd](https://github.com/diegofd)|4 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|4 @landergate|[@landergate](https://github.com/landergate)|4 +@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|4 @aviau|[@aviau](https://github.com/aviau)|3 @nmadhok|[@nmadhok](https://github.com/nmadhok)|3 @viper233|[@viper233](https://github.com/viper233)|3 @@ -23,7 +24,6 @@ Avatar|Contributor|Contributions @daks|[@daks](https://github.com/daks)|3 @alexhayes|[@alexhayes](https://github.com/alexhayes)|2 @iggy|[@iggy](https://github.com/iggy)|2 -@blarson2|[@blarson2](https://github.com/blarson2)|2 @dimitry-unified-streaming|[@dimitry-unified-streaming](https://github.com/dimitry-unified-streaming)|2 @t0fik|[@t0fik](https://github.com/t0fik)|2 @anderbubble|[@anderbubble](https://github.com/anderbubble)|2 @@ -31,7 +31,6 @@ Avatar|Contributor|Contributions @Wenzel|[@Wenzel](https://github.com/Wenzel)|2 @genuss|[@genuss](https://github.com/genuss)|2 @cmclaughlin|[@cmclaughlin](https://github.com/cmclaughlin)|2 -@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|2 @aldovillagra|[@aldovillagra](https://github.com/aldovillagra)|1 @alfredopalhares|[@alfredopalhares](https://github.com/alfredopalhares)|1 @blbradley|[@blbradley](https://github.com/blbradley)|1 @@ -47,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 2021-01-29. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-02-14. diff --git a/CHANGELOG.md b/CHANGELOG.md index c7e501b..7271778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +# [1.0.0](https://github.com/saltstack-formulas/openvpn-formula/compare/v0.16.8...v1.0.0) (2021-02-14) + + +### Continuous Integration + +* **pre-commit:** update hook for `rubocop` [skip ci] ([4d77262](https://github.com/saltstack-formulas/openvpn-formula/commit/4d772627d43eb1ce051fc6549639ca826fad9481)) + + +### Features + +* **map:** the YAML files must not use any Jinja ([4db7d6f](https://github.com/saltstack-formulas/openvpn-formula/commit/4db7d6f6b33ea6741a5bdc67265c51cefde61a75)) +* **map:** update to v5 `map.jinja` ([c28acb9](https://github.com/saltstack-formulas/openvpn-formula/commit/c28acb9c0cf9125d955095d35fc1023113186509)) + + +### BREAKING CHANGES + +* **map:** `map.jinja` now export a generic `mapdata` variable +* **map:** The parameters per grains are now under `openvpn/parameters/` + ## [0.16.8](https://github.com/saltstack-formulas/openvpn-formula/compare/v0.16.7...v0.16.8) (2021-01-29) diff --git a/FORMULA b/FORMULA index 7b97d99..cffa510 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.16.8 +version: 1.0.0 release: 1 minimum_version: 2018.3 summary: OpenVPN formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index bc546e8..132a111 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 96 * - :raw-html-m2r:`@myii` - `@myii `_ - - 81 + - 84 * - :raw-html-m2r:`@dafyddj` - `@dafyddj `_ - 52 @@ -49,6 +49,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@landergate` - `@landergate `_ - 4 + * - :raw-html-m2r:`@baby-gnu` + - `@baby-gnu `_ + - 4 * - :raw-html-m2r:`@aviau` - `@aviau `_ - 3 @@ -70,9 +73,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@iggy` - `@iggy `_ - 2 - * - :raw-html-m2r:`@blarson2` - - `@blarson2 `_ - - 2 * - :raw-html-m2r:`@dimitry-unified-streaming` - `@dimitry-unified-streaming `_ - 2 @@ -94,9 +94,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@cmclaughlin` - `@cmclaughlin `_ - 2 - * - :raw-html-m2r:`@baby-gnu` - - `@baby-gnu `_ - - 2 * - :raw-html-m2r:`@aldovillagra` - `@aldovillagra `_ - 1 @@ -137,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 2021-01-29. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-02-14. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 9bcc53b..1095c9a 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,29 @@ Changelog ========= +`1.0.0 `_ (2021-02-14) +---------------------------------------------------------------------------------------------------------- + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **pre-commit:** update hook for ``rubocop`` [skip ci] (\ `4d77262 `_\ ) + +Features +^^^^^^^^ + + +* **map:** the YAML files must not use any Jinja (\ `4db7d6f `_\ ) +* **map:** update to v5 ``map.jinja`` (\ `c28acb9 `_\ ) + +BREAKING CHANGES +^^^^^^^^^^^^^^^^ + + +* **map:** ``map.jinja`` now export a generic ``mapdata`` variable +* **map:** The parameters per grains are now under ``openvpn/parameters/`` + `0.16.8 `_ (2021-01-29) ------------------------------------------------------------------------------------------------------------