Skip to content

Commit 5d59759

Browse files
chore(release): 0.9.0 [skip ci]
# [0.9.0](v0.8.0...v0.9.0) (2020-03-28) ### Bug Fixes * **lint:** remove whitespace ([c03bb25](c03bb25)) ### Continuous Integration * **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([d93e3d2](d93e3d2)) * **kitchen:** reinstall `udev` since removed from pre-salted images ([a81f2dd](a81f2dd)) ### Features * **centos:** epel only needed for py-pip ([a0dd96d](a0dd96d)) ### Tests * **pillar:** disable `dxpy` on Ubuntu (works locally) ([155bdeb](155bdeb)), closes [verify#L4793-L4859](https://github.com/verify/issues/L4793-L4859) * **pillar:** update `node` version for Debian ([a9f120f](a9f120f))
1 parent 6b4d711 commit 5d59759

File tree

5 files changed

+60
-7
lines changed

5 files changed

+60
-7
lines changed

AUTHORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ This list is sorted by the number of commits per contributor in _descending_ ord
55
Avatar|Contributor|Contributions
66
:-:|---|:-:
77
<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)|40
8-
<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)|33
9-
<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)|25
8+
<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)|35
9+
<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)|32
1010
<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
1111
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/52996?v=4' width='36' height='36' alt='@daks'>|[@daks](https://github.com/daks)|10
1212
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1840337?v=4' width='36' height='36' alt='@ikogan'>|[@ikogan](https://github.com/ikogan)|2
1313
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/203204?v=4' width='36' height='36' alt='@abele'>|[@abele](https://github.com/abele)|1
1414

1515
---
1616

17-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-01-20.
17+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-03-27.

CHANGELOG.md

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

3+
# [0.9.0](https://github.com/saltstack-formulas/packages-formula/compare/v0.8.0...v0.9.0) (2020-03-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **lint:** remove whitespace ([c03bb25](https://github.com/saltstack-formulas/packages-formula/commit/c03bb255317716543c092431adf19cac2c0e7463))
9+
10+
11+
### Continuous Integration
12+
13+
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([d93e3d2](https://github.com/saltstack-formulas/packages-formula/commit/d93e3d2584b2a5a0e65458b65a104f188568251b))
14+
* **kitchen:** reinstall `udev` since removed from pre-salted images ([a81f2dd](https://github.com/saltstack-formulas/packages-formula/commit/a81f2dd4b337ebe2a898ed8ed91e585e5f19b254))
15+
16+
17+
### Features
18+
19+
* **centos:** epel only needed for py-pip ([a0dd96d](https://github.com/saltstack-formulas/packages-formula/commit/a0dd96d6635306a675f89b2b607db4abc4096251))
20+
21+
22+
### Tests
23+
24+
* **pillar:** disable `dxpy` on Ubuntu (works locally) ([155bdeb](https://github.com/saltstack-formulas/packages-formula/commit/155bdeb7b92d2d06a8d2147e21ad46dff9433aee)), closes [verify#L4793-L4859](https://github.com/verify/issues/L4793-L4859)
25+
* **pillar:** update `node` version for Debian ([a9f120f](https://github.com/saltstack-formulas/packages-formula/commit/a9f120fa6aea35e96ff3d1ef2338bfaeb742afdf))
26+
327
# [0.8.0](https://github.com/saltstack-formulas/packages-formula/compare/v0.7.0...v0.8.0) (2020-01-20)
428

529

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: packages
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE
33
os_family: Debian, RedHat, Suse
4-
version: 0.8.0
4+
version: 0.9.0
55
release: 1
66
minimum_version: 2017.7
77
summary: packages formula

docs/AUTHORS.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ This list is sorted by the number of commits per contributor in *descending* ord
1818
- 40
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
2020
- `@noelmcloughlin <https://github.com/noelmcloughlin>`_
21-
- 33
21+
- 35
2222
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
2323
- `@myii <https://github.com/myii>`_
24-
- 25
24+
- 32
2525
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
2626
- `@aboe76 <https://github.com/aboe76>`_
2727
- 11
@@ -38,4 +38,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
3838

3939
----
4040

41-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-01-20.
41+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-03-27.

docs/CHANGELOG.rst

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

5+
`0.9.0 <https://github.com/saltstack-formulas/packages-formula/compare/v0.8.0...v0.9.0>`_ (2020-03-28)
6+
----------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **lint:** remove whitespace (\ `c03bb25 <https://github.com/saltstack-formulas/packages-formula/commit/c03bb255317716543c092431adf19cac2c0e7463>`_\ )
13+
14+
Continuous Integration
15+
^^^^^^^^^^^^^^^^^^^^^^
16+
17+
18+
* **kitchen:** avoid using bootstrap for ``master`` instances [skip ci] (\ `d93e3d2 <https://github.com/saltstack-formulas/packages-formula/commit/d93e3d2584b2a5a0e65458b65a104f188568251b>`_\ )
19+
* **kitchen:** reinstall ``udev`` since removed from pre-salted images (\ `a81f2dd <https://github.com/saltstack-formulas/packages-formula/commit/a81f2dd4b337ebe2a898ed8ed91e585e5f19b254>`_\ )
20+
21+
Features
22+
^^^^^^^^
23+
24+
25+
* **centos:** epel only needed for py-pip (\ `a0dd96d <https://github.com/saltstack-formulas/packages-formula/commit/a0dd96d6635306a675f89b2b607db4abc4096251>`_\ )
26+
27+
Tests
28+
^^^^^
29+
30+
31+
* **pillar:** disable ``dxpy`` on Ubuntu (works locally) (\ `155bdeb <https://github.com/saltstack-formulas/packages-formula/commit/155bdeb7b92d2d06a8d2147e21ad46dff9433aee>`_\ ), closes `verify#L4793-L4859 <https://github.com/verify/issues/L4793-L4859>`_
32+
* **pillar:** update ``node`` version for Debian (\ `a9f120f <https://github.com/saltstack-formulas/packages-formula/commit/a9f120fa6aea35e96ff3d1ef2338bfaeb742afdf>`_\ )
33+
534
`0.8.0 <https://github.com/saltstack-formulas/packages-formula/compare/v0.7.0...v0.8.0>`_ (2020-01-20)
635
----------------------------------------------------------------------------------------------------------
736

0 commit comments

Comments
 (0)