diff --git a/AUTHORS.md b/AUTHORS.md index 01b3e60..465172c 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@dafyddj|[@dafyddj](https://github.com/dafyddj)|31 -@myii|[@myii](https://github.com/myii)|26 +@myii|[@myii](https://github.com/myii)|33 +@dafyddj|[@dafyddj](https://github.com/dafyddj)|32 @myoung34|[@myoung34](https://github.com/myoung34)|24 @rbjorklin|[@rbjorklin](https://github.com/rbjorklin)|15 @n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|9 @@ -19,4 +19,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-10-01. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-09. diff --git a/CHANGELOG.md b/CHANGELOG.md index 59561b1..174c9ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.2.2](https://github.com/saltstack-formulas/vault-formula/compare/v1.2.1...v1.2.2) (2019-10-09) + + +### Bug Fixes + +* **cert-gen.sh.j2:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/vault-formula/commit/12fd2f9)) + + +### Continuous Integration + +* **kitchen:** install required packages to bootstrapped `opensuse` ([](https://github.com/saltstack-formulas/vault-formula/commit/5f1c3cd)) +* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` ([](https://github.com/saltstack-formulas/vault-formula/commit/c090077)) +* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/vault-formula/commit/ba82312)) + ## [1.2.1](https://github.com/saltstack-formulas/vault-formula/compare/v1.2.0...v1.2.1) (2019-10-01) diff --git a/FORMULA b/FORMULA index ba7254b..d6afa95 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.1 +version: 1.2.2 release: 1 minimum_version: 2017.7 summary: Vault formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index edc7412..1a6cbce 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -13,12 +13,12 @@ This list is sorted by the number of commits per contributor in *descending* ord * - Avatar - Contributor - Contributions - * - :raw-html-m2r:`@dafyddj` - - `@dafyddj `_ - - 31 * - :raw-html-m2r:`@myii` - `@myii `_ - - 26 + - 33 + * - :raw-html-m2r:`@dafyddj` + - `@dafyddj `_ + - 32 * - :raw-html-m2r:`@myoung34` - `@myoung34 `_ - 24 @@ -53,4 +53,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-10-01. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-10-09. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index a06b6c3..6509700 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,23 @@ Changelog ========= +`1.2.2 `_ (2019-10-09) +------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **cert-gen.sh.j2:** fix ``salt-lint`` errors (\ ` `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen:** install required packages to bootstrapped ``opensuse`` (\ ` `_\ ) +* **kitchen:** use bootstrapped ``opensuse`` images until ``2019.2.2`` (\ ` `_\ ) +* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` `_\ ) + `1.2.1 `_ (2019-10-01) -------------------------------------------------------------------------------------------------------