From f6a015afa15c814232d7b9657868e079b69a6881 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 20 Sep 2020 17:45:26 +0000 Subject: [PATCH] chore(release): 1.6.0 [skip ci] # [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)) --- AUTHORS.md | 3 ++- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 5 ++++- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 23 insertions(+), 3 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index bf78853..cd58d10 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|129 +@myii|[@myii](https://github.com/myii)|130 @aboe76|[@aboe76](https://github.com/aboe76)|100 @gravyboat|[@gravyboat](https://github.com/gravyboat)|71 @nmadhok|[@nmadhok](https://github.com/nmadhok)|54 @@ -86,6 +86,7 @@ Avatar|Contributor|Contributions @jtriley|[@jtriley](https://github.com/jtriley)|1 @msonawane|[@msonawane](https://github.com/msonawane)|1 @Oro|[@Oro](https://github.com/Oro)|1 +@major0|[@major0](https://github.com/major0)|1 @mwpher|[@mwpher](https://github.com/mwpher)|1 @mnaser|[@mnaser](https://github.com/mnaser)|1 @vermut|[@vermut](https://github.com/vermut)|1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5799f5e..467c60a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/FORMULA b/FORMULA index 9f82891..986a77f 100644 --- a/FORMULA +++ b/FORMULA @@ -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 diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 2f1c6b8..e81a0ae 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 129 + - 130 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 100 @@ -259,6 +259,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@Oro` - `@Oro `_ - 1 + * - :raw-html-m2r:`@major0` + - `@major0 `_ + - 1 * - :raw-html-m2r:`@mwpher` - `@mwpher `_ - 1 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 0a84601..a181e59 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.6.0 `_ (2020-09-20) +------------------------------------------------------------------------------------------------------ + +Features +^^^^^^^^ + + +* enable the metadata grains server by default (\ `b1d296d `_\ ) + `1.5.2 `_ (2020-09-20) ------------------------------------------------------------------------------------------------------