diff --git a/AUTHORS.md b/AUTHORS.md index 2dafb131..d217822d 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|78 -@myii|[@myii](https://github.com/myii)|40 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|85 +@myii|[@myii](https://github.com/myii)|44 @aboe76|[@aboe76](https://github.com/aboe76)|10 @alxwr|[@alxwr](https://github.com/alxwr)|6 @0xf10e|[@0xf10e](https://github.com/0xf10e)|6 @@ -16,4 +16,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-08. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-06-02. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b831514..d94fff89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +# [1.2.0](https://github.com/saltstack-formulas/iscsi-formula/compare/v1.1.2...v1.2.0) (2020-06-02) + + +### Bug Fixes + +* **arch:** python-configshell-fb dependency problem ([a2b566f](https://github.com/saltstack-formulas/iscsi-formula/commit/a2b566ff81e98155ab6edb7022ae1ef65c589342)) +* **arch:** update packages yamls ([88a4ff5](https://github.com/saltstack-formulas/iscsi-formula/commit/88a4ff51d4f33c2cabf7d84694f2d4808a3ee3f6)) + + +### Code Refactoring + +* **kitchen:** rename arch pillar file ([141cd9d](https://github.com/saltstack-formulas/iscsi-formula/commit/141cd9d44c00434d89e59358e9655656f25a7d8d)) + + +### Continuous Integration + +* **kitchen+travis:** use latest pre-salted images ([e10522d](https://github.com/saltstack-formulas/iscsi-formula/commit/e10522d69f55657cf7e7eb0c1f3eb284c799a65f)) +* **travis:** add notifications => zulip [skip ci] ([fe742d9](https://github.com/saltstack-formulas/iscsi-formula/commit/fe742d9f03ac53b65699dcd13b2660ac87c54367)) + + +### Features + +* **semantic-release:** standardise for this formula ([5bde216](https://github.com/saltstack-formulas/iscsi-formula/commit/5bde2162bef791648895cfdd46c1f0e76c010c89)) + + +### Tests + +* **suite:** update travis tests ([3f34385](https://github.com/saltstack-formulas/iscsi-formula/commit/3f343853748b2973a41b76862d0b95e379a377cd)) + ## [1.1.2](https://github.com/saltstack-formulas/iscsi-formula/compare/v1.1.1...v1.1.2) (2020-05-08) diff --git a/FORMULA b/FORMULA index 4e8ea042..1e9874f4 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: iscsi os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS -version: 0.2.2 +version: 1.2.0 release: 1 minimum_version: 2019.2 summary: iscsi formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index c84c8a39..d7814647 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,10 +15,10 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - - 78 + - 85 * - :raw-html-m2r:`@myii` - `@myii `_ - - 40 + - 44 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 10 @@ -44,4 +44,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-08. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-06-02. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 28d9a289..6b60ad4e 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -5,6 +5,41 @@ Changelog --------- +`1.2.0 `_ (2020-06-02) +------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **arch:** python-configshell-fb dependency problem (\ `a2b566f `_\ ) +* **arch:** update packages yamls (\ `88a4ff5 `_\ ) + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* **kitchen:** rename arch pillar file (\ `141cd9d `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen+travis:** use latest pre-salted images (\ `e10522d `_\ ) +* **travis:** add notifications => zulip [skip ci] (\ `fe742d9 `_\ ) + +Features +^^^^^^^^ + + +* **semantic-release:** standardise for this formula (\ `5bde216 `_\ ) + +Tests +^^^^^ + + +* **suite:** update travis tests (\ `3f34385 `_\ ) + `1.1.2 `_ (2020-05-08) -------------------------------------------------------------------------------------------------------