From f128f6db792f2c6f4e2849a5835a995e2b20d5b2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 6 Jun 2020 22:33:23 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # [1.0.0](https://github.com/saltstack-formulas/postfix-formula/compare/v0.19.0...v1.0.0) (2020-06-06) ### Code Refactoring * **maps:** move tls_policy and transport to mapping section ([06276fd](https://github.com/saltstack-formulas/postfix-formula/commit/06276fd7431e1675795be95c0c8ebb01772ea740)) ### Continuous Integration * **kitchen+travis:** use latest pre-salted images ([b364744](https://github.com/saltstack-formulas/postfix-formula/commit/b364744e40b484397fea5c2c1767f77728649de8)) ### BREAKING CHANGES * **maps:** `transport` and `tls_policy` keys in `postfix:config` have been moved to the standard `postfix:mapping`. --- AUTHORS.md | 6 +++--- CHANGELOG.md | 17 +++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 10 +++++----- docs/CHANGELOG.rst | 21 +++++++++++++++++++++ 5 files changed, 47 insertions(+), 9 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 1009df3..3bec6f4 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)|49 +@myii|[@myii](https://github.com/myii)|53 @EvaSDK|[@EvaSDK](https://github.com/EvaSDK)|26 @aboe76|[@aboe76](https://github.com/aboe76)|23 @nmadhok|[@nmadhok](https://github.com/nmadhok)|14 @@ -17,11 +17,11 @@ Avatar|Contributor|Contributions @imran1008|[@imran1008](https://github.com/imran1008)|8 @puneetk|[@puneetk](https://github.com/puneetk)|7 @danoe|[@danoe](https://github.com/danoe)|6 +@fzipi|[@fzipi](https://github.com/fzipi)|5 @BT-dschleich|[@BT-dschleich](https://github.com/BT-dschleich)|3 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|3 @thatch45|[@thatch45](https://github.com/thatch45)|3 @gtmanfred|[@gtmanfred](https://github.com/gtmanfred)|2 -@fzipi|[@fzipi](https://github.com/fzipi)|2 @stp-ip|[@stp-ip](https://github.com/stp-ip)|2 @whiteinge|[@whiteinge](https://github.com/whiteinge)|2 @iamseth|[@iamseth](https://github.com/iamseth)|2 @@ -43,4 +43,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-05-23. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-06-06. diff --git a/CHANGELOG.md b/CHANGELOG.md index ffabfff..bdb85b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +# [1.0.0](https://github.com/saltstack-formulas/postfix-formula/compare/v0.19.0...v1.0.0) (2020-06-06) + + +### Code Refactoring + +* **maps:** move tls_policy and transport to mapping section ([06276fd](https://github.com/saltstack-formulas/postfix-formula/commit/06276fd7431e1675795be95c0c8ebb01772ea740)) + + +### Continuous Integration + +* **kitchen+travis:** use latest pre-salted images ([b364744](https://github.com/saltstack-formulas/postfix-formula/commit/b364744e40b484397fea5c2c1767f77728649de8)) + + +### BREAKING CHANGES + +* **maps:** `transport` and `tls_policy` keys in `postfix:config` have been moved to the standard `postfix:mapping`. + # [0.19.0](https://github.com/saltstack-formulas/postfix-formula/compare/v0.18.2...v0.19.0) (2020-05-23) diff --git a/FORMULA b/FORMULA index 69dfedb..a81be6f 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: postfix os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE os_family: Debian, RedHat, Suse -version: 0.19.0 +version: 1.0.0 release: 1 minimum_version: 2016.11 summary: Postfix formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index ae95cba..f672da6 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 `_ - - 49 + - 53 * - :raw-html-m2r:`@EvaSDK` - `@EvaSDK `_ - 26 @@ -52,6 +52,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@danoe` - `@danoe `_ - 6 + * - :raw-html-m2r:`@fzipi` + - `@fzipi `_ + - 5 * - :raw-html-m2r:`@BT-dschleich` - `@BT-dschleich `_ - 3 @@ -64,9 +67,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@gtmanfred` - `@gtmanfred `_ - 2 - * - :raw-html-m2r:`@fzipi` - - `@fzipi `_ - - 2 * - :raw-html-m2r:`@stp-ip` - `@stp-ip `_ - 2 @@ -125,4 +125,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-05-23. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-06-06. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 4abb0d7..04c80c4 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,27 @@ Changelog ========= +`1.0.0 `_ (2020-06-06) +---------------------------------------------------------------------------------------------------------- + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* **maps:** move tls_policy and transport to mapping section (\ `06276fd `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen+travis:** use latest pre-salted images (\ `b364744 `_\ ) + +BREAKING CHANGES +^^^^^^^^^^^^^^^^ + + +* **maps:** ``transport`` and ``tls_policy`` keys in ``postfix:config`` have been moved to the standard ``postfix:mapping``. + `0.19.0 `_ (2020-05-23) ------------------------------------------------------------------------------------------------------------