From e8370271ac1b27a146e91a60e231467273bf3dec Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Feb 2020 11:00:45 +0000 Subject: [PATCH] chore(release): 1.15.1 [skip ci] ## [1.15.1](https://github.com/saltstack-formulas/epel-formula/compare/v1.15.0...v1.15.1) (2020-02-13) ### Bug Fixes * **map.jinja:** update link to `rpm` for `EPEL-8` ([3e90e0d](https://github.com/saltstack-formulas/epel-formula/commit/3e90e0de36217ab6d15bc03dc907524ab49d7727)) ### Continuous Integration * **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([bddcd80](https://github.com/saltstack-formulas/epel-formula/commit/bddcd80a2b2c59846f26cc11cd855199837ec8bd)) * **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([30ade3d](https://github.com/saltstack-formulas/epel-formula/commit/30ade3d539d2b92c1ac0521952824c0221c9602d)) * **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([5db2344](https://github.com/saltstack-formulas/epel-formula/commit/5db23441832b058f2b4c6b4f2ddc757ab4647f50)) * **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) * **kitchen:** use `stable` for `amazonlinux-1` bootstrap [skip ci] ([472434b](https://github.com/saltstack-formulas/epel-formula/commit/472434b14e6861f6a17f297b8c7fd501dd4cae4a)) * **kitchen+travis:** use bootstrapped `amazonlinux-1` images [skip ci] ([37d2fc6](https://github.com/saltstack-formulas/epel-formula/commit/37d2fc6ff4089ab173766aeac87964987e38c11e)) * **travis:** apply changes from build config validation [skip ci] ([904b4fc](https://github.com/saltstack-formulas/epel-formula/commit/904b4fc236b4a93b8d5a6feeb682a99b958f30cb)) * **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([5fa5251](https://github.com/saltstack-formulas/epel-formula/commit/5fa5251c74eb9dccd1fcd0e1ca5038e34f075a4d)) * **travis:** quote pathspecs used with `git ls-files` [skip ci] ([6d28624](https://github.com/saltstack-formulas/epel-formula/commit/6d286241e01658611dd247dce656157f49afddeb)) * **travis:** run `shellcheck` during lint job [skip ci] ([8491178](https://github.com/saltstack-formulas/epel-formula/commit/8491178dcd9bab4f5419fcc5ade0a9f38f1a4281)) * **travis:** use `major.minor` for `semantic-release` version [skip ci] ([f7f2342](https://github.com/saltstack-formulas/epel-formula/commit/f7f2342a397e699b65053a35dba0b3c75ccfbce7)) * **travis:** use build config validation (beta) [skip ci] ([ecab107](https://github.com/saltstack-formulas/epel-formula/commit/ecab107ae92470a8e6d53b1dc18d76d1c4f3b345)) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 23 +++++++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 8 ++++---- docs/CHANGELOG.rst | 26 ++++++++++++++++++++++++++ 5 files changed, 56 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 84059b9..5691044 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,9 +4,9 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: +@myii|[@myii](https://github.com/myii)|25 @nmadhok|[@nmadhok](https://github.com/nmadhok)|15 @whiteinge|[@whiteinge](https://github.com/whiteinge)|14 -@myii|[@myii](https://github.com/myii)|12 @eliasp|[@eliasp](https://github.com/eliasp)|8 @aboe76|[@aboe76](https://github.com/aboe76)|8 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|5 @@ -35,4 +35,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-11-03. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-02-13. diff --git a/CHANGELOG.md b/CHANGELOG.md index 42a870b..052da1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.15.1](https://github.com/saltstack-formulas/epel-formula/compare/v1.15.0...v1.15.1) (2020-02-13) + + +### Bug Fixes + +* **map.jinja:** update link to `rpm` for `EPEL-8` ([3e90e0d](https://github.com/saltstack-formulas/epel-formula/commit/3e90e0de36217ab6d15bc03dc907524ab49d7727)) + + +### Continuous Integration + +* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([bddcd80](https://github.com/saltstack-formulas/epel-formula/commit/bddcd80a2b2c59846f26cc11cd855199837ec8bd)) +* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([30ade3d](https://github.com/saltstack-formulas/epel-formula/commit/30ade3d539d2b92c1ac0521952824c0221c9602d)) +* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([5db2344](https://github.com/saltstack-formulas/epel-formula/commit/5db23441832b058f2b4c6b4f2ddc757ab4647f50)) +* **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) +* **kitchen:** use `stable` for `amazonlinux-1` bootstrap [skip ci] ([472434b](https://github.com/saltstack-formulas/epel-formula/commit/472434b14e6861f6a17f297b8c7fd501dd4cae4a)) +* **kitchen+travis:** use bootstrapped `amazonlinux-1` images [skip ci] ([37d2fc6](https://github.com/saltstack-formulas/epel-formula/commit/37d2fc6ff4089ab173766aeac87964987e38c11e)) +* **travis:** apply changes from build config validation [skip ci] ([904b4fc](https://github.com/saltstack-formulas/epel-formula/commit/904b4fc236b4a93b8d5a6feeb682a99b958f30cb)) +* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([5fa5251](https://github.com/saltstack-formulas/epel-formula/commit/5fa5251c74eb9dccd1fcd0e1ca5038e34f075a4d)) +* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([6d28624](https://github.com/saltstack-formulas/epel-formula/commit/6d286241e01658611dd247dce656157f49afddeb)) +* **travis:** run `shellcheck` during lint job [skip ci] ([8491178](https://github.com/saltstack-formulas/epel-formula/commit/8491178dcd9bab4f5419fcc5ade0a9f38f1a4281)) +* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([f7f2342](https://github.com/saltstack-formulas/epel-formula/commit/f7f2342a397e699b65053a35dba0b3c75ccfbce7)) +* **travis:** use build config validation (beta) [skip ci] ([ecab107](https://github.com/saltstack-formulas/epel-formula/commit/ecab107ae92470a8e6d53b1dc18d76d1c4f3b345)) + # [1.15.0](https://github.com/saltstack-formulas/epel-formula/compare/v1.14.1...v1.15.0) (2019-11-03) diff --git a/FORMULA b/FORMULA index aa8c988..f890bbd 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: epel os: RedHat, Fedora, CentOS, Amazon os_family: RedHat -version: 1.15.0 +version: 1.15.1 release: 1 minimum_version: 2017.7 summary: epel formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index d68463a..857767e 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -13,15 +13,15 @@ This list is sorted by the number of commits per contributor in *descending* ord * - Avatar - Contributor - Contributions + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 25 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 15 * - :raw-html-m2r:`@whiteinge` - `@whiteinge `_ - 14 - * - :raw-html-m2r:`@myii` - - `@myii `_ - - 12 * - :raw-html-m2r:`@eliasp` - `@eliasp `_ - 8 @@ -101,4 +101,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 2019-11-03. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-02-13. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 778fa08..5427805 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,32 @@ Changelog ========= +`1.15.1 `_ (2020-02-13) +--------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **map.jinja:** update link to ``rpm`` for ``EPEL-8`` (\ `3e90e0d `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `bddcd80 `_\ ) +* **kitchen:** avoid using bootstrap for ``master`` instances [skip ci] (\ `30ade3d `_\ ) +* **kitchen:** use ``develop`` image until ``master`` is ready (\ ``amazonlinux``\ ) [skip ci] (\ `5db2344 `_\ ) +* **kitchen:** use ``provision_command`` for ``amazonlinux-1`` images (\ `2cfcfde `_\ ), closes `/github.com/saltstack-formulas/vault-formula/pull/50#pullrequestreview-312037893 `_ +* **kitchen:** use ``stable`` for ``amazonlinux-1`` bootstrap [skip ci] (\ `472434b `_\ ) +* **kitchen+travis:** use bootstrapped ``amazonlinux-1`` images [skip ci] (\ `37d2fc6 `_\ ) +* **travis:** apply changes from build config validation [skip ci] (\ `904b4fc `_\ ) +* **travis:** opt-in to ``dpl v2`` to complete build config validation [skip ci] (\ `5fa5251 `_\ ) +* **travis:** quote pathspecs used with ``git ls-files`` [skip ci] (\ `6d28624 `_\ ) +* **travis:** run ``shellcheck`` during lint job [skip ci] (\ `8491178 `_\ ) +* **travis:** use ``major.minor`` for ``semantic-release`` version [skip ci] (\ `f7f2342 `_\ ) +* **travis:** use build config validation (beta) [skip ci] (\ `ecab107 `_\ ) + `1.15.0 `_ (2019-11-03) ---------------------------------------------------------------------------------------------------------