From f4c72269641de081c7d7bda334353c56b566c18e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 15 May 2019 15:10:54 +0000 Subject: [PATCH] chore(release): 2.1.4 [skip ci] ## [2.1.4](https://github.com/saltstack-formulas/template-formula/compare/v2.1.3...v2.1.4) (2019-05-15) ### Bug Fixes * **`map.jinja`:** remove `merge` from `config.get` (for `salt-ssh`) ([00e474c](https://github.com/saltstack-formulas/template-formula/commit/00e474c)), closes [#95](https://github.com/saltstack-formulas/template-formula/issues/95) --- AUTHORS.md | 6 +++--- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 10 +++++----- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 25 insertions(+), 9 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 97d522e7..845163cc 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,15 +4,15 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|136 +@myii|[@myii](https://github.com/myii)|137 @aboe76|[@aboe76](https://github.com/aboe76)|22 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|12 @gravyboat|[@gravyboat](https://github.com/gravyboat)|6 @evvers|[@evvers](https://github.com/evvers)|4 @n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|4 @nmadhok|[@nmadhok](https://github.com/nmadhok)|3 +@alxwr|[@alxwr](https://github.com/alxwr)|3 @daks|[@daks](https://github.com/daks)|3 -@alxwr|[@alxwr](https://github.com/alxwr)|2 @vutny|[@vutny](https://github.com/vutny)|2 @k-hamza|[@k-hamza](https://github.com/k-hamza)|2 @puneetk|[@puneetk](https://github.com/puneetk)|2 @@ -28,4 +28,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-05-13. +Auto generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-05-15. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9311e040..e9477293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.4](https://github.com/saltstack-formulas/template-formula/compare/v2.1.3...v2.1.4) (2019-05-15) + + +### Bug Fixes + +* **`map.jinja`:** remove `merge` from `config.get` (for `salt-ssh`) ([00e474c](https://github.com/saltstack-formulas/template-formula/commit/00e474c)), closes [#95](https://github.com/saltstack-formulas/template-formula/issues/95) + ## [2.1.3](https://github.com/saltstack-formulas/template-formula/compare/v2.1.2...v2.1.3) (2019-05-13) diff --git a/FORMULA b/FORMULA index 5afa9e44..c18268ef 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: 2.1.3 +version: 2.1.4 release: 1 minimum_version: 2016.11 summary: Template formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 1ddc151a..dadebe5f 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 `_ - - 136 + - 137 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 22 @@ -34,12 +34,12 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 3 + * - :raw-html-m2r:`@alxwr` + - `@alxwr `_ + - 3 * - :raw-html-m2r:`@daks` - `@daks `_ - 3 - * - :raw-html-m2r:`@alxwr` - - `@alxwr `_ - - 2 * - :raw-html-m2r:`@vutny` - `@vutny `_ - 2 @@ -80,4 +80,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-05-13. +Auto generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-05-15. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 05e7f1ed..5fd36542 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`2.1.4 `_ (2019-05-15) +---------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **\ ``map.jinja``\ :** remove ``merge`` from ``config.get`` (for ``salt-ssh``\ ) (\ `00e474c `_\ ), closes `#95 `_ + `2.1.3 `_ (2019-05-13) ----------------------------------------------------------------------------------------------------------