Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2020-05-03)

### Bug Fixes

* **package/install:** ensure `toml` works for Sodium (3001) ([6c3a886](6c3a886))

### Continuous Integration

* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([d018eb2](d018eb2))
* **travis:** avoid `master` instances due to `toml` issues [skip ci] ([5d33d2b](5d33d2b))

### Reverts

* **travis:** avoid `master` instances due to `toml` issues ([4b6849b](4b6849b))
  • Loading branch information
semantic-release-bot committed May 3, 2020
1 parent 5dad99b commit 3118306
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 5 deletions.
5 changes: 3 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ This list is sorted by the number of commits per contributor in _descending_ ord

Avatar|Contributor|Contributions
:-:|---|:-:
<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)|34
<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)|39
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>|[@n-rodriguez](https://github.com/n-rodriguez)|19
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/15121114?v=4' width='36' height='36' alt='@herbetom'>|[@herbetom](https://github.com/herbetom)|1

---

Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-04-30.
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-05-03.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.0.2](https://github.com/saltstack-formulas/telegraf-formula/compare/v1.0.1...v1.0.2) (2020-05-03)


### Bug Fixes

* **package/install:** ensure `toml` works for Sodium (3001) ([6c3a886](https://github.com/saltstack-formulas/telegraf-formula/commit/6c3a886f7a4672c158ae47b5502f8750389bb68c))


### Continuous Integration

* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([d018eb2](https://github.com/saltstack-formulas/telegraf-formula/commit/d018eb21ca1ee858cc644e33449937b011ba5b28))
* **travis:** avoid `master` instances due to `toml` issues [skip ci] ([5d33d2b](https://github.com/saltstack-formulas/telegraf-formula/commit/5d33d2b16b6ff0338fbb211972bccdc17922ce46))


### Reverts

* **travis:** avoid `master` instances due to `toml` issues ([4b6849b](https://github.com/saltstack-formulas/telegraf-formula/commit/4b6849bb68f6992e03b75f8822e36394f0d7da39))

## [1.0.1](https://github.com/saltstack-formulas/telegraf-formula/compare/v1.0.0...v1.0.1) (2020-04-30)


Expand Down
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: telegraf
os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE
os_family: Debian, RedHat, Suse
version: 1.0.1
version: 1.0.2
release: 1
minimum_version: 2018.3
summary: Telegraf formula
Expand Down
7 changes: 5 additions & 2 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ This list is sorted by the number of commits per contributor in *descending* ord
- Contributions
* - :raw-html-m2r:`<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>`_
- 34
- 39
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>`
- `@n-rodriguez <https://github.com/n-rodriguez>`_
- 19
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/15121114?v=4' width='36' height='36' alt='@herbetom'>`
- `@herbetom <https://github.com/herbetom>`_
- 1


----

Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-04-30.
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-05-03.
22 changes: 22 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@
Changelog
=========

`1.0.2 <https://github.com/saltstack-formulas/telegraf-formula/compare/v1.0.1...v1.0.2>`_ (2020-05-03)
----------------------------------------------------------------------------------------------------------

Bug Fixes
^^^^^^^^^


* **package/install:** ensure ``toml`` works for Sodium (3001) (\ `6c3a886 <https://github.com/saltstack-formulas/telegraf-formula/commit/6c3a886f7a4672c158ae47b5502f8750389bb68c>`_\ )

Continuous Integration
^^^^^^^^^^^^^^^^^^^^^^


* **kitchen+travis:** remove ``master-py2-arch-base-latest`` [skip ci] (\ `d018eb2 <https://github.com/saltstack-formulas/telegraf-formula/commit/d018eb21ca1ee858cc644e33449937b011ba5b28>`_\ )
* **travis:** avoid ``master`` instances due to ``toml`` issues [skip ci] (\ `5d33d2b <https://github.com/saltstack-formulas/telegraf-formula/commit/5d33d2b16b6ff0338fbb211972bccdc17922ce46>`_\ )

Reverts
^^^^^^^


* **travis:** avoid ``master`` instances due to ``toml`` issues (\ `4b6849b <https://github.com/saltstack-formulas/telegraf-formula/commit/4b6849bb68f6992e03b75f8822e36394f0d7da39>`_\ )

`1.0.1 <https://github.com/saltstack-formulas/telegraf-formula/compare/v1.0.0...v1.0.1>`_ (2020-04-30)
----------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 3118306

Please sign in to comment.