From 1399ccbb6ea52e230b08e5c2af4b2693534ff460 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 25 May 2021 20:44:25 +0000 Subject: [PATCH] chore(release): 1.8.5 [skip ci] ## [1.8.5](https://github.com/saltstack-formulas/salt-formula/compare/v1.8.4...v1.8.5) (2021-05-25) ### Bug Fixes * **oracle-7:** use `osmajorrelease` instead of `$releasever` ([5146c44](https://github.com/saltstack-formulas/salt-formula/commit/5146c449d5d2d00ba4da67567d74966c21f394a8)) * **repo:** update repo urls to `repo.saltproject.io` ([80542ba](https://github.com/saltstack-formulas/salt-formula/commit/80542bad6ea88c89da474703453226e4ed6c7072)) ### Continuous Integration * **vagrant:** add OpenBSD 6.9 [skip ci] ([374527b](https://github.com/saltstack-formulas/salt-formula/commit/374527b235993f5a3a8214e5a4bebcbd101d71a0)) * add `arch-master` to matrix and update `.travis.yml` [skip ci] ([b867733](https://github.com/saltstack-formulas/salt-formula/commit/b8677339cc5cdf0d2f9c840dae52336230980127)) * **gitlab-ci:** update Fedora testing after release [skip ci] ([33d6a03](https://github.com/saltstack-formulas/salt-formula/commit/33d6a033d38a3197c4dd8b719548d85a2fb7f734)) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 15 +++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 4 ++-- docs/CHANGELOG.rst | 18 ++++++++++++++++++ 5 files changed, 38 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index e8a6da8..7809b72 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)|185 +@myii|[@myii](https://github.com/myii)|189 @aboe76|[@aboe76](https://github.com/aboe76)|100 @gravyboat|[@gravyboat](https://github.com/gravyboat)|71 @nmadhok|[@nmadhok](https://github.com/nmadhok)|54 @@ -112,4 +112,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-04-24. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-05-25. diff --git a/CHANGELOG.md b/CHANGELOG.md index 29bc620..8630711 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.8.5](https://github.com/saltstack-formulas/salt-formula/compare/v1.8.4...v1.8.5) (2021-05-25) + + +### Bug Fixes + +* **oracle-7:** use `osmajorrelease` instead of `$releasever` ([5146c44](https://github.com/saltstack-formulas/salt-formula/commit/5146c449d5d2d00ba4da67567d74966c21f394a8)) +* **repo:** update repo urls to `repo.saltproject.io` ([80542ba](https://github.com/saltstack-formulas/salt-formula/commit/80542bad6ea88c89da474703453226e4ed6c7072)) + + +### Continuous Integration + +* **vagrant:** add OpenBSD 6.9 [skip ci] ([374527b](https://github.com/saltstack-formulas/salt-formula/commit/374527b235993f5a3a8214e5a4bebcbd101d71a0)) +* add `arch-master` to matrix and update `.travis.yml` [skip ci] ([b867733](https://github.com/saltstack-formulas/salt-formula/commit/b8677339cc5cdf0d2f9c840dae52336230980127)) +* **gitlab-ci:** update Fedora testing after release [skip ci] ([33d6a03](https://github.com/saltstack-formulas/salt-formula/commit/33d6a033d38a3197c4dd8b719548d85a2fb7f734)) + ## [1.8.4](https://github.com/saltstack-formulas/salt-formula/compare/v1.8.3...v1.8.4) (2021-04-24) diff --git a/FORMULA b/FORMULA index 9aea0ab..01e78b2 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: salt os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Oracle, Amazon, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, FreeBSD, OpenBSD, Windows os_family: Debian, Redhat, Suse, Arch, Gentoo, FreeBSD, Windows -version: 1.8.4 +version: 1.8.5 release: 1 minimum_version: 2015.8 summary: Formula for install Saltstack diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 1dfdaef..2beb866 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 `_ - - 185 + - 189 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 100 @@ -332,4 +332,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-24. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-05-25. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index ac2e0f1..5479e2e 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,24 @@ Changelog ========= +`1.8.5 `_ (2021-05-25) +------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **oracle-7:** use ``osmajorrelease`` instead of ``$releasever`` (\ `5146c44 `_\ ) +* **repo:** update repo urls to ``repo.saltproject.io`` (\ `80542ba `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **vagrant:** add OpenBSD 6.9 [skip ci] (\ `374527b `_\ ) +* add ``arch-master`` to matrix and update ``.travis.yml`` [skip ci] (\ `b867733 `_\ ) +* **gitlab-ci:** update Fedora testing after release [skip ci] (\ `33d6a03 `_\ ) + `1.8.4 `_ (2021-04-24) ------------------------------------------------------------------------------------------------------