Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.3.1...v1.0.0) (2020-03-11)

### Bug Fixes

* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] ([9ea2bda](9ea2bda))
* **pytoml:** add package name for `centos-8` ([6428501](6428501))
* **pytoml:** the Centos 8 distribution should install python3-pytoml ([2eaba15](2eaba15))
* **release.config.js:** use full commit hash in commit link [skip ci] ([5dbfe8e](5dbfe8e))

### Continuous Integration

* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([81b6817](81b6817))
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([8dbf7c2](8dbf7c2))
* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([136a01c](136a01c))
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([0883324](0883324))
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([cbca3ab](cbca3ab))
* **travis:** adjust to new working matrix ([db7098e](db7098e))
* **travis:** apply changes from build config validation [skip ci] ([ff4854b](ff4854b))
* **travis:** drop 2017.7 platform test ([266f67c](266f67c))
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([11a0d28](11a0d28))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([f95e4f0](f95e4f0))
* **travis:** run `shellcheck` during lint job [skip ci] ([380cce1](380cce1))
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([50e0774](50e0774))
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([7794ab7](7794ab7))
* **travis:** use build config validation (beta) [skip ci] ([8baf3ee](8baf3ee))

### Documentation

* **contributing:** remove to use org-level file instead [skip ci] ([6fc42dc](6fc42dc))
* **readme:** update link to `CONTRIBUTING` [skip ci] ([fdc6a3e](fdc6a3e))

### Features

* **config:** salt has a module to serialize to TOML ([013fefb](013fefb))

### Performance Improvements

* **travis:** improve `salt-lint` invocation [skip ci] ([b50654f](b50654f))

### BREAKING CHANGES

* **config:** `salt['slsutil.serialize']` was introduced in `2018.3`
* **config:** `toml` serializer was introduced in `2018.3`
  • Loading branch information
semantic-release-bot committed Mar 11, 2020
1 parent 75e29e5 commit 2c70b1a
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 7 deletions.
4 changes: 2 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ 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)|32
<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/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|10

---

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

# [1.0.0](https://github.com/saltstack-formulas/telegraf-formula/compare/v0.3.1...v1.0.0) (2020-03-11)


### Bug Fixes

* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] ([9ea2bda](https://github.com/saltstack-formulas/telegraf-formula/commit/9ea2bda3434340169e67fe396bf08e727d498ca8))
* **pytoml:** add package name for `centos-8` ([6428501](https://github.com/saltstack-formulas/telegraf-formula/commit/6428501c7c601f10255c8af390a77fe507878859))
* **pytoml:** the Centos 8 distribution should install python3-pytoml ([2eaba15](https://github.com/saltstack-formulas/telegraf-formula/commit/2eaba15c209dab33ddefebf1f77a773b76906c23))
* **release.config.js:** use full commit hash in commit link [skip ci] ([5dbfe8e](https://github.com/saltstack-formulas/telegraf-formula/commit/5dbfe8ef55f7b6d064568060d481d859cce3e676))


### Continuous Integration

* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([81b6817](https://github.com/saltstack-formulas/telegraf-formula/commit/81b6817a21a2adbfc8b7b77e7ee8aeb5d1e10a72))
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([8dbf7c2](https://github.com/saltstack-formulas/telegraf-formula/commit/8dbf7c223d661f6a0768b2483c66d671ed2bdb28))
* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([136a01c](https://github.com/saltstack-formulas/telegraf-formula/commit/136a01c2b31807c7bf785061576754437b3efd3e))
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([0883324](https://github.com/saltstack-formulas/telegraf-formula/commit/0883324134f243e43979416934531472bc266d50))
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([cbca3ab](https://github.com/saltstack-formulas/telegraf-formula/commit/cbca3abcbc6641577877ed5ae4dd7b686661e1cb))
* **travis:** adjust to new working matrix ([db7098e](https://github.com/saltstack-formulas/telegraf-formula/commit/db7098ec195033b6e36e0826f3eadeb8181d15aa))
* **travis:** apply changes from build config validation [skip ci] ([ff4854b](https://github.com/saltstack-formulas/telegraf-formula/commit/ff4854b3280ae79123a8e5b1efd12e5bcd673907))
* **travis:** drop 2017.7 platform test ([266f67c](https://github.com/saltstack-formulas/telegraf-formula/commit/266f67c8a07749951d4793c601a22632c3c45852))
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([11a0d28](https://github.com/saltstack-formulas/telegraf-formula/commit/11a0d284382eca935246035101735fbc7b8faadc))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([f95e4f0](https://github.com/saltstack-formulas/telegraf-formula/commit/f95e4f0ea5dbcc22081ec46f64e9be4190f43376))
* **travis:** run `shellcheck` during lint job [skip ci] ([380cce1](https://github.com/saltstack-formulas/telegraf-formula/commit/380cce180569da5bdcd3a75338637826ed92f99f))
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([50e0774](https://github.com/saltstack-formulas/telegraf-formula/commit/50e0774c71366fb307e294a204bfa4c198f83d57))
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([7794ab7](https://github.com/saltstack-formulas/telegraf-formula/commit/7794ab716aacd62c05af888a39be45eaee14e5b4))
* **travis:** use build config validation (beta) [skip ci] ([8baf3ee](https://github.com/saltstack-formulas/telegraf-formula/commit/8baf3eed19465abf27de19c468efc3475010bd76))


### Documentation

* **contributing:** remove to use org-level file instead [skip ci] ([6fc42dc](https://github.com/saltstack-formulas/telegraf-formula/commit/6fc42dcfb371d9132b2fab41ded51768abe53dc1))
* **readme:** update link to `CONTRIBUTING` [skip ci] ([fdc6a3e](https://github.com/saltstack-formulas/telegraf-formula/commit/fdc6a3ea82d07d89b630c14a0c48e02858437e82))


### Features

* **config:** salt has a module to serialize to TOML ([013fefb](https://github.com/saltstack-formulas/telegraf-formula/commit/013fefbb05785c0152fba4dc2a0f9efca74573f1))


### Performance Improvements

* **travis:** improve `salt-lint` invocation [skip ci] ([b50654f](https://github.com/saltstack-formulas/telegraf-formula/commit/b50654fd41ba680642855a0d091f5a85d46db9ae))


### BREAKING CHANGES

* **config:** `salt['slsutil.serialize']` was introduced in `2018.3`
* **config:** `toml` serializer was introduced in `2018.3`

## [0.3.1](https://github.com/saltstack-formulas/telegraf-formula/compare/v0.3.0...v0.3.1) (2019-10-12)


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: 0.3.1
version: 1.0.0
release: 1
minimum_version: 2018.3
summary: Telegraf formula
Expand Down
8 changes: 4 additions & 4 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - Avatar
- Contributor
- 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>`_
- 32
* - :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/10231489?v=4' width='36' height='36' alt='@myii'>`
- `@myii <https://github.com/myii>`_
- 10


----

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

`1.0.0 <https://github.com/saltstack-formulas/telegraf-formula/compare/v0.3.1...v1.0.0>`_ (2020-03-11)
----------------------------------------------------------------------------------------------------------

Bug Fixes
^^^^^^^^^


* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] (\ `9ea2bda <https://github.com/saltstack-formulas/telegraf-formula/commit/9ea2bda3434340169e67fe396bf08e727d498ca8>`_\ )
* **pytoml:** add package name for ``centos-8`` (\ `6428501 <https://github.com/saltstack-formulas/telegraf-formula/commit/6428501c7c601f10255c8af390a77fe507878859>`_\ )
* **pytoml:** the Centos 8 distribution should install python3-pytoml (\ `2eaba15 <https://github.com/saltstack-formulas/telegraf-formula/commit/2eaba15c209dab33ddefebf1f77a773b76906c23>`_\ )
* **release.config.js:** use full commit hash in commit link [skip ci] (\ `5dbfe8e <https://github.com/saltstack-formulas/telegraf-formula/commit/5dbfe8ef55f7b6d064568060d481d859cce3e676>`_\ )

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


* **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `81b6817 <https://github.com/saltstack-formulas/telegraf-formula/commit/81b6817a21a2adbfc8b7b77e7ee8aeb5d1e10a72>`_\ )
* **kitchen:** avoid using bootstrap for ``master`` instances [skip ci] (\ `8dbf7c2 <https://github.com/saltstack-formulas/telegraf-formula/commit/8dbf7c223d661f6a0768b2483c66d671ed2bdb28>`_\ )
* **kitchen:** use ``debian-10-master-py3`` instead of ``develop`` [skip ci] (\ `136a01c <https://github.com/saltstack-formulas/telegraf-formula/commit/136a01c2b31807c7bf785061576754437b3efd3e>`_\ )
* **kitchen:** use ``develop`` image until ``master`` is ready (\ ``amazonlinux``\ ) [skip ci] (\ `0883324 <https://github.com/saltstack-formulas/telegraf-formula/commit/0883324134f243e43979416934531472bc266d50>`_\ )
* **kitchen+travis:** upgrade matrix after ``2019.2.2`` release [skip ci] (\ `cbca3ab <https://github.com/saltstack-formulas/telegraf-formula/commit/cbca3abcbc6641577877ed5ae4dd7b686661e1cb>`_\ )
* **travis:** adjust to new working matrix (\ `db7098e <https://github.com/saltstack-formulas/telegraf-formula/commit/db7098ec195033b6e36e0826f3eadeb8181d15aa>`_\ )
* **travis:** apply changes from build config validation [skip ci] (\ `ff4854b <https://github.com/saltstack-formulas/telegraf-formula/commit/ff4854b3280ae79123a8e5b1efd12e5bcd673907>`_\ )
* **travis:** drop 2017.7 platform test (\ `266f67c <https://github.com/saltstack-formulas/telegraf-formula/commit/266f67c8a07749951d4793c601a22632c3c45852>`_\ )
* **travis:** opt-in to ``dpl v2`` to complete build config validation [skip ci] (\ `11a0d28 <https://github.com/saltstack-formulas/telegraf-formula/commit/11a0d284382eca935246035101735fbc7b8faadc>`_\ )
* **travis:** quote pathspecs used with ``git ls-files`` [skip ci] (\ `f95e4f0 <https://github.com/saltstack-formulas/telegraf-formula/commit/f95e4f0ea5dbcc22081ec46f64e9be4190f43376>`_\ )
* **travis:** run ``shellcheck`` during lint job [skip ci] (\ `380cce1 <https://github.com/saltstack-formulas/telegraf-formula/commit/380cce180569da5bdcd3a75338637826ed92f99f>`_\ )
* **travis:** update ``salt-lint`` config for ``v0.0.10`` [skip ci] (\ `50e0774 <https://github.com/saltstack-formulas/telegraf-formula/commit/50e0774c71366fb307e294a204bfa4c198f83d57>`_\ )
* **travis:** use ``major.minor`` for ``semantic-release`` version [skip ci] (\ `7794ab7 <https://github.com/saltstack-formulas/telegraf-formula/commit/7794ab716aacd62c05af888a39be45eaee14e5b4>`_\ )
* **travis:** use build config validation (beta) [skip ci] (\ `8baf3ee <https://github.com/saltstack-formulas/telegraf-formula/commit/8baf3eed19465abf27de19c468efc3475010bd76>`_\ )

Documentation
^^^^^^^^^^^^^


* **contributing:** remove to use org-level file instead [skip ci] (\ `6fc42dc <https://github.com/saltstack-formulas/telegraf-formula/commit/6fc42dcfb371d9132b2fab41ded51768abe53dc1>`_\ )
* **readme:** update link to ``CONTRIBUTING`` [skip ci] (\ `fdc6a3e <https://github.com/saltstack-formulas/telegraf-formula/commit/fdc6a3ea82d07d89b630c14a0c48e02858437e82>`_\ )

Features
^^^^^^^^


* **config:** salt has a module to serialize to TOML (\ `013fefb <https://github.com/saltstack-formulas/telegraf-formula/commit/013fefbb05785c0152fba4dc2a0f9efca74573f1>`_\ )

Performance Improvements
^^^^^^^^^^^^^^^^^^^^^^^^


* **travis:** improve ``salt-lint`` invocation [skip ci] (\ `b50654f <https://github.com/saltstack-formulas/telegraf-formula/commit/b50654fd41ba680642855a0d091f5a85d46db9ae>`_\ )

BREAKING CHANGES
^^^^^^^^^^^^^^^^


* **config:** ``salt['slsutil.serialize']`` was introduced in ``2018.3``
* **config:** ``toml`` serializer was introduced in ``2018.3``

`0.3.1 <https://github.com/saltstack-formulas/telegraf-formula/compare/v0.3.0...v0.3.1>`_ (2019-10-12)
----------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 2c70b1a

Please sign in to comment.