From 9cf9681f56e7447aebbebac4bbe4303f3f952dc3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 24 Jun 2019 01:07:16 +0000 Subject: [PATCH] chore(release): 1.0.6 [skip ci] ## [1.0.6](https://github.com/saltstack-formulas/vault-formula/compare/v1.0.5...v1.0.6) (2019-06-24) ### Bug Fixes * use gpg2 ([d755cb4](https://github.com/saltstack-formulas/vault-formula/commit/d755cb4)) --- AUTHORS.md | 6 +++--- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 14 +++++++------- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 27 insertions(+), 11 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 8bd2070..83034a0 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -7,15 +7,15 @@ Avatar|Contributor|Contributions @dafyddj|[@dafyddj](https://github.com/dafyddj)|23 @myoung34|[@myoung34](https://github.com/myoung34)|23 @rbjorklin|[@rbjorklin](https://github.com/rbjorklin)|14 +@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|9 @avanier|[@avanier](https://github.com/avanier)|8 -@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|8 +@myii|[@myii](https://github.com/myii)|4 @johnkeates|[@johnkeates](https://github.com/johnkeates)|3 @MatthiasKuehneEllerhold|[@MatthiasKuehneEllerhold](https://github.com/MatthiasKuehneEllerhold)|3 -@myii|[@myii](https://github.com/myii)|3 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|2 @blbradley|[@blbradley](https://github.com/blbradley)|1 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|1 --- -Auto generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-05-15. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-06-24. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c73d23..b300967 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.6](https://github.com/saltstack-formulas/vault-formula/compare/v1.0.5...v1.0.6) (2019-06-24) + + +### Bug Fixes + +* use gpg2 ([d755cb4](https://github.com/saltstack-formulas/vault-formula/commit/d755cb4)) + ## [1.0.5](https://github.com/saltstack-formulas/vault-formula/compare/v1.0.4...v1.0.5) (2019-05-15) diff --git a/FORMULA b/FORMULA index 1573a1f..ff8ec48 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: vault os: Debian, Ubuntu, RedHat, Fedora, CentOS, Amazon os_family: Debian, RedHat -version: 1.0.5 +version: 1.0.6 release: 1 minimum_version: 2018.3 summary: Vault formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 9975075..e6c8bba 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -22,21 +22,21 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@rbjorklin` - `@rbjorklin `_ - 14 - * - :raw-html-m2r:`@avanier` - - `@avanier `_ - - 8 * - :raw-html-m2r:`@n-rodriguez` - `@n-rodriguez `_ + - 9 + * - :raw-html-m2r:`@avanier` + - `@avanier `_ - 8 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 4 * - :raw-html-m2r:`@johnkeates` - `@johnkeates `_ - 3 * - :raw-html-m2r:`@MatthiasKuehneEllerhold` - `@MatthiasKuehneEllerhold `_ - 3 - * - :raw-html-m2r:`@myii` - - `@myii `_ - - 3 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - 2 @@ -50,4 +50,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-15. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-06-24. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index aaf6311..88ef52b 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.0.6 `_ (2019-06-24) +------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* use gpg2 (\ `d755cb4 `_\ ) + `1.0.5 `_ (2019-05-15) -------------------------------------------------------------------------------------------------------