diff --git a/AUTHORS.md b/AUTHORS.md index 488cdf4..d04e361 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 :-:|---|:-: -@myii|[@myii](https://github.com/myii)|147 -@dafyddj|[@dafyddj](https://github.com/dafyddj)|38 +@myii|[@myii](https://github.com/myii)|164 +@dafyddj|[@dafyddj](https://github.com/dafyddj)|40 @myoung34|[@myoung34](https://github.com/myoung34)|24 @rbjorklin|[@rbjorklin](https://github.com/rbjorklin)|15 @n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|9 @@ -21,4 +21,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-03-23. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-11-24. diff --git a/CHANGELOG.md b/CHANGELOG.md index ae7fc54..1167915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.3.1](https://github.com/saltstack-formulas/vault-formula/compare/v1.3.0...v1.3.1) (2022-11-24) + + +### Continuous Integration + +* update `pre-commit` configuration inc. for pre-commit.ci [skip ci] ([715e330](https://github.com/saltstack-formulas/vault-formula/commit/715e330e19ab4e8c678f1c3373fc78b0f6b17124)) +* **kitchen+gitlab:** update for new pre-salted images [skip ci] ([8eb304b](https://github.com/saltstack-formulas/vault-formula/commit/8eb304b950d1403d61379cbe04ca71b9850ab0fc)) +* **vagrant:** use `linked_clone` at all times (inc. CI) [skip ci] ([544cf08](https://github.com/saltstack-formulas/vault-formula/commit/544cf08fe55aeb740e6c56a69a99e5236b57cbe6)) + + +### Tests + +* **install_binary:** update test to use Vault v1.12.0 ([cc70b54](https://github.com/saltstack-formulas/vault-formula/commit/cc70b540a194f66f546f586d46e875ca60e223b7)) +* **system.rb:** add support for `mac_os_x` [skip ci] ([80eab72](https://github.com/saltstack-formulas/vault-formula/commit/80eab72e0d915d26b198b5355bd42deaf9c2153f)) + # [1.3.0](https://github.com/saltstack-formulas/vault-formula/compare/v1.2.5...v1.3.0) (2022-03-23) diff --git a/FORMULA b/FORMULA index e34121b..ba53a41 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.3.0 +version: 1.3.1 release: 1 minimum_version: 2017.7 summary: Vault formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 7fed0db..d83acb0 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,10 +15,10 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 147 + - 164 * - :raw-html-m2r:`@dafyddj` - `@dafyddj `_ - - 38 + - 40 * - :raw-html-m2r:`@myoung34` - `@myoung34 `_ - 24 @@ -59,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 2022-03-23. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2022-11-24. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 4afab91..81095a3 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,24 @@ Changelog ========= +`1.3.1 `_ (2022-11-24) +------------------------------------------------------------------------------------------------------- + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* update ``pre-commit`` configuration inc. for pre-commit.ci [skip ci] (\ `715e330 `_\ ) +* **kitchen+gitlab:** update for new pre-salted images [skip ci] (\ `8eb304b `_\ ) +* **vagrant:** use ``linked_clone`` at all times (inc. CI) [skip ci] (\ `544cf08 `_\ ) + +Tests +^^^^^ + + +* **install_binary:** update test to use Vault v1.12.0 (\ `cc70b54 `_\ ) +* **system.rb:** add support for ``mac_os_x`` [skip ci] (\ `80eab72 `_\ ) + `1.3.0 `_ (2022-03-23) -------------------------------------------------------------------------------------------------------