mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-16 17:50:24 +00:00
chore(release): 0.10.2 [skip ci]
## [0.10.2](https://github.com/saltstack-formulas/packages-formula/compare/v0.10.1...v0.10.2) (2020-06-01) ### Bug Fixes * **pillar:** update `node.pkg` => `node.package` ([a6d3c98
](a6d3c98ae7
)) ### Documentation * **readme:** fix various issues inc. not rendering properly [skip ci] ([5701df0
](5701df06a9
))
This commit is contained in:
parent
45a504cd48
commit
ed9f051183
5 changed files with 30 additions and 3 deletions
|
@ -4,7 +4,7 @@ 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/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|42
|
||||
<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)|45
|
||||
<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)|41
|
||||
<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)|36
|
||||
<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
|
||||
|
|
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,5 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
## [0.10.2](https://github.com/saltstack-formulas/packages-formula/compare/v0.10.1...v0.10.2) (2020-06-01)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **pillar:** update `node.pkg` => `node.package` ([a6d3c98](https://github.com/saltstack-formulas/packages-formula/commit/a6d3c98ae7cc3949feb060c95817250513536e8f))
|
||||
|
||||
|
||||
### Documentation
|
||||
|
||||
* **readme:** fix various issues inc. not rendering properly [skip ci] ([5701df0](https://github.com/saltstack-formulas/packages-formula/commit/5701df06a9f60d1c3aa717d9a295655c14075223))
|
||||
|
||||
## [0.10.1](https://github.com/saltstack-formulas/packages-formula/compare/v0.10.0...v0.10.1) (2020-06-01)
|
||||
|
||||
|
||||
|
|
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.10.1
|
||||
version: 0.10.2
|
||||
release: 1
|
||||
minimum_version: 2017.7
|
||||
summary: packages formula
|
||||
|
|
|
@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
|
|||
- Contributions
|
||||
* - :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>`_
|
||||
- 42
|
||||
- 45
|
||||
* - :raw-html-m2r:`<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>`_
|
||||
- 41
|
||||
|
|
|
@ -2,6 +2,21 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
`0.10.2 <https://github.com/saltstack-formulas/packages-formula/compare/v0.10.1...v0.10.2>`_ (2020-06-01)
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Bug Fixes
|
||||
^^^^^^^^^
|
||||
|
||||
|
||||
* **pillar:** update ``node.pkg`` => ``node.package`` (\ `a6d3c98 <https://github.com/saltstack-formulas/packages-formula/commit/a6d3c98ae7cc3949feb060c95817250513536e8f>`_\ )
|
||||
|
||||
Documentation
|
||||
^^^^^^^^^^^^^
|
||||
|
||||
|
||||
* **readme:** fix various issues inc. not rendering properly [skip ci] (\ `5701df0 <https://github.com/saltstack-formulas/packages-formula/commit/5701df06a9f60d1c3aa717d9a295655c14075223>`_\ )
|
||||
|
||||
`0.10.1 <https://github.com/saltstack-formulas/packages-formula/compare/v0.10.0...v0.10.1>`_ (2020-06-01)
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue