# [1.6.0](https://github.com/saltstack-formulas/salt-formula/compare/v1.5.2...v1.6.0) (2020-09-20) ### Features * enable the metadata grains server by default ([tags/v1.6.0b1d296d
](b1d296d270
))
@@ -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)|129 | |||
<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)|130 | |||
<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)|100 | |||
<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)|71 | |||
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>|[@nmadhok](https://github.com/nmadhok)|54 | |||
@@ -86,6 +86,7 @@ Avatar|Contributor|Contributions | |||
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/46910?v=4' width='36' height='36' alt='@jtriley'>|[@jtriley](https://github.com/jtriley)|1 | |||
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1756284?v=4' width='36' height='36' alt='@msonawane'>|[@msonawane](https://github.com/msonawane)|1 | |||
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/357005?v=4' width='36' height='36' alt='@Oro'>|[@Oro](https://github.com/Oro)|1 | |||
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/5922290?v=4' width='36' height='36' alt='@major0'>|[@major0](https://github.com/major0)|1 | |||
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/5957891?v=4' width='36' height='36' alt='@mwpher'>|[@mwpher](https://github.com/mwpher)|1 | |||
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/435815?v=4' width='36' height='36' alt='@mnaser'>|[@mnaser](https://github.com/mnaser)|1 | |||
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/779376?v=4' width='36' height='36' alt='@vermut'>|[@vermut](https://github.com/vermut)|1 |
@@ -1,5 +1,12 @@ | |||
# Changelog | |||
# [1.6.0](https://github.com/saltstack-formulas/salt-formula/compare/v1.5.2...v1.6.0) (2020-09-20) | |||
### Features | |||
* enable the metadata grains server by default ([b1d296d](https://github.com/saltstack-formulas/salt-formula/commit/b1d296d270d3cc06332f569f81ee95fc78d95596)) | |||
## [1.5.2](https://github.com/saltstack-formulas/salt-formula/compare/v1.5.1...v1.5.2) (2020-09-20) | |||
@@ -1,7 +1,7 @@ | |||
name: salt | |||
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Oracle, Amazon, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, FreeBSD, OpenBSD, Windows | |||
os_family: Debian, Redhat, Suse, Arch, Gentoo, FreeBSD, Windows | |||
version: 1.5.2 | |||
version: 1.6.0 | |||
release: 1 | |||
minimum_version: 2015.8 | |||
summary: Formula for install Saltstack |
@@ -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>`_ | |||
- 129 | |||
- 130 | |||
* - :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>`_ | |||
- 100 | |||
@@ -259,6 +259,9 @@ This list is sorted by the number of commits per contributor in *descending* ord | |||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/357005?v=4' width='36' height='36' alt='@Oro'>` | |||
- `@Oro <https://github.com/Oro>`_ | |||
- 1 | |||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/5922290?v=4' width='36' height='36' alt='@major0'>` | |||
- `@major0 <https://github.com/major0>`_ | |||
- 1 | |||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/5957891?v=4' width='36' height='36' alt='@mwpher'>` | |||
- `@mwpher <https://github.com/mwpher>`_ | |||
- 1 |
@@ -2,6 +2,15 @@ | |||
Changelog | |||
========= | |||
`1.6.0 <https://github.com/saltstack-formulas/salt-formula/compare/v1.5.2...v1.6.0>`_ (2020-09-20) | |||
------------------------------------------------------------------------------------------------------ | |||
Features | |||
^^^^^^^^ | |||
* enable the metadata grains server by default (\ `b1d296d <https://github.com/saltstack-formulas/salt-formula/commit/b1d296d270d3cc06332f569f81ee95fc78d95596>`_\ ) | |||
`1.5.2 <https://github.com/saltstack-formulas/salt-formula/compare/v1.5.1...v1.5.2>`_ (2020-09-20) | |||
------------------------------------------------------------------------------------------------------ | |||