From ce68b09da1f37c242230587b83c2a2be13705605 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 30 Apr 2021 14:17:48 +0000 Subject: [PATCH] chore(release): 1.2.5 [skip ci] ## [1.2.5](https://github.com/saltstack-formulas/vault-formula/compare/v1.2.4...v1.2.5) (2021-04-30) ### Bug Fixes * **gpg:** update Hashicorp GPG key after HCSEC-2021-12 ([1b6d000](https://github.com/saltstack-formulas/vault-formula/commit/1b6d000e9ab44aed7442c41f08ba2638bf19f81f)) ### Continuous Integration * **kitchen+gitlab:** adjust matrix to add `3003` [skip ci] ([d7ea9ae](https://github.com/saltstack-formulas/vault-formula/commit/d7ea9ae7f4e082eab964ee98201f1e8be6c7685d)) --- AUTHORS.md | 5 +++-- CHANGELOG.md | 12 ++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 7 +++++-- docs/CHANGELOG.rst | 15 +++++++++++++++ 5 files changed, 36 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index b6c8a1e..e3c4f83 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|93 +@myii|[@myii](https://github.com/myii)|94 @dafyddj|[@dafyddj](https://github.com/dafyddj)|37 @myoung34|[@myoung34](https://github.com/myoung34)|24 @rbjorklin|[@rbjorklin](https://github.com/rbjorklin)|15 @@ -16,8 +16,9 @@ Avatar|Contributor|Contributions @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|2 @blbradley|[@blbradley](https://github.com/blbradley)|1 @baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|1 +@eadderley-tc|[@eadderley-tc](https://github.com/eadderley-tc)|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 2021-04-17. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-04-30. diff --git a/CHANGELOG.md b/CHANGELOG.md index 32c491b..00bd6d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.5](https://github.com/saltstack-formulas/vault-formula/compare/v1.2.4...v1.2.5) (2021-04-30) + + +### Bug Fixes + +* **gpg:** update Hashicorp GPG key after HCSEC-2021-12 ([1b6d000](https://github.com/saltstack-formulas/vault-formula/commit/1b6d000e9ab44aed7442c41f08ba2638bf19f81f)) + + +### Continuous Integration + +* **kitchen+gitlab:** adjust matrix to add `3003` [skip ci] ([d7ea9ae](https://github.com/saltstack-formulas/vault-formula/commit/d7ea9ae7f4e082eab964ee98201f1e8be6c7685d)) + ## [1.2.4](https://github.com/saltstack-formulas/vault-formula/compare/v1.2.3...v1.2.4) (2021-04-17) diff --git a/FORMULA b/FORMULA index 5603122..65c5e68 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.2.4 +version: 1.2.5 release: 1 minimum_version: 2017.7 summary: Vault formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 50465d1..6958c6f 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 `_ - - 93 + - 94 * - :raw-html-m2r:`@dafyddj` - `@dafyddj `_ - 37 @@ -49,6 +49,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@baby-gnu` - `@baby-gnu `_ - 1 + * - :raw-html-m2r:`@eadderley-tc` + - `@eadderley-tc `_ + - 1 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - 1 @@ -56,4 +59,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-04-17. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-04-30. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index f943ce0..ea641f5 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`1.2.5 `_ (2021-04-30) +------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **gpg:** update Hashicorp GPG key after HCSEC-2021-12 (\ `1b6d000 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen+gitlab:** adjust matrix to add ``3003`` [skip ci] (\ `d7ea9ae `_\ ) + `1.2.4 `_ (2021-04-17) -------------------------------------------------------------------------------------------------------