diff --git a/AUTHORS.md b/AUTHORS.md index 3b1b457..48c0af3 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)|83 +@myii|[@myii](https://github.com/myii)|88 @baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|17 @aboe76|[@aboe76](https://github.com/aboe76)|13 @daks|[@daks](https://github.com/daks)|10 @@ -20,4 +20,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-05-06. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-06-18. diff --git a/CHANGELOG.md b/CHANGELOG.md index dc3bd1e..2f24cc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.3.1](https://github.com/saltstack-formulas/cert-formula/compare/v1.3.0...v1.3.1) (2021-06-18) + + +### Bug Fixes + +* **tumbleweed:** install package `openssl-1_1` to generate `key_dir` ([069500b](https://github.com/saltstack-formulas/cert-formula/commit/069500b808d93139d7cfd511beebfeac924b7067)) + + +### Continuous Integration + +* add `arch-master` to matrix and update `.travis.yml` [skip ci] ([caeefac](https://github.com/saltstack-formulas/cert-formula/commit/caeeface3fd8de6733403eeb84a061199d6c6031)) + + +### Documentation + +* **map.jinja:** fix `rst-lint` violation [skip ci] ([8df5989](https://github.com/saltstack-formulas/cert-formula/commit/8df598985375237103e6543d40f482afb97ebba5)) + # [1.3.0](https://github.com/saltstack-formulas/cert-formula/compare/v1.2.0...v1.3.0) (2021-05-06) diff --git a/FORMULA b/FORMULA index 381366e..3927633 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: cert os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS -version: 1.3.0 +version: 1.3.1 release: 1 minimum_version: 2017.3 summary: cert formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 679ce76..00c298d 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 `_ - - 83 + - 88 * - :raw-html-m2r:`@baby-gnu` - `@baby-gnu `_ - 17 @@ -56,4 +56,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-05-06. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-06-18. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index c7da323..019a685 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,27 @@ Changelog ========= +`1.3.1 `_ (2021-06-18) +------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **tumbleweed:** install package ``openssl-1_1`` to generate ``key_dir`` (\ `069500b `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* add ``arch-master`` to matrix and update ``.travis.yml`` [skip ci] (\ `caeefac `_\ ) + +Documentation +^^^^^^^^^^^^^ + + +* **map.jinja:** fix ``rst-lint`` violation [skip ci] (\ `8df5989 `_\ ) + `1.3.0 `_ (2021-05-06) ------------------------------------------------------------------------------------------------------