Skip to content

Commit 50a8e4d

Browse files
chore(release): 0.11.1 [skip ci]
## [0.11.1](v0.11.0...v0.11.1) (2020-04-09) ### Bug Fixes * **fedora:** install `dhcp-server` ([b91a3b1](b91a3b1)) * **pillar.example:** remove spurious whitespaces found in `yaml_dump` ([d578996](d578996)) * **rubocop:** fix remaining violations ([106f9cb](106f9cb)) ### Continuous Integration * **kitchen+travis:** adjust matrix to add `3000.1` & remove `2017.7` ([6bacfb3](6bacfb3)) ### Tests * fix `arch` conditional and make `case` more Rubyish ([0b5bab2](0b5bab2))
1 parent c982e65 commit 50a8e4d

File tree

5 files changed

+45
-3
lines changed

5 files changed

+45
-3
lines changed

AUTHORS.md

Lines changed: 1 addition & 1 deletion
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)|53
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)|59
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

CHANGELOG.md

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

3+
## [0.11.1](https://github.com/saltstack-formulas/dhcpd-formula/compare/v0.11.0...v0.11.1) (2020-04-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **fedora:** install `dhcp-server` ([b91a3b1](https://github.com/saltstack-formulas/dhcpd-formula/commit/b91a3b1feb1d5e524eed26c6e5be014f1bd33435))
9+
* **pillar.example:** remove spurious whitespaces found in `yaml_dump` ([d578996](https://github.com/saltstack-formulas/dhcpd-formula/commit/d57899643ea6be24b364bb5361034c120ee07ecd))
10+
* **rubocop:** fix remaining violations ([106f9cb](https://github.com/saltstack-formulas/dhcpd-formula/commit/106f9cb36d8710b48c327541616347c7f94bea76))
11+
12+
13+
### Continuous Integration
14+
15+
* **kitchen+travis:** adjust matrix to add `3000.1` & remove `2017.7` ([6bacfb3](https://github.com/saltstack-formulas/dhcpd-formula/commit/6bacfb326610ab3afc399e7aaf3c109ef66dfd75))
16+
17+
18+
### Tests
19+
20+
* fix `arch` conditional and make `case` more Rubyish ([0b5bab2](https://github.com/saltstack-formulas/dhcpd-formula/commit/0b5bab25c02c63506b9b3701aeff72b587c354ac))
21+
322
# [0.11.0](https://github.com/saltstack-formulas/dhcpd-formula/compare/v0.10.4...v0.11.0) (2020-04-09)
423

524

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.11.0
4+
version: 0.11.1
55
release: 1
66
minimum_version: 2016.11
77
summary: DHCPD formula

docs/AUTHORS.rst

Lines changed: 1 addition & 1 deletion
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-
- 53
18+
- 59
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

docs/CHANGELOG.rst

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

5+
`0.11.1 <https://github.com/saltstack-formulas/dhcpd-formula/compare/v0.11.0...v0.11.1>`_ (2020-04-09)
6+
----------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **fedora:** install ``dhcp-server`` (\ `b91a3b1 <https://github.com/saltstack-formulas/dhcpd-formula/commit/b91a3b1feb1d5e524eed26c6e5be014f1bd33435>`_\ )
13+
* **pillar.example:** remove spurious whitespaces found in ``yaml_dump`` (\ `d578996 <https://github.com/saltstack-formulas/dhcpd-formula/commit/d57899643ea6be24b364bb5361034c120ee07ecd>`_\ )
14+
* **rubocop:** fix remaining violations (\ `106f9cb <https://github.com/saltstack-formulas/dhcpd-formula/commit/106f9cb36d8710b48c327541616347c7f94bea76>`_\ )
15+
16+
Continuous Integration
17+
^^^^^^^^^^^^^^^^^^^^^^
18+
19+
20+
* **kitchen+travis:** adjust matrix to add ``3000.1`` & remove ``2017.7`` (\ `6bacfb3 <https://github.com/saltstack-formulas/dhcpd-formula/commit/6bacfb326610ab3afc399e7aaf3c109ef66dfd75>`_\ )
21+
22+
Tests
23+
^^^^^
24+
25+
26+
* fix ``arch`` conditional and make ``case`` more Rubyish (\ `0b5bab2 <https://github.com/saltstack-formulas/dhcpd-formula/commit/0b5bab25c02c63506b9b3701aeff72b587c354ac>`_\ )
27+
528
`0.11.0 <https://github.com/saltstack-formulas/dhcpd-formula/compare/v0.10.4...v0.11.0>`_ (2020-04-09)
629
----------------------------------------------------------------------------------------------------------
730

0 commit comments

Comments
 (0)