Skip to content

Commit ae760f0

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2019-10-07) ### Bug Fixes * **iscsi.conf:** adjust jinja rendering ([98e29d8](98e29d8)) * **jinja:** fix generated iscsi.conf ([1def94b](1def94b)) ### Code Refactoring * **config:** only create conf-file if pillar data ([1645c53](1645c53))
1 parent d3493f2 commit ae760f0

File tree

5 files changed

+36
-7
lines changed

5 files changed

+36
-7
lines changed

AUTHORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord
44

55
Avatar|Contributor|Contributions
66
:-:|---|:-:
7-
<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)|67
8-
<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)|9
7+
<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)|71
8+
<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)|10
99
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1920805?v=4' width='36' height='36' alt='@alxwr'>|[@alxwr](https://github.com/alxwr)|6
1010
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/6215293?v=4' width='36' height='36' alt='@0xf10e'>|[@0xf10e](https://github.com/0xf10e)|6
1111
<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)|2
@@ -14,4 +14,4 @@ Avatar|Contributor|Contributions
1414

1515
---
1616

17-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-05.
17+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-07.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.0.2](https://github.com/saltstack-formulas/iscsi-formula/compare/v1.0.1...v1.0.2) (2019-10-07)
4+
5+
6+
### Bug Fixes
7+
8+
* **iscsi.conf:** adjust jinja rendering ([98e29d8](https://github.com/saltstack-formulas/iscsi-formula/commit/98e29d8))
9+
* **jinja:** fix generated iscsi.conf ([1def94b](https://github.com/saltstack-formulas/iscsi-formula/commit/1def94b))
10+
11+
12+
### Code Refactoring
13+
14+
* **config:** only create conf-file if pillar data ([1645c53](https://github.com/saltstack-formulas/iscsi-formula/commit/1645c53))
15+
316
## [1.0.1](https://github.com/saltstack-formulas/iscsi-formula/compare/v1.0.0...v1.0.1) (2019-10-05)
417

518

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: iscsi
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS
33
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS
4-
version: 1.0.1
4+
version: 1.0.2
55
release: 1
66
minimum_version: 2017.7
77
summary: iscsi formula

docs/AUTHORS.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ This list is sorted by the number of commits per contributor in *descending* ord
1515
- Contributions
1616
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
1717
- `@noelmcloughlin <https://github.com/noelmcloughlin>`_
18-
- 67
18+
- 71
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
2020
- `@aboe76 <https://github.com/aboe76>`_
21-
- 9
21+
- 10
2222
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1920805?v=4' width='36' height='36' alt='@alxwr'>`
2323
- `@alxwr <https://github.com/alxwr>`_
2424
- 6
@@ -38,4 +38,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
3838

3939
----
4040

41-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-10-05.
41+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-10-07.

docs/CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55
Changelog
66
---------
77

8+
`1.0.2 <https://github.com/saltstack-formulas/iscsi-formula/compare/v1.0.1...v1.0.2>`_ (2019-10-07)
9+
-------------------------------------------------------------------------------------------------------
10+
11+
Bug Fixes
12+
^^^^^^^^^
13+
14+
15+
* **iscsi.conf:** adjust jinja rendering (\ `98e29d8 <https://github.com/saltstack-formulas/iscsi-formula/commit/98e29d8>`_\ )
16+
* **jinja:** fix generated iscsi.conf (\ `1def94b <https://github.com/saltstack-formulas/iscsi-formula/commit/1def94b>`_\ )
17+
18+
Code Refactoring
19+
^^^^^^^^^^^^^^^^
20+
21+
22+
* **config:** only create conf-file if pillar data (\ `1645c53 <https://github.com/saltstack-formulas/iscsi-formula/commit/1645c53>`_\ )
23+
824
`1.0.1 <https://github.com/saltstack-formulas/iscsi-formula/compare/v1.0.0...v1.0.1>`_ (2019-10-05)
925
-------------------------------------------------------------------------------------------------------
1026

0 commit comments

Comments
 (0)