Skip to content

Commit

Permalink
chore(release): 0.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.7.0](v0.6.1...v0.7.0) (2020-05-08)

### Bug Fixes

* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] ([c7cbd5c](c7cbd5c))
* **release.config.js:** use full commit hash in commit link [skip ci] ([8356de8](8356de8))

### Continuous Integration

* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([bdb1196](bdb1196))
* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([7e1a0c1](7e1a0c1))
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([b40fa5f](b40fa5f))
* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([c9fa91a](c9fa91a))
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([edca139](edca139))
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([88b504b](88b504b))
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([ef89686](ef89686))
* **travis:** apply changes from build config validation [skip ci] ([00b5f30](00b5f30))
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([bebca43](bebca43))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([00fc26f](00fc26f))
* **travis:** run `shellcheck` during lint job [skip ci] ([c2f403b](c2f403b))
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([7cb4790](7cb4790))
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([29ab6b3](29ab6b3))
* **travis:** use build config validation (beta) [skip ci] ([5eb57e3](5eb57e3))
* **workflows/commitlint:** add to repo [skip ci] ([c07995c](c07995c))

### Documentation

* **contributing:** remove to use org-level file instead [skip ci] ([b0994c9](b0994c9))
* **readme:** update link to `CONTRIBUTING` [skip ci] ([96b07dd](96b07dd))

### Features

* **config:** allow to manage config files under CONFDIR ([fd6debd](fd6debd)), closes [#17](#17)

### Performance Improvements

* **travis:** improve `salt-lint` invocation [skip ci] ([b4a8f6a](b4a8f6a))
  • Loading branch information
semantic-release-bot committed May 8, 2020
1 parent fd6debd commit 4a6f4f7
Show file tree
Hide file tree
Showing 5 changed files with 103 additions and 7 deletions.
5 changes: 3 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ 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://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|40
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>|[@n-rodriguez](https://github.com/n-rodriguez)|19
<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)|15
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/21060556?v=4' width='36' height='36' alt='@McPcholkin'>|[@McPcholkin](https://github.com/McPcholkin)|3
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/2094680?v=4' width='36' height='36' alt='@daschatten'>|[@daschatten](https://github.com/daschatten)|3
<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)|2
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen5'>|[@babilen5](https://github.com/babilen5)|2
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/142916?v=4' width='36' height='36' alt='@alexhayes'>|[@alexhayes](https://github.com/alexhayes)|1
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/16338056?v=4' width='36' height='36' alt='@vutny'>|[@vutny](https://github.com/vutny)|1
<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)|1
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|1
<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)|1

---

Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-12.
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-05-08.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# Changelog

# [0.7.0](https://github.com/saltstack-formulas/exim-formula/compare/v0.6.1...v0.7.0) (2020-05-08)


### Bug Fixes

* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] ([c7cbd5c](https://github.com/saltstack-formulas/exim-formula/commit/c7cbd5c773c155a64f25aa7d7298862a3c4ad494))
* **release.config.js:** use full commit hash in commit link [skip ci] ([8356de8](https://github.com/saltstack-formulas/exim-formula/commit/8356de82dc9aec66e25dd5a0a30f7ea933be3db7))


### Continuous Integration

* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([bdb1196](https://github.com/saltstack-formulas/exim-formula/commit/bdb11961c18f61dc1d54880f12e7a5a89a58d50c))
* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([7e1a0c1](https://github.com/saltstack-formulas/exim-formula/commit/7e1a0c19aaabc38539ddd819d0735228dc3b4506))
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([b40fa5f](https://github.com/saltstack-formulas/exim-formula/commit/b40fa5fc387e6b79349082a76dbeda1bb3bbd044))
* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([c9fa91a](https://github.com/saltstack-formulas/exim-formula/commit/c9fa91a656989de080d5b5b4156fcf74a3446d37))
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([edca139](https://github.com/saltstack-formulas/exim-formula/commit/edca1399abc9c8858b434f41a1a7909c946fa366))
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([88b504b](https://github.com/saltstack-formulas/exim-formula/commit/88b504b7b3318b0277637fdf95ac5d7d7eb180e9))
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([ef89686](https://github.com/saltstack-formulas/exim-formula/commit/ef8968607a2007f33094712fbb206227513ff733))
* **travis:** apply changes from build config validation [skip ci] ([00b5f30](https://github.com/saltstack-formulas/exim-formula/commit/00b5f307a3b71e3d8e983b522f85b46132472cb8))
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([bebca43](https://github.com/saltstack-formulas/exim-formula/commit/bebca43d482282366ceed95410670d87e791135e))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([00fc26f](https://github.com/saltstack-formulas/exim-formula/commit/00fc26f73ef9c1b50c6cb2bc19873e24dc9e248b))
* **travis:** run `shellcheck` during lint job [skip ci] ([c2f403b](https://github.com/saltstack-formulas/exim-formula/commit/c2f403b881bda1f32583f3c24b37446688dffd46))
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([7cb4790](https://github.com/saltstack-formulas/exim-formula/commit/7cb4790564f3a8856a1de49289bbddf1a7112896))
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([29ab6b3](https://github.com/saltstack-formulas/exim-formula/commit/29ab6b328e8fef16445157e488f149a512b29b7d))
* **travis:** use build config validation (beta) [skip ci] ([5eb57e3](https://github.com/saltstack-formulas/exim-formula/commit/5eb57e3700c820f7b0bb5125c5699c3b4ed413e0))
* **workflows/commitlint:** add to repo [skip ci] ([c07995c](https://github.com/saltstack-formulas/exim-formula/commit/c07995c3cdf6717e166051684e39dcaa46d3a91f))


### Documentation

* **contributing:** remove to use org-level file instead [skip ci] ([b0994c9](https://github.com/saltstack-formulas/exim-formula/commit/b0994c9112d0d2c332452d88e556a777dd7225e2))
* **readme:** update link to `CONTRIBUTING` [skip ci] ([96b07dd](https://github.com/saltstack-formulas/exim-formula/commit/96b07dd6e75b0b486a3bc7fd14fd1dda06ce5b84))


### Features

* **config:** allow to manage config files under CONFDIR ([fd6debd](https://github.com/saltstack-formulas/exim-formula/commit/fd6debd529838eeb58bd954247cbd46b0d81254c)), closes [#17](https://github.com/saltstack-formulas/exim-formula/issues/17)


### Performance Improvements

* **travis:** improve `salt-lint` invocation [skip ci] ([b4a8f6a](https://github.com/saltstack-formulas/exim-formula/commit/b4a8f6a334600d8e4a4a4cf5756c213aacb3f87d))

## [0.6.1](https://github.com/saltstack-formulas/exim-formula/compare/v0.6.0...v0.6.1) (2019-10-12)


Expand Down
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: exim
os: Debian, Ubuntu
os_family: Debian
version: 0.6.1
version: 0.7.0
release: 1
minimum_version: 2017.7
summary: Exim formula
Expand Down
11 changes: 7 additions & 4 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - Avatar
- Contributor
- Contributions
* - :raw-html-m2r:`<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>`_
- 40
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>`
- `@n-rodriguez <https://github.com/n-rodriguez>`_
- 19
* - :raw-html-m2r:`<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>`_
- 15
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/21060556?v=4' width='36' height='36' alt='@McPcholkin'>`
- `@McPcholkin <https://github.com/McPcholkin>`_
- 3
Expand All @@ -37,6 +37,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/16338056?v=4' width='36' height='36' alt='@vutny'>`
- `@vutny <https://github.com/vutny>`_
- 1
* - :raw-html-m2r:`<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>`_
- 1
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
- `@noelmcloughlin <https://github.com/noelmcloughlin>`_
- 1
Expand All @@ -47,4 +50,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 2019-10-12.
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-05-08.
49 changes: 49 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,55 @@
Changelog
=========

`0.7.0 <https://github.com/saltstack-formulas/exim-formula/compare/v0.6.1...v0.7.0>`_ (2020-05-08)
------------------------------------------------------------------------------------------------------

Bug Fixes
^^^^^^^^^


* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] (\ `c7cbd5c <https://github.com/saltstack-formulas/exim-formula/commit/c7cbd5c773c155a64f25aa7d7298862a3c4ad494>`_\ )
* **release.config.js:** use full commit hash in commit link [skip ci] (\ `8356de8 <https://github.com/saltstack-formulas/exim-formula/commit/8356de82dc9aec66e25dd5a0a30f7ea933be3db7>`_\ )

Continuous Integration
^^^^^^^^^^^^^^^^^^^^^^


* **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `bdb1196 <https://github.com/saltstack-formulas/exim-formula/commit/bdb11961c18f61dc1d54880f12e7a5a89a58d50c>`_\ )
* **gemfile.lock:** add to repo with updated ``Gemfile`` [skip ci] (\ `7e1a0c1 <https://github.com/saltstack-formulas/exim-formula/commit/7e1a0c19aaabc38539ddd819d0735228dc3b4506>`_\ )
* **kitchen:** avoid using bootstrap for ``master`` instances [skip ci] (\ `b40fa5f <https://github.com/saltstack-formulas/exim-formula/commit/b40fa5fc387e6b79349082a76dbeda1bb3bbd044>`_\ )
* **kitchen:** use ``debian-10-master-py3`` instead of ``develop`` [skip ci] (\ `c9fa91a <https://github.com/saltstack-formulas/exim-formula/commit/c9fa91a656989de080d5b5b4156fcf74a3446d37>`_\ )
* **kitchen:** use ``develop`` image until ``master`` is ready (\ ``amazonlinux``\ ) [skip ci] (\ `edca139 <https://github.com/saltstack-formulas/exim-formula/commit/edca1399abc9c8858b434f41a1a7909c946fa366>`_\ )
* **kitchen+travis:** remove ``master-py2-arch-base-latest`` [skip ci] (\ `88b504b <https://github.com/saltstack-formulas/exim-formula/commit/88b504b7b3318b0277637fdf95ac5d7d7eb180e9>`_\ )
* **kitchen+travis:** upgrade matrix after ``2019.2.2`` release [skip ci] (\ `ef89686 <https://github.com/saltstack-formulas/exim-formula/commit/ef8968607a2007f33094712fbb206227513ff733>`_\ )
* **travis:** apply changes from build config validation [skip ci] (\ `00b5f30 <https://github.com/saltstack-formulas/exim-formula/commit/00b5f307a3b71e3d8e983b522f85b46132472cb8>`_\ )
* **travis:** opt-in to ``dpl v2`` to complete build config validation [skip ci] (\ `bebca43 <https://github.com/saltstack-formulas/exim-formula/commit/bebca43d482282366ceed95410670d87e791135e>`_\ )
* **travis:** quote pathspecs used with ``git ls-files`` [skip ci] (\ `00fc26f <https://github.com/saltstack-formulas/exim-formula/commit/00fc26f73ef9c1b50c6cb2bc19873e24dc9e248b>`_\ )
* **travis:** run ``shellcheck`` during lint job [skip ci] (\ `c2f403b <https://github.com/saltstack-formulas/exim-formula/commit/c2f403b881bda1f32583f3c24b37446688dffd46>`_\ )
* **travis:** update ``salt-lint`` config for ``v0.0.10`` [skip ci] (\ `7cb4790 <https://github.com/saltstack-formulas/exim-formula/commit/7cb4790564f3a8856a1de49289bbddf1a7112896>`_\ )
* **travis:** use ``major.minor`` for ``semantic-release`` version [skip ci] (\ `29ab6b3 <https://github.com/saltstack-formulas/exim-formula/commit/29ab6b328e8fef16445157e488f149a512b29b7d>`_\ )
* **travis:** use build config validation (beta) [skip ci] (\ `5eb57e3 <https://github.com/saltstack-formulas/exim-formula/commit/5eb57e3700c820f7b0bb5125c5699c3b4ed413e0>`_\ )
* **workflows/commitlint:** add to repo [skip ci] (\ `c07995c <https://github.com/saltstack-formulas/exim-formula/commit/c07995c3cdf6717e166051684e39dcaa46d3a91f>`_\ )

Documentation
^^^^^^^^^^^^^


* **contributing:** remove to use org-level file instead [skip ci] (\ `b0994c9 <https://github.com/saltstack-formulas/exim-formula/commit/b0994c9112d0d2c332452d88e556a777dd7225e2>`_\ )
* **readme:** update link to ``CONTRIBUTING`` [skip ci] (\ `96b07dd <https://github.com/saltstack-formulas/exim-formula/commit/96b07dd6e75b0b486a3bc7fd14fd1dda06ce5b84>`_\ )

Features
^^^^^^^^


* **config:** allow to manage config files under CONFDIR (\ `fd6debd <https://github.com/saltstack-formulas/exim-formula/commit/fd6debd529838eeb58bd954247cbd46b0d81254c>`_\ ), closes `#17 <https://github.com/saltstack-formulas/exim-formula/issues/17>`_

Performance Improvements
^^^^^^^^^^^^^^^^^^^^^^^^


* **travis:** improve ``salt-lint`` invocation [skip ci] (\ `b4a8f6a <https://github.com/saltstack-formulas/exim-formula/commit/b4a8f6a334600d8e4a4a4cf5756c213aacb3f87d>`_\ )

`0.6.1 <https://github.com/saltstack-formulas/exim-formula/compare/v0.6.0...v0.6.1>`_ (2019-10-12)
------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 4a6f4f7

Please sign in to comment.