Skip to content

Commit 63289e5

Browse files
chore(release): 0.10.4 [skip ci]
## [0.10.4](v0.10.3...v0.10.4) (2020-04-06) ### Bug Fixes * **map.jinja:** ensure whole pillar is merged in ([4baed92](4baed92)) ### Code Refactoring * **tpls:** refactor templates ([9648e0d](9648e0d)) ### Tests * **config_spec:** update according to refactored `map.jinja` ([880b281](880b281)) * **yaml_dump_spec:** update according to refactored `map.jinja` ([174e8d2](174e8d2))
1 parent 69d3fdc commit 63289e5

File tree

5 files changed

+47
-7
lines changed

5 files changed

+47
-7
lines changed

AUTHORS.md

Lines changed: 2 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)|47
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)|51
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
@@ -18,14 +18,14 @@ Avatar|Contributor|Contributions
1818
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/507599?v=4' width='36' height='36' alt='@thatch45'>|[@thatch45](https://github.com/thatch45)|3
1919
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/3768412?v=4' width='36' height='36' alt='@stp-ip'>|[@stp-ip](https://github.com/stp-ip)|2
2020
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/4156131?v=4' width='36' height='36' alt='@skylerberg'>|[@skylerberg](https://github.com/skylerberg)|2
21+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/46799934?v=4' width='36' height='36' alt='@sticky-note'>|[@sticky-note](https://github.com/sticky-note)|2
2122
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/214768?v=4' width='36' height='36' alt='@ixs'>|[@ixs](https://github.com/ixs)|1
2223
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/330045?v=4' width='36' height='36' alt='@word'>|[@word](https://github.com/word)|1
2324
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/637990?v=4' width='36' height='36' alt='@bmwiedemann'>|[@bmwiedemann](https://github.com/bmwiedemann)|1
2425
<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
2526
<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
2627
<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
2728
<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
28-
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/46799934?v=4' width='36' height='36' alt='@sticky-note'>|[@sticky-note](https://github.com/sticky-note)|1
2929

3030
---
3131

CHANGELOG.md

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

3+
## [0.10.4](https://github.com/saltstack-formulas/dhcpd-formula/compare/v0.10.3...v0.10.4) (2020-04-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **map.jinja:** ensure whole pillar is merged in ([4baed92](https://github.com/saltstack-formulas/dhcpd-formula/commit/4baed92e8768e6e7cbd6537c9359d5a28e838387))
9+
10+
11+
### Code Refactoring
12+
13+
* **tpls:** refactor templates ([9648e0d](https://github.com/saltstack-formulas/dhcpd-formula/commit/9648e0d0872db66e26ca11d6a0d860d6afff79ab))
14+
15+
16+
### Tests
17+
18+
* **config_spec:** update according to refactored `map.jinja` ([880b281](https://github.com/saltstack-formulas/dhcpd-formula/commit/880b2815ee8102904b6586ded0d1e81412458575))
19+
* **yaml_dump_spec:** update according to refactored `map.jinja` ([174e8d2](https://github.com/saltstack-formulas/dhcpd-formula/commit/174e8d22299d3dc464e2b5e0bf11fd280b51c27e))
20+
321
## [0.10.3](https://github.com/saltstack-formulas/dhcpd-formula/compare/v0.10.2...v0.10.3) (2020-04-06)
422

523

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

docs/AUTHORS.rst

Lines changed: 4 additions & 4 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-
- 47
18+
- 51
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
@@ -55,6 +55,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
5555
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/4156131?v=4' width='36' height='36' alt='@skylerberg'>`
5656
- `@skylerberg <https://github.com/skylerberg>`_
5757
- 2
58+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/46799934?v=4' width='36' height='36' alt='@sticky-note'>`
59+
- `@sticky-note <https://github.com/sticky-note>`_
60+
- 2
5861
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/214768?v=4' width='36' height='36' alt='@ixs'>`
5962
- `@ixs <https://github.com/ixs>`_
6063
- 1
@@ -76,9 +79,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
7679
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/6086064?v=4' width='36' height='36' alt='@mgomersbach'>`
7780
- `@mgomersbach <https://github.com/mgomersbach>`_
7881
- 1
79-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/46799934?v=4' width='36' height='36' alt='@sticky-note'>`
80-
- `@sticky-note <https://github.com/sticky-note>`_
81-
- 1
8282

8383

8484
----

docs/CHANGELOG.rst

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

5+
`0.10.4 <https://github.com/saltstack-formulas/dhcpd-formula/compare/v0.10.3...v0.10.4>`_ (2020-04-06)
6+
----------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **map.jinja:** ensure whole pillar is merged in (\ `4baed92 <https://github.com/saltstack-formulas/dhcpd-formula/commit/4baed92e8768e6e7cbd6537c9359d5a28e838387>`_\ )
13+
14+
Code Refactoring
15+
^^^^^^^^^^^^^^^^
16+
17+
18+
* **tpls:** refactor templates (\ `9648e0d <https://github.com/saltstack-formulas/dhcpd-formula/commit/9648e0d0872db66e26ca11d6a0d860d6afff79ab>`_\ )
19+
20+
Tests
21+
^^^^^
22+
23+
24+
* **config_spec:** update according to refactored ``map.jinja`` (\ `880b281 <https://github.com/saltstack-formulas/dhcpd-formula/commit/880b2815ee8102904b6586ded0d1e81412458575>`_\ )
25+
* **yaml_dump_spec:** update according to refactored ``map.jinja`` (\ `174e8d2 <https://github.com/saltstack-formulas/dhcpd-formula/commit/174e8d22299d3dc464e2b5e0bf11fd280b51c27e>`_\ )
26+
527
`0.10.3 <https://github.com/saltstack-formulas/dhcpd-formula/compare/v0.10.2...v0.10.3>`_ (2020-04-06)
628
----------------------------------------------------------------------------------------------------------
729

0 commit comments

Comments
 (0)