Skip to content

Commit 0c6a756

Browse files
chore(release): 0.9.0 [skip ci]
# [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))
1 parent 7d06412 commit 0c6a756

File tree

5 files changed

+91
-5
lines changed

5 files changed

+91
-5
lines changed

AUTHORS.md

Lines changed: 3 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://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|17
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)|34
88
<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
99
<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
1010
<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
@@ -23,7 +23,8 @@ Avatar|Contributor|Contributions
2323
<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
2424
<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
2525
<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
26+
<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
2627

2728
---
2829

29-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-09.
30+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-12-16.

CHANGELOG.md

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

3+
# [0.9.0](https://github.com/saltstack-formulas/dhcpd-formula/compare/v0.8.1...v0.9.0) (2019-12-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **release.config.js:** use full commit hash in commit link [skip ci] ([1c516f5](https://github.com/saltstack-formulas/dhcpd-formula/commit/1c516f57e848f0bcb9fe03cb82284a4c3c6bb41c))
9+
10+
11+
### Continuous Integration
12+
13+
* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([f838b4d](https://github.com/saltstack-formulas/dhcpd-formula/commit/f838b4d4733452d36d62cfe4ef9b7ee57752a01f))
14+
* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([7ca8c7a](https://github.com/saltstack-formulas/dhcpd-formula/commit/7ca8c7a1913fbbf01712a2ce4d5c3d1443f3b6b8))
15+
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([e009040](https://github.com/saltstack-formulas/dhcpd-formula/commit/e009040d28afe4e1bd07156580a18723b9cbb1d5))
16+
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([d7591f0](https://github.com/saltstack-formulas/dhcpd-formula/commit/d7591f0dcb5d677294685bb7f1acb26245abba5d))
17+
* **travis:** apply changes from build config validation [skip ci] ([df6ce3e](https://github.com/saltstack-formulas/dhcpd-formula/commit/df6ce3e5d343d07a9ccd33501059edd6359e6343))
18+
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([7fb1a93](https://github.com/saltstack-formulas/dhcpd-formula/commit/7fb1a936230e2732d23a9edae11fc4f96fd0daac))
19+
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([67c340d](https://github.com/saltstack-formulas/dhcpd-formula/commit/67c340d3099c78ee7c0079cde9fb5609fbb54bc6))
20+
* **travis:** run `shellcheck` during lint job [skip ci] ([4a192fe](https://github.com/saltstack-formulas/dhcpd-formula/commit/4a192fe586bf55e4bb680c51e60828260c2d889d))
21+
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([14eecc2](https://github.com/saltstack-formulas/dhcpd-formula/commit/14eecc2114e42f8c97dc66f49250b3bbbae655d5))
22+
* **travis:** use build config validation (beta) [skip ci] ([8068a89](https://github.com/saltstack-formulas/dhcpd-formula/commit/8068a890085582ab499dd7972f6e560a18c39330))
23+
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([8ed2593](https://github.com/saltstack-formulas/dhcpd-formula/commit/8ed2593917824945b0be96c8120fa564981ef0b5))
24+
25+
26+
### Documentation
27+
28+
* **contributing:** remove to use org-level file instead [skip ci] ([77da7be](https://github.com/saltstack-formulas/dhcpd-formula/commit/77da7bed48d9b352b9b47f73a2d267220839fb69))
29+
* **readme:** update link to `CONTRIBUTING` [skip ci] ([d40fd74](https://github.com/saltstack-formulas/dhcpd-formula/commit/d40fd748d8a4b69a1ee03bf5b5b74938e26d6dfc))
30+
31+
32+
### Features
33+
34+
* **map.jinja:** add Gentoo support ([934bcf4](https://github.com/saltstack-formulas/dhcpd-formula/commit/934bcf4459529a3c2112402746208555c2f1858e))
35+
36+
37+
### Performance Improvements
38+
39+
* **travis:** improve `salt-lint` invocation [skip ci] ([42a525d](https://github.com/saltstack-formulas/dhcpd-formula/commit/42a525ddb48107365467bdf952d190bcc67825be))
40+
341
## [0.8.1](https://github.com/saltstack-formulas/dhcpd-formula/compare/v0.8.0...v0.8.1) (2019-10-09)
442

543

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: dhcpd
22
os: Debian, Ubuntu, Raspbian, RedHat, CentOS, Arch, FreeBSD
33
os_family: Debian, RedHat, Arch, FreeBSD
4-
version: 0.8.1
4+
version: 0.9.0
55
release: 1
66
minimum_version: 2016.11
77
summary: DHCPD formula

docs/AUTHORS.rst

Lines changed: 5 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://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
1717
- `@myii <https://github.com/myii>`_
18-
- 17
18+
- 34
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
2020
- `@aboe76 <https://github.com/aboe76>`_
2121
- 11
@@ -70,8 +70,11 @@ This list is sorted by the number of commits per contributor in *descending* ord
7070
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/2209106?v=4' width='36' height='36' alt='@mthibaut'>`
7171
- `@mthibaut <https://github.com/mthibaut>`_
7272
- 1
73+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/6086064?v=4' width='36' height='36' alt='@mgomersbach'>`
74+
- `@mgomersbach <https://github.com/mgomersbach>`_
75+
- 1
7376

7477

7578
----
7679

77-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-10-09.
80+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-12-16.

docs/CHANGELOG.rst

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

5+
`0.9.0 <https://github.com/saltstack-formulas/dhcpd-formula/compare/v0.8.1...v0.9.0>`_ (2019-12-16)
6+
-------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **release.config.js:** use full commit hash in commit link [skip ci] (\ `1c516f5 <https://github.com/saltstack-formulas/dhcpd-formula/commit/1c516f57e848f0bcb9fe03cb82284a4c3c6bb41c>`_\ )
13+
14+
Continuous Integration
15+
^^^^^^^^^^^^^^^^^^^^^^
16+
17+
18+
* **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `f838b4d <https://github.com/saltstack-formulas/dhcpd-formula/commit/f838b4d4733452d36d62cfe4ef9b7ee57752a01f>`_\ )
19+
* **kitchen:** use ``debian-10-master-py3`` instead of ``develop`` [skip ci] (\ `7ca8c7a <https://github.com/saltstack-formulas/dhcpd-formula/commit/7ca8c7a1913fbbf01712a2ce4d5c3d1443f3b6b8>`_\ )
20+
* **kitchen:** use ``develop`` image until ``master`` is ready (\ ``amazonlinux``\ ) [skip ci] (\ `e009040 <https://github.com/saltstack-formulas/dhcpd-formula/commit/e009040d28afe4e1bd07156580a18723b9cbb1d5>`_\ )
21+
* **kitchen+travis:** upgrade matrix after ``2019.2.2`` release [skip ci] (\ `d7591f0 <https://github.com/saltstack-formulas/dhcpd-formula/commit/d7591f0dcb5d677294685bb7f1acb26245abba5d>`_\ )
22+
* **travis:** apply changes from build config validation [skip ci] (\ `df6ce3e <https://github.com/saltstack-formulas/dhcpd-formula/commit/df6ce3e5d343d07a9ccd33501059edd6359e6343>`_\ )
23+
* **travis:** opt-in to ``dpl v2`` to complete build config validation [skip ci] (\ `7fb1a93 <https://github.com/saltstack-formulas/dhcpd-formula/commit/7fb1a936230e2732d23a9edae11fc4f96fd0daac>`_\ )
24+
* **travis:** quote pathspecs used with ``git ls-files`` [skip ci] (\ `67c340d <https://github.com/saltstack-formulas/dhcpd-formula/commit/67c340d3099c78ee7c0079cde9fb5609fbb54bc6>`_\ )
25+
* **travis:** run ``shellcheck`` during lint job [skip ci] (\ `4a192fe <https://github.com/saltstack-formulas/dhcpd-formula/commit/4a192fe586bf55e4bb680c51e60828260c2d889d>`_\ )
26+
* **travis:** update ``salt-lint`` config for ``v0.0.10`` [skip ci] (\ `14eecc2 <https://github.com/saltstack-formulas/dhcpd-formula/commit/14eecc2114e42f8c97dc66f49250b3bbbae655d5>`_\ )
27+
* **travis:** use build config validation (beta) [skip ci] (\ `8068a89 <https://github.com/saltstack-formulas/dhcpd-formula/commit/8068a890085582ab499dd7972f6e560a18c39330>`_\ )
28+
* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ `8ed2593 <https://github.com/saltstack-formulas/dhcpd-formula/commit/8ed2593917824945b0be96c8120fa564981ef0b5>`_\ )
29+
30+
Documentation
31+
^^^^^^^^^^^^^
32+
33+
34+
* **contributing:** remove to use org-level file instead [skip ci] (\ `77da7be <https://github.com/saltstack-formulas/dhcpd-formula/commit/77da7bed48d9b352b9b47f73a2d267220839fb69>`_\ )
35+
* **readme:** update link to ``CONTRIBUTING`` [skip ci] (\ `d40fd74 <https://github.com/saltstack-formulas/dhcpd-formula/commit/d40fd748d8a4b69a1ee03bf5b5b74938e26d6dfc>`_\ )
36+
37+
Features
38+
^^^^^^^^
39+
40+
41+
* **map.jinja:** add Gentoo support (\ `934bcf4 <https://github.com/saltstack-formulas/dhcpd-formula/commit/934bcf4459529a3c2112402746208555c2f1858e>`_\ )
42+
43+
Performance Improvements
44+
^^^^^^^^^^^^^^^^^^^^^^^^
45+
46+
47+
* **travis:** improve ``salt-lint`` invocation [skip ci] (\ `42a525d <https://github.com/saltstack-formulas/dhcpd-formula/commit/42a525ddb48107365467bdf952d190bcc67825be>`_\ )
48+
549
`0.8.1 <https://github.com/saltstack-formulas/dhcpd-formula/compare/v0.8.0...v0.8.1>`_ (2019-10-09)
650
-------------------------------------------------------------------------------------------------------
751

0 commit comments

Comments
 (0)