Skip to content

Commit

Permalink
chore(release): 0.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.5.1](v0.5.0...v0.5.1) (2020-09-09)

### Bug Fixes

* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] ([e9c5153](e9c5153))
* **release.config.js:** use full commit hash in commit link [skip ci] ([4d6851d](4d6851d))
* **state:** restart service when configuration has changed ([a8100d0](a8100d0))

### Continuous Integration

* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([b44bfb5](b44bfb5))
* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([4af7a0f](4af7a0f))
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([b44b24e](b44b24e))
* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([8fe499e](8fe499e))
* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([3ce84e4](3ce84e4))
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([68366d7](68366d7))
* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([1762054](1762054))
* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([9b435f2](9b435f2))
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([766962a](766962a))
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([b5ebab0](b5ebab0))
* **travis:** add notifications => zulip [skip ci] ([7cffd70](7cffd70))
* **travis:** apply changes from build config validation [skip ci] ([c3685b3](c3685b3))
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([3d5cd5c](3d5cd5c))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([668926c](668926c))
* **travis:** run `shellcheck` during lint job [skip ci] ([fd9aba2](fd9aba2))
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([ce2de8b](ce2de8b))
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([dcfa3d5](dcfa3d5))
* **travis:** use build config validation (beta) [skip ci] ([9d34a63](9d34a63))
* **workflows/commitlint:** add to repo [skip ci] ([ff23c72](ff23c72))
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([a3fd56e](a3fd56e))
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([2eb11ff](2eb11ff))

### Documentation

* **contributing:** remove to use org-level file instead [skip ci] ([b44429d](b44429d))
* **readme:** update link to `CONTRIBUTING` [skip ci] ([9231f3f](9231f3f))

### Performance Improvements

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

### Styles

* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] ([3de8cb7](3de8cb7))
  • Loading branch information
semantic-release-bot committed Sep 9, 2020
1 parent 66c4fdc commit c73ed1a
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 9 deletions.
7 changes: 4 additions & 3 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ 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://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>|[@n-rodriguez](https://github.com/n-rodriguez)|49
<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)|21
<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)|62
<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)|51
<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)|7
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3119969?v=4' width='36' height='36' alt='@genuss'>|[@genuss](https://github.com/genuss)|6
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/528061?v=4' width='36' height='36' alt='@puneetk'>|[@puneetk](https://github.com/puneetk)|3
Expand All @@ -14,7 +14,8 @@ Avatar|Contributor|Contributions
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>|[@nmadhok](https://github.com/nmadhok)|2
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/20441?v=4' width='36' height='36' alt='@iggy'>|[@iggy](https://github.com/iggy)|1
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/1478176?v=4' width='36' height='36' alt='@do3meli'>|[@do3meli](https://github.com/do3meli)|1
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/52996?v=4' width='36' height='36' alt='@daks'>|[@daks](https://github.com/daks)|1

---

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

## [0.5.1](https://github.com/saltstack-formulas/syslog-ng-formula/compare/v0.5.0...v0.5.1) (2020-09-09)


### Bug Fixes

* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] ([e9c5153](https://github.com/saltstack-formulas/syslog-ng-formula/commit/e9c515371b39015d3606e9668663c207d6758f9e))
* **release.config.js:** use full commit hash in commit link [skip ci] ([4d6851d](https://github.com/saltstack-formulas/syslog-ng-formula/commit/4d6851dd78c532a012cb3fd983a9d49077605c37))
* **state:** restart service when configuration has changed ([a8100d0](https://github.com/saltstack-formulas/syslog-ng-formula/commit/a8100d0f325c8f8f792b6b9c9e342cf63e13ab3d))


### Continuous Integration

* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([b44bfb5](https://github.com/saltstack-formulas/syslog-ng-formula/commit/b44bfb5872050352cca6fe0d139da5b640764515))
* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([4af7a0f](https://github.com/saltstack-formulas/syslog-ng-formula/commit/4af7a0fdd620ff6128493a2222dcf752234b078f))
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([b44b24e](https://github.com/saltstack-formulas/syslog-ng-formula/commit/b44b24ed5c5064003ae9c45056b836e186b5ab81))
* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([8fe499e](https://github.com/saltstack-formulas/syslog-ng-formula/commit/8fe499e72225ef4b0493d4fabde4188b4d08b66b))
* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([3ce84e4](https://github.com/saltstack-formulas/syslog-ng-formula/commit/3ce84e4cf0ec254b3a28cb850465da883f871725))
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([68366d7](https://github.com/saltstack-formulas/syslog-ng-formula/commit/68366d70525cc184351a7d054ee36dd4fb2fc7a6))
* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([1762054](https://github.com/saltstack-formulas/syslog-ng-formula/commit/17620541caf56056e294301e88c85fa151cb7174))
* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([9b435f2](https://github.com/saltstack-formulas/syslog-ng-formula/commit/9b435f2b6081bff0e127006392cf420279a60ceb))
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([766962a](https://github.com/saltstack-formulas/syslog-ng-formula/commit/766962a6b020e1061c1b6e3cdc91cd4e7fa41dc7))
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([b5ebab0](https://github.com/saltstack-formulas/syslog-ng-formula/commit/b5ebab04471f9501b58eaaf9efc7f89b18bdd5c7))
* **travis:** add notifications => zulip [skip ci] ([7cffd70](https://github.com/saltstack-formulas/syslog-ng-formula/commit/7cffd70d4812b65ca23a6abdea9a01f5ce710ec1))
* **travis:** apply changes from build config validation [skip ci] ([c3685b3](https://github.com/saltstack-formulas/syslog-ng-formula/commit/c3685b356d01ac5f033e10c0669587b443a3f3cf))
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([3d5cd5c](https://github.com/saltstack-formulas/syslog-ng-formula/commit/3d5cd5ccf3183d6305cf3acebaea1183630b438e))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([668926c](https://github.com/saltstack-formulas/syslog-ng-formula/commit/668926cbd8ccf7e15ee7a95641dac5aac0285782))
* **travis:** run `shellcheck` during lint job [skip ci] ([fd9aba2](https://github.com/saltstack-formulas/syslog-ng-formula/commit/fd9aba207ee8f041ad3b9f36a33a03160c555518))
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([ce2de8b](https://github.com/saltstack-formulas/syslog-ng-formula/commit/ce2de8b669d7792d416eab477279a8f7a8b157f7))
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([dcfa3d5](https://github.com/saltstack-formulas/syslog-ng-formula/commit/dcfa3d5c7de1c815667f4bbcb0f79de5c0ddab6e))
* **travis:** use build config validation (beta) [skip ci] ([9d34a63](https://github.com/saltstack-formulas/syslog-ng-formula/commit/9d34a6399fcebba85ce7901e37349cb518b098b5))
* **workflows/commitlint:** add to repo [skip ci] ([ff23c72](https://github.com/saltstack-formulas/syslog-ng-formula/commit/ff23c72345c244748226931fd8067e9877563b60))
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([a3fd56e](https://github.com/saltstack-formulas/syslog-ng-formula/commit/a3fd56e002f2013c08b94ec86b66c980ac0f6812))
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([2eb11ff](https://github.com/saltstack-formulas/syslog-ng-formula/commit/2eb11ff146bcf05b8082bfc1e312f1a464743f69))


### Documentation

* **contributing:** remove to use org-level file instead [skip ci] ([b44429d](https://github.com/saltstack-formulas/syslog-ng-formula/commit/b44429d6c43f9ab6a149ceb6b0c223d8d1af340b))
* **readme:** update link to `CONTRIBUTING` [skip ci] ([9231f3f](https://github.com/saltstack-formulas/syslog-ng-formula/commit/9231f3f1443d8da399299abdb414a5704590d101))


### Performance Improvements

* **travis:** improve `salt-lint` invocation [skip ci] ([1958610](https://github.com/saltstack-formulas/syslog-ng-formula/commit/19586109fa38eaa709a06cdcbb5fef83b4cd4ad5))


### Styles

* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] ([3de8cb7](https://github.com/saltstack-formulas/syslog-ng-formula/commit/3de8cb74624825cc4f8ecc05fbc76b29f39f736c))

# [0.5.0](https://github.com/saltstack-formulas/syslog-ng-formula/compare/v0.4.0...v0.5.0) (2019-10-01)


Expand Down
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: syslog_ng
os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE
os_family: Debian, RedHat, Suse
version: 0.5.0
version: 0.5.1
release: 1
minimum_version: 2017.7
summary: Syslog-NG formula
Expand Down
13 changes: 8 additions & 5 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ 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://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>`
- `@n-rodriguez <https://github.com/n-rodriguez>`_
- 49
* - :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>`_
- 21
- 62
* - :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>`_
- 51
* - :raw-html-m2r:`<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>`_
- 7
Expand All @@ -43,8 +43,11 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/1478176?v=4' width='36' height='36' alt='@do3meli'>`
- `@do3meli <https://github.com/do3meli>`_
- 1
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/52996?v=4' width='36' height='36' alt='@daks'>`
- `@daks <https://github.com/daks>`_
- 1


----

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

`0.5.1 <https://github.com/saltstack-formulas/syslog-ng-formula/compare/v0.5.0...v0.5.1>`_ (2020-09-09)
-----------------------------------------------------------------------------------------------------------

Bug Fixes
^^^^^^^^^


* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] (\ `e9c5153 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/e9c515371b39015d3606e9668663c207d6758f9e>`_\ )
* **release.config.js:** use full commit hash in commit link [skip ci] (\ `4d6851d <https://github.com/saltstack-formulas/syslog-ng-formula/commit/4d6851dd78c532a012cb3fd983a9d49077605c37>`_\ )
* **state:** restart service when configuration has changed (\ `a8100d0 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/a8100d0f325c8f8f792b6b9c9e342cf63e13ab3d>`_\ )

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


* **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `b44bfb5 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/b44bfb5872050352cca6fe0d139da5b640764515>`_\ )
* **gemfile.lock:** add to repo with updated ``Gemfile`` [skip ci] (\ `4af7a0f <https://github.com/saltstack-formulas/syslog-ng-formula/commit/4af7a0fdd620ff6128493a2222dcf752234b078f>`_\ )
* **kitchen:** avoid using bootstrap for ``master`` instances [skip ci] (\ `b44b24e <https://github.com/saltstack-formulas/syslog-ng-formula/commit/b44b24ed5c5064003ae9c45056b836e186b5ab81>`_\ )
* **kitchen:** install required packages to bootstrapped ``opensuse`` [skip ci] (\ `8fe499e <https://github.com/saltstack-formulas/syslog-ng-formula/commit/8fe499e72225ef4b0493d4fabde4188b4d08b66b>`_\ )
* **kitchen:** use ``debian-10-master-py3`` instead of ``develop`` [skip ci] (\ `3ce84e4 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/3ce84e4cf0ec254b3a28cb850465da883f871725>`_\ )
* **kitchen:** use ``develop`` image until ``master`` is ready (\ ``amazonlinux``\ ) [skip ci] (\ `68366d7 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/68366d70525cc184351a7d054ee36dd4fb2fc7a6>`_\ )
* **kitchen:** use ``saltimages`` Docker Hub where available [skip ci] (\ `1762054 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/17620541caf56056e294301e88c85fa151cb7174>`_\ )
* **kitchen:** use bootstrapped ``opensuse`` images until ``2019.2.2`` [skip ci] (\ `9b435f2 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/9b435f2b6081bff0e127006392cf420279a60ceb>`_\ )
* **kitchen+travis:** remove ``master-py2-arch-base-latest`` [skip ci] (\ `766962a <https://github.com/saltstack-formulas/syslog-ng-formula/commit/766962a6b020e1061c1b6e3cdc91cd4e7fa41dc7>`_\ )
* **kitchen+travis:** upgrade matrix after ``2019.2.2`` release [skip ci] (\ `b5ebab0 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/b5ebab04471f9501b58eaaf9efc7f89b18bdd5c7>`_\ )
* **travis:** add notifications => zulip [skip ci] (\ `7cffd70 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/7cffd70d4812b65ca23a6abdea9a01f5ce710ec1>`_\ )
* **travis:** apply changes from build config validation [skip ci] (\ `c3685b3 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/c3685b356d01ac5f033e10c0669587b443a3f3cf>`_\ )
* **travis:** opt-in to ``dpl v2`` to complete build config validation [skip ci] (\ `3d5cd5c <https://github.com/saltstack-formulas/syslog-ng-formula/commit/3d5cd5ccf3183d6305cf3acebaea1183630b438e>`_\ )
* **travis:** quote pathspecs used with ``git ls-files`` [skip ci] (\ `668926c <https://github.com/saltstack-formulas/syslog-ng-formula/commit/668926cbd8ccf7e15ee7a95641dac5aac0285782>`_\ )
* **travis:** run ``shellcheck`` during lint job [skip ci] (\ `fd9aba2 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/fd9aba207ee8f041ad3b9f36a33a03160c555518>`_\ )
* **travis:** update ``salt-lint`` config for ``v0.0.10`` [skip ci] (\ `ce2de8b <https://github.com/saltstack-formulas/syslog-ng-formula/commit/ce2de8b669d7792d416eab477279a8f7a8b157f7>`_\ )
* **travis:** use ``major.minor`` for ``semantic-release`` version [skip ci] (\ `dcfa3d5 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/dcfa3d5c7de1c815667f4bbcb0f79de5c0ddab6e>`_\ )
* **travis:** use build config validation (beta) [skip ci] (\ `9d34a63 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/9d34a6399fcebba85ce7901e37349cb518b098b5>`_\ )
* **workflows/commitlint:** add to repo [skip ci] (\ `ff23c72 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/ff23c72345c244748226931fd8067e9877563b60>`_\ )
* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ `a3fd56e <https://github.com/saltstack-formulas/syslog-ng-formula/commit/a3fd56e002f2013c08b94ec86b66c980ac0f6812>`_\ )
* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ `2eb11ff <https://github.com/saltstack-formulas/syslog-ng-formula/commit/2eb11ff146bcf05b8082bfc1e312f1a464743f69>`_\ )

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


* **contributing:** remove to use org-level file instead [skip ci] (\ `b44429d <https://github.com/saltstack-formulas/syslog-ng-formula/commit/b44429d6c43f9ab6a149ceb6b0c223d8d1af340b>`_\ )
* **readme:** update link to ``CONTRIBUTING`` [skip ci] (\ `9231f3f <https://github.com/saltstack-formulas/syslog-ng-formula/commit/9231f3f1443d8da399299abdb414a5704590d101>`_\ )

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


* **travis:** improve ``salt-lint`` invocation [skip ci] (\ `1958610 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/19586109fa38eaa709a06cdcbb5fef83b4cd4ad5>`_\ )

Styles
^^^^^^


* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] (\ `3de8cb7 <https://github.com/saltstack-formulas/syslog-ng-formula/commit/3de8cb74624825cc4f8ecc05fbc76b29f39f736c>`_\ )

`0.5.0 <https://github.com/saltstack-formulas/syslog-ng-formula/compare/v0.4.0...v0.5.0>`_ (2019-10-01)
-----------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit c73ed1a

Please sign in to comment.