From 83662503eeb47e646e889940e86a590645734ea0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 17 Aug 2019 08:11:00 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/saltstack-formulas/vault-formula/compare/v1.1.1...v1.2.0) (2019-08-17) ### Features * **yamllint:** include for this repo and apply rules throughout ([073f66e](https://github.com/saltstack-formulas/vault-formula/commit/073f66e)) --- AUTHORS.md | 5 +++-- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 11 +++++++---- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 27 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 2d7dfb8..65859ba 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -7,15 +7,16 @@ Avatar|Contributor|Contributions @dafyddj|[@dafyddj](https://github.com/dafyddj)|29 @myoung34|[@myoung34](https://github.com/myoung34)|24 @rbjorklin|[@rbjorklin](https://github.com/rbjorklin)|15 +@myii|[@myii](https://github.com/myii)|10 @n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|9 @avanier|[@avanier](https://github.com/avanier)|8 -@myii|[@myii](https://github.com/myii)|5 @johnkeates|[@johnkeates](https://github.com/johnkeates)|3 @MatthiasKuehneEllerhold|[@MatthiasKuehneEllerhold](https://github.com/MatthiasKuehneEllerhold)|3 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|2 @blbradley|[@blbradley](https://github.com/blbradley)|1 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|1 +@aboe76|[@aboe76](https://github.com/aboe76)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-07-13. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-17. diff --git a/CHANGELOG.md b/CHANGELOG.md index d1a3a79..733f4b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [1.2.0](https://github.com/saltstack-formulas/vault-formula/compare/v1.1.1...v1.2.0) (2019-08-17) + + +### Features + +* **yamllint:** include for this repo and apply rules throughout ([073f66e](https://github.com/saltstack-formulas/vault-formula/commit/073f66e)) + ## [1.1.1](https://github.com/saltstack-formulas/vault-formula/compare/v1.1.0...v1.1.1) (2019-07-13) diff --git a/FORMULA b/FORMULA index 5fbf008..695e16b 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: vault os: Debian, Ubuntu, RedHat, Fedora, CentOS, Amazon, SUSE os_family: Debian, RedHat, Suse -version: 1.1.1 +version: 1.2.0 release: 1 minimum_version: 2017.7 summary: Vault formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 1b49262..33f1332 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -22,15 +22,15 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@rbjorklin` - `@rbjorklin `_ - 15 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 10 * - :raw-html-m2r:`@n-rodriguez` - `@n-rodriguez `_ - 9 * - :raw-html-m2r:`@avanier` - `@avanier `_ - 8 - * - :raw-html-m2r:`@myii` - - `@myii `_ - - 5 * - :raw-html-m2r:`@johnkeates` - `@johnkeates `_ - 3 @@ -46,8 +46,11 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - 1 + * - :raw-html-m2r:`@aboe76` + - `@aboe76 `_ + - 1 ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-07-13. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-08-17. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 4c268a9..6654365 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.2.0 `_ (2019-08-17) +------------------------------------------------------------------------------------------------------- + +Features +^^^^^^^^ + + +* **yamllint:** include for this repo and apply rules throughout (\ `073f66e `_\ ) + `1.1.1 `_ (2019-07-13) -------------------------------------------------------------------------------------------------------