Skip to content

Commit e837027

Browse files
chore(release): 1.15.1 [skip ci]
## [1.15.1](v1.15.0...v1.15.1) (2020-02-13) ### Bug Fixes * **map.jinja:** update link to `rpm` for `EPEL-8` ([3e90e0d](3e90e0d)) ### Continuous Integration * **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([bddcd80](bddcd80)) * **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([30ade3d](30ade3d)) * **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([5db2344](5db2344)) * **kitchen:** use `provision_command` for `amazonlinux-1` images ([2cfcfde](2cfcfde)), closes [/github.com/saltstack-formulas/vault-formula/pull/50#pullrequestreview-312037893](https://github.com//github.com/saltstack-formulas/vault-formula/pull/50/issues/pullrequestreview-312037893) * **kitchen:** use `stable` for `amazonlinux-1` bootstrap [skip ci] ([472434b](472434b)) * **kitchen+travis:** use bootstrapped `amazonlinux-1` images [skip ci] ([37d2fc6](37d2fc6)) * **travis:** apply changes from build config validation [skip ci] ([904b4fc](904b4fc)) * **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([5fa5251](5fa5251)) * **travis:** quote pathspecs used with `git ls-files` [skip ci] ([6d28624](6d28624)) * **travis:** run `shellcheck` during lint job [skip ci] ([8491178](8491178)) * **travis:** use `major.minor` for `semantic-release` version [skip ci] ([f7f2342](f7f2342)) * **travis:** use build config validation (beta) [skip ci] ([ecab107](ecab107))
1 parent 7173f72 commit e837027

File tree

5 files changed

+56
-7
lines changed

5 files changed

+56
-7
lines changed

AUTHORS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ 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://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|25
78
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>|[@nmadhok](https://github.com/nmadhok)|15
89
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/91293?v=4' width='36' height='36' alt='@whiteinge'>|[@whiteinge](https://github.com/whiteinge)|14
9-
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|12
1010
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/48491?v=4' width='36' height='36' alt='@eliasp'>|[@eliasp](https://github.com/eliasp)|8
1111
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|8
1212
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|5
@@ -35,4 +35,4 @@ Avatar|Contributor|Contributions
3535

3636
---
3737

38-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-11-03.
38+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-02-13.

CHANGELOG.md

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

3+
## [1.15.1](https://github.com/saltstack-formulas/epel-formula/compare/v1.15.0...v1.15.1) (2020-02-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **map.jinja:** update link to `rpm` for `EPEL-8` ([3e90e0d](https://github.com/saltstack-formulas/epel-formula/commit/3e90e0de36217ab6d15bc03dc907524ab49d7727))
9+
10+
11+
### Continuous Integration
12+
13+
* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([bddcd80](https://github.com/saltstack-formulas/epel-formula/commit/bddcd80a2b2c59846f26cc11cd855199837ec8bd))
14+
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([30ade3d](https://github.com/saltstack-formulas/epel-formula/commit/30ade3d539d2b92c1ac0521952824c0221c9602d))
15+
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([5db2344](https://github.com/saltstack-formulas/epel-formula/commit/5db23441832b058f2b4c6b4f2ddc757ab4647f50))
16+
* **kitchen:** use `provision_command` for `amazonlinux-1` images ([2cfcfde](https://github.com/saltstack-formulas/epel-formula/commit/2cfcfde545303a455a662854b506d2cb36588a9d)), closes [/github.com/saltstack-formulas/vault-formula/pull/50#pullrequestreview-312037893](https://github.com//github.com/saltstack-formulas/vault-formula/pull/50/issues/pullrequestreview-312037893)
17+
* **kitchen:** use `stable` for `amazonlinux-1` bootstrap [skip ci] ([472434b](https://github.com/saltstack-formulas/epel-formula/commit/472434b14e6861f6a17f297b8c7fd501dd4cae4a))
18+
* **kitchen+travis:** use bootstrapped `amazonlinux-1` images [skip ci] ([37d2fc6](https://github.com/saltstack-formulas/epel-formula/commit/37d2fc6ff4089ab173766aeac87964987e38c11e))
19+
* **travis:** apply changes from build config validation [skip ci] ([904b4fc](https://github.com/saltstack-formulas/epel-formula/commit/904b4fc236b4a93b8d5a6feeb682a99b958f30cb))
20+
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([5fa5251](https://github.com/saltstack-formulas/epel-formula/commit/5fa5251c74eb9dccd1fcd0e1ca5038e34f075a4d))
21+
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([6d28624](https://github.com/saltstack-formulas/epel-formula/commit/6d286241e01658611dd247dce656157f49afddeb))
22+
* **travis:** run `shellcheck` during lint job [skip ci] ([8491178](https://github.com/saltstack-formulas/epel-formula/commit/8491178dcd9bab4f5419fcc5ade0a9f38f1a4281))
23+
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([f7f2342](https://github.com/saltstack-formulas/epel-formula/commit/f7f2342a397e699b65053a35dba0b3c75ccfbce7))
24+
* **travis:** use build config validation (beta) [skip ci] ([ecab107](https://github.com/saltstack-formulas/epel-formula/commit/ecab107ae92470a8e6d53b1dc18d76d1c4f3b345))
25+
326
# [1.15.0](https://github.com/saltstack-formulas/epel-formula/compare/v1.14.1...v1.15.0) (2019-11-03)
427

528

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.0
4+
version: 1.15.1
55
release: 1
66
minimum_version: 2017.7
77
summary: epel formula

docs/AUTHORS.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ This list is sorted by the number of commits per contributor in *descending* ord
1313
* - Avatar
1414
- Contributor
1515
- Contributions
16+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
17+
- `@myii <https://github.com/myii>`_
18+
- 25
1619
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>`
1720
- `@nmadhok <https://github.com/nmadhok>`_
1821
- 15
1922
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/91293?v=4' width='36' height='36' alt='@whiteinge'>`
2023
- `@whiteinge <https://github.com/whiteinge>`_
2124
- 14
22-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
23-
- `@myii <https://github.com/myii>`_
24-
- 12
2525
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/48491?v=4' width='36' height='36' alt='@eliasp'>`
2626
- `@eliasp <https://github.com/eliasp>`_
2727
- 8
@@ -101,4 +101,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
101101

102102
----
103103

104-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-11-03.
104+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-02-13.

docs/CHANGELOG.rst

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

5+
`1.15.1 <https://github.com/saltstack-formulas/epel-formula/compare/v1.15.0...v1.15.1>`_ (2020-02-13)
6+
---------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **map.jinja:** update link to ``rpm`` for ``EPEL-8`` (\ `3e90e0d <https://github.com/saltstack-formulas/epel-formula/commit/3e90e0de36217ab6d15bc03dc907524ab49d7727>`_\ )
13+
14+
Continuous Integration
15+
^^^^^^^^^^^^^^^^^^^^^^
16+
17+
18+
* **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `bddcd80 <https://github.com/saltstack-formulas/epel-formula/commit/bddcd80a2b2c59846f26cc11cd855199837ec8bd>`_\ )
19+
* **kitchen:** avoid using bootstrap for ``master`` instances [skip ci] (\ `30ade3d <https://github.com/saltstack-formulas/epel-formula/commit/30ade3d539d2b92c1ac0521952824c0221c9602d>`_\ )
20+
* **kitchen:** use ``develop`` image until ``master`` is ready (\ ``amazonlinux``\ ) [skip ci] (\ `5db2344 <https://github.com/saltstack-formulas/epel-formula/commit/5db23441832b058f2b4c6b4f2ddc757ab4647f50>`_\ )
21+
* **kitchen:** use ``provision_command`` for ``amazonlinux-1`` images (\ `2cfcfde <https://github.com/saltstack-formulas/epel-formula/commit/2cfcfde545303a455a662854b506d2cb36588a9d>`_\ ), closes `/github.com/saltstack-formulas/vault-formula/pull/50#pullrequestreview-312037893 <https://github.com//github.com/saltstack-formulas/vault-formula/pull/50/issues/pullrequestreview-312037893>`_
22+
* **kitchen:** use ``stable`` for ``amazonlinux-1`` bootstrap [skip ci] (\ `472434b <https://github.com/saltstack-formulas/epel-formula/commit/472434b14e6861f6a17f297b8c7fd501dd4cae4a>`_\ )
23+
* **kitchen+travis:** use bootstrapped ``amazonlinux-1`` images [skip ci] (\ `37d2fc6 <https://github.com/saltstack-formulas/epel-formula/commit/37d2fc6ff4089ab173766aeac87964987e38c11e>`_\ )
24+
* **travis:** apply changes from build config validation [skip ci] (\ `904b4fc <https://github.com/saltstack-formulas/epel-formula/commit/904b4fc236b4a93b8d5a6feeb682a99b958f30cb>`_\ )
25+
* **travis:** opt-in to ``dpl v2`` to complete build config validation [skip ci] (\ `5fa5251 <https://github.com/saltstack-formulas/epel-formula/commit/5fa5251c74eb9dccd1fcd0e1ca5038e34f075a4d>`_\ )
26+
* **travis:** quote pathspecs used with ``git ls-files`` [skip ci] (\ `6d28624 <https://github.com/saltstack-formulas/epel-formula/commit/6d286241e01658611dd247dce656157f49afddeb>`_\ )
27+
* **travis:** run ``shellcheck`` during lint job [skip ci] (\ `8491178 <https://github.com/saltstack-formulas/epel-formula/commit/8491178dcd9bab4f5419fcc5ade0a9f38f1a4281>`_\ )
28+
* **travis:** use ``major.minor`` for ``semantic-release`` version [skip ci] (\ `f7f2342 <https://github.com/saltstack-formulas/epel-formula/commit/f7f2342a397e699b65053a35dba0b3c75ccfbce7>`_\ )
29+
* **travis:** use build config validation (beta) [skip ci] (\ `ecab107 <https://github.com/saltstack-formulas/epel-formula/commit/ecab107ae92470a8e6d53b1dc18d76d1c4f3b345>`_\ )
30+
531
`1.15.0 <https://github.com/saltstack-formulas/epel-formula/compare/v1.14.1...v1.15.0>`_ (2019-11-03)
632
---------------------------------------------------------------------------------------------------------
733

0 commit comments

Comments
 (0)