Skip to content

Commit

Permalink
chore(release): 0.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.9.0](v0.8.1...v0.9.0) (2019-12-16)

### Bug Fixes

* **release.config.js:** use full commit hash in commit link [skip ci] ([1c516f5](1c516f5))

### Continuous Integration

* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([f838b4d](f838b4d))
* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([7ca8c7a](7ca8c7a))
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([e009040](e009040))
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([d7591f0](d7591f0))
* **travis:** apply changes from build config validation [skip ci] ([df6ce3e](df6ce3e))
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([7fb1a93](7fb1a93))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([67c340d](67c340d))
* **travis:** run `shellcheck` during lint job [skip ci] ([4a192fe](4a192fe))
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([14eecc2](14eecc2))
* **travis:** use build config validation (beta) [skip ci] ([8068a89](8068a89))
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([8ed2593](8ed2593))

### Documentation

* **contributing:** remove to use org-level file instead [skip ci] ([77da7be](77da7be))
* **readme:** update link to `CONTRIBUTING` [skip ci] ([d40fd74](d40fd74))

### Features

* **map.jinja:** add Gentoo support ([934bcf4](934bcf4))

### Performance Improvements

* **travis:** improve `salt-lint` invocation [skip ci] ([42a525d](42a525d))
  • Loading branch information
semantic-release-bot committed Dec 16, 2019
1 parent 7d06412 commit 0c6a756
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 5 deletions.
5 changes: 3 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|17
<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)|34
<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)|11
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/6215293?v=4' width='36' height='36' alt='@0xf10e'>|[@0xf10e](https://github.com/0xf10e)|10
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>|[@gravyboat](https://github.com/gravyboat)|10
Expand All @@ -23,7 +23,8 @@ Avatar|Contributor|Contributions
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1233212?v=4' width='36' height='36' alt='@baby-gnu'>|[@baby-gnu](https://github.com/baby-gnu)|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://avatars0.githubusercontent.com/u/2209106?v=4' width='36' height='36' alt='@mthibaut'>|[@mthibaut](https://github.com/mthibaut)|1
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/6086064?v=4' width='36' height='36' alt='@mgomersbach'>|[@mgomersbach](https://github.com/mgomersbach)|1

---

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

# [0.9.0](https://github.com/saltstack-formulas/dhcpd-formula/compare/v0.8.1...v0.9.0) (2019-12-16)


### Bug Fixes

* **release.config.js:** use full commit hash in commit link [skip ci] ([1c516f5](https://github.com/saltstack-formulas/dhcpd-formula/commit/1c516f57e848f0bcb9fe03cb82284a4c3c6bb41c))


### Continuous Integration

* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([f838b4d](https://github.com/saltstack-formulas/dhcpd-formula/commit/f838b4d4733452d36d62cfe4ef9b7ee57752a01f))
* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([7ca8c7a](https://github.com/saltstack-formulas/dhcpd-formula/commit/7ca8c7a1913fbbf01712a2ce4d5c3d1443f3b6b8))
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([e009040](https://github.com/saltstack-formulas/dhcpd-formula/commit/e009040d28afe4e1bd07156580a18723b9cbb1d5))
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([d7591f0](https://github.com/saltstack-formulas/dhcpd-formula/commit/d7591f0dcb5d677294685bb7f1acb26245abba5d))
* **travis:** apply changes from build config validation [skip ci] ([df6ce3e](https://github.com/saltstack-formulas/dhcpd-formula/commit/df6ce3e5d343d07a9ccd33501059edd6359e6343))
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([7fb1a93](https://github.com/saltstack-formulas/dhcpd-formula/commit/7fb1a936230e2732d23a9edae11fc4f96fd0daac))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([67c340d](https://github.com/saltstack-formulas/dhcpd-formula/commit/67c340d3099c78ee7c0079cde9fb5609fbb54bc6))
* **travis:** run `shellcheck` during lint job [skip ci] ([4a192fe](https://github.com/saltstack-formulas/dhcpd-formula/commit/4a192fe586bf55e4bb680c51e60828260c2d889d))
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([14eecc2](https://github.com/saltstack-formulas/dhcpd-formula/commit/14eecc2114e42f8c97dc66f49250b3bbbae655d5))
* **travis:** use build config validation (beta) [skip ci] ([8068a89](https://github.com/saltstack-formulas/dhcpd-formula/commit/8068a890085582ab499dd7972f6e560a18c39330))
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([8ed2593](https://github.com/saltstack-formulas/dhcpd-formula/commit/8ed2593917824945b0be96c8120fa564981ef0b5))


### Documentation

* **contributing:** remove to use org-level file instead [skip ci] ([77da7be](https://github.com/saltstack-formulas/dhcpd-formula/commit/77da7bed48d9b352b9b47f73a2d267220839fb69))
* **readme:** update link to `CONTRIBUTING` [skip ci] ([d40fd74](https://github.com/saltstack-formulas/dhcpd-formula/commit/d40fd748d8a4b69a1ee03bf5b5b74938e26d6dfc))


### Features

* **map.jinja:** add Gentoo support ([934bcf4](https://github.com/saltstack-formulas/dhcpd-formula/commit/934bcf4459529a3c2112402746208555c2f1858e))


### Performance Improvements

* **travis:** improve `salt-lint` invocation [skip ci] ([42a525d](https://github.com/saltstack-formulas/dhcpd-formula/commit/42a525ddb48107365467bdf952d190bcc67825be))

## [0.8.1](https://github.com/saltstack-formulas/dhcpd-formula/compare/v0.8.0...v0.8.1) (2019-10-09)


Expand Down
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: dhcpd
os: Debian, Ubuntu, Raspbian, RedHat, CentOS, Arch, FreeBSD
os_family: Debian, RedHat, Arch, FreeBSD
version: 0.8.1
version: 0.9.0
release: 1
minimum_version: 2016.11
summary: DHCPD formula
Expand Down
7 changes: 5 additions & 2 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
- `@myii <https://github.com/myii>`_
- 17
- 34
* - :raw-html-m2r:`<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>`_
- 11
Expand Down Expand Up @@ -70,8 +70,11 @@ 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/2209106?v=4' width='36' height='36' alt='@mthibaut'>`
- `@mthibaut <https://github.com/mthibaut>`_
- 1
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/6086064?v=4' width='36' height='36' alt='@mgomersbach'>`
- `@mgomersbach <https://github.com/mgomersbach>`_
- 1


----

Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-10-09.
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-12-16.
44 changes: 44 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,50 @@
Changelog
=========

`0.9.0 <https://github.com/saltstack-formulas/dhcpd-formula/compare/v0.8.1...v0.9.0>`_ (2019-12-16)
-------------------------------------------------------------------------------------------------------

Bug Fixes
^^^^^^^^^


* **release.config.js:** use full commit hash in commit link [skip ci] (\ `1c516f5 <https://github.com/saltstack-formulas/dhcpd-formula/commit/1c516f57e848f0bcb9fe03cb82284a4c3c6bb41c>`_\ )

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


* **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `f838b4d <https://github.com/saltstack-formulas/dhcpd-formula/commit/f838b4d4733452d36d62cfe4ef9b7ee57752a01f>`_\ )
* **kitchen:** use ``debian-10-master-py3`` instead of ``develop`` [skip ci] (\ `7ca8c7a <https://github.com/saltstack-formulas/dhcpd-formula/commit/7ca8c7a1913fbbf01712a2ce4d5c3d1443f3b6b8>`_\ )
* **kitchen:** use ``develop`` image until ``master`` is ready (\ ``amazonlinux``\ ) [skip ci] (\ `e009040 <https://github.com/saltstack-formulas/dhcpd-formula/commit/e009040d28afe4e1bd07156580a18723b9cbb1d5>`_\ )
* **kitchen+travis:** upgrade matrix after ``2019.2.2`` release [skip ci] (\ `d7591f0 <https://github.com/saltstack-formulas/dhcpd-formula/commit/d7591f0dcb5d677294685bb7f1acb26245abba5d>`_\ )
* **travis:** apply changes from build config validation [skip ci] (\ `df6ce3e <https://github.com/saltstack-formulas/dhcpd-formula/commit/df6ce3e5d343d07a9ccd33501059edd6359e6343>`_\ )
* **travis:** opt-in to ``dpl v2`` to complete build config validation [skip ci] (\ `7fb1a93 <https://github.com/saltstack-formulas/dhcpd-formula/commit/7fb1a936230e2732d23a9edae11fc4f96fd0daac>`_\ )
* **travis:** quote pathspecs used with ``git ls-files`` [skip ci] (\ `67c340d <https://github.com/saltstack-formulas/dhcpd-formula/commit/67c340d3099c78ee7c0079cde9fb5609fbb54bc6>`_\ )
* **travis:** run ``shellcheck`` during lint job [skip ci] (\ `4a192fe <https://github.com/saltstack-formulas/dhcpd-formula/commit/4a192fe586bf55e4bb680c51e60828260c2d889d>`_\ )
* **travis:** update ``salt-lint`` config for ``v0.0.10`` [skip ci] (\ `14eecc2 <https://github.com/saltstack-formulas/dhcpd-formula/commit/14eecc2114e42f8c97dc66f49250b3bbbae655d5>`_\ )
* **travis:** use build config validation (beta) [skip ci] (\ `8068a89 <https://github.com/saltstack-formulas/dhcpd-formula/commit/8068a890085582ab499dd7972f6e560a18c39330>`_\ )
* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ `8ed2593 <https://github.com/saltstack-formulas/dhcpd-formula/commit/8ed2593917824945b0be96c8120fa564981ef0b5>`_\ )

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


* **contributing:** remove to use org-level file instead [skip ci] (\ `77da7be <https://github.com/saltstack-formulas/dhcpd-formula/commit/77da7bed48d9b352b9b47f73a2d267220839fb69>`_\ )
* **readme:** update link to ``CONTRIBUTING`` [skip ci] (\ `d40fd74 <https://github.com/saltstack-formulas/dhcpd-formula/commit/d40fd748d8a4b69a1ee03bf5b5b74938e26d6dfc>`_\ )

Features
^^^^^^^^


* **map.jinja:** add Gentoo support (\ `934bcf4 <https://github.com/saltstack-formulas/dhcpd-formula/commit/934bcf4459529a3c2112402746208555c2f1858e>`_\ )

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


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

`0.8.1 <https://github.com/saltstack-formulas/dhcpd-formula/compare/v0.8.0...v0.8.1>`_ (2019-10-09)
-------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 0c6a756

Please sign in to comment.