Skip to content

Commit 8eca128

Browse files
chore(release): 0.21.1 [skip ci]
## [0.21.1](v0.21.0...v0.21.1) (2019-10-13) ### Code Refactoring * **repo:** remove unused `files_switch` import ([](e60e111)) * **tofs:** upgrade for all file.managed ([](d5c747c)) ### Continuous Integration * **travis:** use `fedora-29` instead of `fedora-30` (for reliability) ([](7de7782))
1 parent be00cc3 commit 8eca128

File tree

5 files changed

+34
-5
lines changed

5 files changed

+34
-5
lines changed

AUTHORS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Avatar|Contributor|Contributions
99
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/904839?v=4' width='36' height='36' alt='@landergate'>|[@landergate](https://github.com/landergate)|27
1010
<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)|22
1111
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/807283?v=4' width='36' height='36' alt='@hatifnatt'>|[@hatifnatt](https://github.com/hatifnatt)|17
12-
<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)|8
12+
<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)|13
1313
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13771180?v=4' width='36' height='36' alt='@absmith82'>|[@absmith82](https://github.com/absmith82)|5
1414
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/1566437?v=4' width='36' height='36' alt='@bkmit'>|[@bkmit](https://github.com/bkmit)|4
1515
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/571226?v=4' width='36' height='36' alt='@ninjix'>|[@ninjix](https://github.com/ninjix)|4
@@ -43,4 +43,4 @@ Avatar|Contributor|Contributions
4343

4444
---
4545

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

CHANGELOG.md

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

3+
## [0.21.1](https://github.com/saltstack-formulas/zabbix-formula/compare/v0.21.0...v0.21.1) (2019-10-13)
4+
5+
6+
### Code Refactoring
7+
8+
* **repo:** remove unused `files_switch` import ([](https://github.com/saltstack-formulas/zabbix-formula/commit/e60e111))
9+
* **tofs:** upgrade for all file.managed ([](https://github.com/saltstack-formulas/zabbix-formula/commit/d5c747c))
10+
11+
12+
### Continuous Integration
13+
14+
* **travis:** use `fedora-29` instead of `fedora-30` (for reliability) ([](https://github.com/saltstack-formulas/zabbix-formula/commit/7de7782))
15+
316
# [0.21.0](https://github.com/saltstack-formulas/zabbix-formula/compare/v0.20.5...v0.21.0) (2019-10-12)
417

518

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: zabbix
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, FreeBSD, Windows
33
os_family: Debian, RedHat, FreeBSD, Windows
4-
version: 0.21.0
4+
version: 0.21.1
55
release: 1
66
minimum_version: 2015.8
77
summary: Formula for installing Zabbix

docs/AUTHORS.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
3030
- 17
3131
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
3232
- `@myii <https://github.com/myii>`_
33-
- 8
33+
- 13
3434
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13771180?v=4' width='36' height='36' alt='@absmith82'>`
3535
- `@absmith82 <https://github.com/absmith82>`_
3636
- 5
@@ -125,4 +125,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
125125

126126
----
127127

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

docs/CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
Changelog
33
=========
44

5+
`0.21.1 <https://github.com/saltstack-formulas/zabbix-formula/compare/v0.21.0...v0.21.1>`_ (2019-10-13)
6+
-----------------------------------------------------------------------------------------------------------
7+
8+
Code Refactoring
9+
^^^^^^^^^^^^^^^^
10+
11+
12+
* **repo:** remove unused ``files_switch`` import (\ ` <https://github.com/saltstack-formulas/zabbix-formula/commit/e60e111>`_\ )
13+
* **tofs:** upgrade for all file.managed (\ ` <https://github.com/saltstack-formulas/zabbix-formula/commit/d5c747c>`_\ )
14+
15+
Continuous Integration
16+
^^^^^^^^^^^^^^^^^^^^^^
17+
18+
19+
* **travis:** use ``fedora-29`` instead of ``fedora-30`` (for reliability) (\ ` <https://github.com/saltstack-formulas/zabbix-formula/commit/7de7782>`_\ )
20+
521
`0.21.0 <https://github.com/saltstack-formulas/zabbix-formula/compare/v0.20.5...v0.21.0>`_ (2019-10-12)
622
-----------------------------------------------------------------------------------------------------------
723

0 commit comments

Comments
 (0)