Skip to content

Commit bed1746

Browse files
chore(release): 1.15.8 [skip ci]
## [1.15.8](v1.15.7...v1.15.8) (2022-03-29) ### Bug Fixes * **map.jinja:** update URL for EL8 ([2843e24](2843e24)) ### Documentation * **readme:** update platform support description [skip ci] ([fa1e368](fa1e368)), closes [/github.com/saltstack-formulas/epel-formula/commit/afacf6b97a95#commitcomment-68240889](https://github.com//github.com/saltstack-formulas/epel-formula/commit/afacf6b97a95/issues/commitcomment-68240889)
1 parent 2843e24 commit bed1746

File tree

5 files changed

+32
-5
lines changed

5 files changed

+32
-5
lines changed

AUTHORS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord
44

55
Avatar|Contributor|Contributions
66
:-:|---|:-:
7-
<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)|109
7+
<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)|116
88
<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)|15
99
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/91293?v=4' width='36' height='36' alt='@whiteinge'>|[@whiteinge](https://github.com/whiteinge)|14
1010
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/48491?v=4' width='36' height='36' alt='@eliasp'>|[@eliasp](https://github.com/eliasp)|8
@@ -38,4 +38,4 @@ Avatar|Contributor|Contributions
3838

3939
---
4040

41-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-02-15.
41+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-03-29.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.15.8](https://github.com/saltstack-formulas/epel-formula/compare/v1.15.7...v1.15.8) (2022-03-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **map.jinja:** update URL for EL8 ([2843e24](https://github.com/saltstack-formulas/epel-formula/commit/2843e24141c15a216bcd8f4c982fbd2fe54ea846))
9+
10+
11+
### Documentation
12+
13+
* **readme:** update platform support description [skip ci] ([fa1e368](https://github.com/saltstack-formulas/epel-formula/commit/fa1e368562846acdeb0d9f01500c27ec9d958b0e)), closes [/github.com/saltstack-formulas/epel-formula/commit/afacf6b97a95#commitcomment-68240889](https://github.com//github.com/saltstack-formulas/epel-formula/commit/afacf6b97a95/issues/commitcomment-68240889)
14+
315
## [1.15.7](https://github.com/saltstack-formulas/epel-formula/compare/v1.15.6...v1.15.7) (2022-02-15)
416

517

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: epel
22
os: RedHat, Fedora, CentOS, Amazon
33
os_family: RedHat
4-
version: 1.15.7
4+
version: 1.15.8
55
release: 1
66
minimum_version: 2017.7
77
summary: epel formula

docs/AUTHORS.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
1515
- Contributions
1616
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
1717
- `@myii <https://github.com/myii>`_
18-
- 109
18+
- 116
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>`
2020
- `@nmadhok <https://github.com/nmadhok>`_
2121
- 15
@@ -110,4 +110,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
110110

111111
----
112112

113-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2022-02-15.
113+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2022-03-29.

docs/CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog
33
=========
44

5+
`1.15.8 <https://github.com/saltstack-formulas/epel-formula/compare/v1.15.7...v1.15.8>`_ (2022-03-29)
6+
---------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **map.jinja:** update URL for EL8 (\ `2843e24 <https://github.com/saltstack-formulas/epel-formula/commit/2843e24141c15a216bcd8f4c982fbd2fe54ea846>`_\ )
13+
14+
Documentation
15+
^^^^^^^^^^^^^
16+
17+
18+
* **readme:** update platform support description [skip ci] (\ `fa1e368 <https://github.com/saltstack-formulas/epel-formula/commit/fa1e368562846acdeb0d9f01500c27ec9d958b0e>`_\ ), closes `/github.com/saltstack-formulas/epel-formula/commit/afacf6b97a95#commitcomment-68240889 <https://github.com//github.com/saltstack-formulas/epel-formula/commit/afacf6b97a95/issues/commitcomment-68240889>`_
19+
520
`1.15.7 <https://github.com/saltstack-formulas/epel-formula/compare/v1.15.6...v1.15.7>`_ (2022-02-15)
621
---------------------------------------------------------------------------------------------------------
722

0 commit comments

Comments
 (0)