chore(release): 0.10.0 [skip ci]

# [0.10.0](https://github.com/saltstack-formulas/packages-formula/compare/v0.9.0...v0.10.0) (2020-03-30)

### Bug Fixes

* **chocolatey:** ensure states only run on Windows systems ([c1d680a](c1d680a9dd))
* **chocolatey:** verify chocolatey dicts are not empty ([385b223](385b2238f4))

### Documentation

* **changelog:** merge old changelog into the new one ([070172d](070172db89))

### Features

* **chocolatey:** add chocolatey management support ([c0c1195](c0c1195242))
This commit is contained in:
semantic-release-bot 2020-03-30 16:17:36 +00:00
parent 9a9d3e4d30
commit 8a6b0ca6c8
5 changed files with 49 additions and 58 deletions

View file

@ -6,12 +6,13 @@ 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)|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://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|34
<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://avatars3.githubusercontent.com/u/26920783?v=4' width='36' height='36' alt='@kartnico'>|[@kartnico](https://github.com/kartnico)|3
<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
<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
---
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-03-27.
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-03-30.

View file

@ -1,5 +1,23 @@
# Changelog
# [0.10.0](https://github.com/saltstack-formulas/packages-formula/compare/v0.9.0...v0.10.0) (2020-03-30)
### Bug Fixes
* **chocolatey:** ensure states only run on Windows systems ([c1d680a](https://github.com/saltstack-formulas/packages-formula/commit/c1d680a9dd0863497ca004dcf41378fa0e5707f9))
* **chocolatey:** verify chocolatey dicts are not empty ([385b223](https://github.com/saltstack-formulas/packages-formula/commit/385b2238f4c8bc9389728cc6f90e320bc74b077c))
### Documentation
* **changelog:** merge old changelog into the new one ([070172d](https://github.com/saltstack-formulas/packages-formula/commit/070172db89f2762b11c73c8d149619ce1f197167))
### Features
* **chocolatey:** add chocolatey management support ([c0c1195](https://github.com/saltstack-formulas/packages-formula/commit/c0c119524228e30ed19f6fe8714d47b06915ff43))
# [0.9.0](https://github.com/saltstack-formulas/packages-formula/compare/v0.8.0...v0.9.0) (2020-03-28)

View file

@ -1,7 +1,7 @@
name: packages
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE
os_family: Debian, RedHat, Suse
version: 0.9.0
version: 0.10.0
release: 1
minimum_version: 2017.7
summary: packages formula

View file

@ -21,13 +21,16 @@ This list is sorted by the number of commits per contributor in *descending* ord
- 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>`_
- 32
- 34
* - :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
* - :raw-html-m2r:`<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
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/26920783?v=4' width='36' height='36' alt='@kartnico'>`
- `@kartnico <https://github.com/kartnico>`_
- 3
* - :raw-html-m2r:`<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
@ -38,4 +41,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-03-27.
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-03-30.

View file

@ -2,6 +2,28 @@
Changelog
=========
`0.10.0 <https://github.com/saltstack-formulas/packages-formula/compare/v0.9.0...v0.10.0>`_ (2020-03-30)
------------------------------------------------------------------------------------------------------------
Bug Fixes
^^^^^^^^^
* **chocolatey:** ensure states only run on Windows systems (\ `c1d680a <https://github.com/saltstack-formulas/packages-formula/commit/c1d680a9dd0863497ca004dcf41378fa0e5707f9>`_\ )
* **chocolatey:** verify chocolatey dicts are not empty (\ `385b223 <https://github.com/saltstack-formulas/packages-formula/commit/385b2238f4c8bc9389728cc6f90e320bc74b077c>`_\ )
Documentation
^^^^^^^^^^^^^
* **changelog:** merge old changelog into the new one (\ `070172d <https://github.com/saltstack-formulas/packages-formula/commit/070172db89f2762b11c73c8d149619ce1f197167>`_\ )
Features
^^^^^^^^
* **chocolatey:** add chocolatey management support (\ `c0c1195 <https://github.com/saltstack-formulas/packages-formula/commit/c0c119524228e30ed19f6fe8714d47b06915ff43>`_\ )
`0.9.0 <https://github.com/saltstack-formulas/packages-formula/compare/v0.8.0...v0.9.0>`_ (2020-03-28)
----------------------------------------------------------------------------------------------------------
@ -92,56 +114,3 @@ Tests
* **pillar:** use single ubuntu pillar (\ `c69cb5a <https://github.com/saltstack-formulas/packages-formula/commit/c69cb5a792186a8a1600987087389229ddf7a67a>`_\ )
* **pillar:** use specific pillar for ``debian`` (\ `adf1523 <https://github.com/saltstack-formulas/packages-formula/commit/adf1523e08bfeff8d635052a8942b48326e507cb>`_\ )
* fix existing tests (\ `8e75c9d <https://github.com/saltstack-formulas/packages-formula/commit/8e75c9d5c0c4af5fe4e56ecfcdfcc7ea7486d4dc>`_\ )
----
0.1.0 (2019-03-10)
------------------
* Add npm support
0.0.9 (2018-10-03)
------------------
* Add support for plain files using archive
0.0.8 (2018-08-23)
------------------
* Add archive support
0.0.7 (2018-07-11)
------------------
* Fix pip/gems for FreeBSD
0.0.6 (2018-04-09)
------------------
* Add snap with classic confinement support
0.0.5 (2018-03-14)
------------------
* Add snap support
0.0.4 (2018-03-06)
------------------
* Allow to specify held system packages also as a list (#10)
0.0.3 (2018-03-02)
------------------
* Allow to hold/unhold system packages (#8)
0.0.2 (2018-02-23)
------------------
* Add Fedora support
* Add more tests
0.0.1 (2018-02-12)
------------------
* Initial version