2
0

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](5146c449d5))
* **repo:** update repo urls to `repo.saltproject.io` ([80542ba](80542bad6e))

### Continuous Integration

* **vagrant:** add OpenBSD 6.9 [skip ci] ([374527b](374527b235))
* add `arch-master` to matrix and update `.travis.yml` [skip ci] ([b867733](b8677339cc))
* **gitlab-ci:** update Fedora testing after release [skip ci] ([33d6a03](33d6a033d3))
This commit is contained in:
semantic-release-bot 2021-05-25 20:44:25 +00:00
parent d1a83c6643
commit 1399ccbb6e
5 changed files with 38 additions and 5 deletions

View File

@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|185
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|189
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|100
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>|[@gravyboat](https://github.com/gravyboat)|71
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@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.

View File

@ -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)

View File

@ -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

View File

@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
- Contributions
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
- `@myii <https://github.com/myii>`_
- 185
- 189
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
- `@aboe76 <https://github.com/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 <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.

View File

@ -2,6 +2,24 @@
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)
------------------------------------------------------------------------------------------------------