mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-16 17:50:24 +00:00
chore(release): 0.9.0 [skip ci]
# [0.9.0](https://github.com/saltstack-formulas/packages-formula/compare/v0.8.0...v0.9.0) (2020-03-28) ### Bug Fixes * **lint:** remove whitespace ([c03bb25
](c03bb25531
)) ### Continuous Integration * **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([d93e3d2
](d93e3d2584
)) * **kitchen:** reinstall `udev` since removed from pre-salted images ([a81f2dd
](a81f2dd4b3
)) ### Features * **centos:** epel only needed for py-pip ([a0dd96d
](a0dd96d663
)) ### Tests * **pillar:** disable `dxpy` on Ubuntu (works locally) ([155bdeb
](155bdeb7b9
)), closes [verify#L4793-L4859](https://github.com/verify/issues/L4793-L4859) * **pillar:** update `node` version for Debian ([a9f120f
](a9f120fa6a
))
This commit is contained in:
parent
6b4d7112ce
commit
5d59759d60
5 changed files with 60 additions and 7 deletions
|
@ -5,8 +5,8 @@ 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/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|40
|
||||
<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
|
||||
<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
|
||||
<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
|
||||
<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
|
||||
<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/52996?v=4' width='36' height='36' alt='@daks'>|[@daks](https://github.com/daks)|10
|
||||
<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
|
||||
|
@ -14,4 +14,4 @@ Avatar|Contributor|Contributions
|
|||
|
||||
---
|
||||
|
||||
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-01-20.
|
||||
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-03-27.
|
||||
|
|
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -1,5 +1,29 @@
|
|||
# Changelog
|
||||
|
||||
# [0.9.0](https://github.com/saltstack-formulas/packages-formula/compare/v0.8.0...v0.9.0) (2020-03-28)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **lint:** remove whitespace ([c03bb25](https://github.com/saltstack-formulas/packages-formula/commit/c03bb255317716543c092431adf19cac2c0e7463))
|
||||
|
||||
|
||||
### Continuous Integration
|
||||
|
||||
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([d93e3d2](https://github.com/saltstack-formulas/packages-formula/commit/d93e3d2584b2a5a0e65458b65a104f188568251b))
|
||||
* **kitchen:** reinstall `udev` since removed from pre-salted images ([a81f2dd](https://github.com/saltstack-formulas/packages-formula/commit/a81f2dd4b337ebe2a898ed8ed91e585e5f19b254))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **centos:** epel only needed for py-pip ([a0dd96d](https://github.com/saltstack-formulas/packages-formula/commit/a0dd96d6635306a675f89b2b607db4abc4096251))
|
||||
|
||||
|
||||
### Tests
|
||||
|
||||
* **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)
|
||||
* **pillar:** update `node` version for Debian ([a9f120f](https://github.com/saltstack-formulas/packages-formula/commit/a9f120fa6aea35e96ff3d1ef2338bfaeb742afdf))
|
||||
|
||||
# [0.8.0](https://github.com/saltstack-formulas/packages-formula/compare/v0.7.0...v0.8.0) (2020-01-20)
|
||||
|
||||
|
||||
|
|
2
FORMULA
2
FORMULA
|
@ -1,7 +1,7 @@
|
|||
name: packages
|
||||
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE
|
||||
os_family: Debian, RedHat, Suse
|
||||
version: 0.8.0
|
||||
version: 0.9.0
|
||||
release: 1
|
||||
minimum_version: 2017.7
|
||||
summary: packages formula
|
||||
|
|
|
@ -18,10 +18,10 @@ This list is sorted by the number of commits per contributor in *descending* ord
|
|||
- 40
|
||||
* - :raw-html-m2r:`<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
|
||||
- 35
|
||||
* - :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>`_
|
||||
- 25
|
||||
- 32
|
||||
* - :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
|
||||
|
@ -38,4 +38,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
|
|||
|
||||
----
|
||||
|
||||
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-01-20.
|
||||
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-03-27.
|
||||
|
|
|
@ -2,6 +2,35 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
`0.9.0 <https://github.com/saltstack-formulas/packages-formula/compare/v0.8.0...v0.9.0>`_ (2020-03-28)
|
||||
----------------------------------------------------------------------------------------------------------
|
||||
|
||||
Bug Fixes
|
||||
^^^^^^^^^
|
||||
|
||||
|
||||
* **lint:** remove whitespace (\ `c03bb25 <https://github.com/saltstack-formulas/packages-formula/commit/c03bb255317716543c092431adf19cac2c0e7463>`_\ )
|
||||
|
||||
Continuous Integration
|
||||
^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
* **kitchen:** avoid using bootstrap for ``master`` instances [skip ci] (\ `d93e3d2 <https://github.com/saltstack-formulas/packages-formula/commit/d93e3d2584b2a5a0e65458b65a104f188568251b>`_\ )
|
||||
* **kitchen:** reinstall ``udev`` since removed from pre-salted images (\ `a81f2dd <https://github.com/saltstack-formulas/packages-formula/commit/a81f2dd4b337ebe2a898ed8ed91e585e5f19b254>`_\ )
|
||||
|
||||
Features
|
||||
^^^^^^^^
|
||||
|
||||
|
||||
* **centos:** epel only needed for py-pip (\ `a0dd96d <https://github.com/saltstack-formulas/packages-formula/commit/a0dd96d6635306a675f89b2b607db4abc4096251>`_\ )
|
||||
|
||||
Tests
|
||||
^^^^^
|
||||
|
||||
|
||||
* **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>`_
|
||||
* **pillar:** update ``node`` version for Debian (\ `a9f120f <https://github.com/saltstack-formulas/packages-formula/commit/a9f120fa6aea35e96ff3d1ef2338bfaeb742afdf>`_\ )
|
||||
|
||||
`0.8.0 <https://github.com/saltstack-formulas/packages-formula/compare/v0.7.0...v0.8.0>`_ (2020-01-20)
|
||||
----------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue