Skip to content

Commit

Permalink
chore(release): 3.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.1.2](v3.1.1...v3.1.2) (2020-12-16)

### Bug Fixes

* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] ([6c0f0c8](6c0f0c8))
* **release.config.js:** use full commit hash in commit link [skip ci] ([9df679f](9df679f))

### Continuous Integration

* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([7b44328](7b44328))
* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([492040c](492040c))
* **gitlab-ci:** use GitLab CI as Travis CI replacement ([c477cb4](c477cb4))
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([5447dce](5447dce))
* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([e5c31ef](e5c31ef))
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([a48fb76](a48fb76))
* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([84be8c8](84be8c8))
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([dd1afc4](dd1afc4))
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([8581213](8581213))
* **pre-commit:** add to formula [skip ci] ([39d58b2](39d58b2))
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([40e0abc](40e0abc))
* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([01751a1](01751a1))
* **travis:** add notifications => zulip [skip ci] ([819c5f1](819c5f1))
* **travis:** apply changes from build config validation [skip ci] ([c707a82](c707a82))
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([a6bd9d6](a6bd9d6))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([fb8d138](fb8d138))
* **travis:** run `shellcheck` during lint job [skip ci] ([0505c9d](0505c9d))
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([8e79a7b](8e79a7b))
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([dcc6545](dcc6545))
* **travis:** use build config validation (beta) [skip ci] ([21c71ce](21c71ce))
* **workflows/commitlint:** add to repo [skip ci] ([168ac4c](168ac4c))
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([2558fe5](2558fe5))

### Documentation

* **contributing:** remove to use org-level file instead [skip ci] ([3bf1dea](3bf1dea))
* **readme:** update link to `CONTRIBUTING` [skip ci] ([de3948b](de3948b))

### Performance Improvements

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

### Styles

* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] ([641bafa](641bafa))
  • Loading branch information
semantic-release-bot committed Dec 16, 2020
1 parent c477cb4 commit ab78cee
Show file tree
Hide file tree
Showing 5 changed files with 115 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,11 +4,12 @@ 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)|22
<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)|64
<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)|15
<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)|5
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|2
<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)|1

---

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

## [3.1.2](https://github.com/saltstack-formulas/grafana-formula/compare/v3.1.1...v3.1.2) (2020-12-16)


### Bug Fixes

* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] ([6c0f0c8](https://github.com/saltstack-formulas/grafana-formula/commit/6c0f0c84e5c5f8a5d2ef36c2e0b3406aef099f2f))
* **release.config.js:** use full commit hash in commit link [skip ci] ([9df679f](https://github.com/saltstack-formulas/grafana-formula/commit/9df679f91699605780fd25a2a48595b9babdcc3b))


### Continuous Integration

* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([7b44328](https://github.com/saltstack-formulas/grafana-formula/commit/7b44328a7c2f408c09b312474834595edcffe5c0))
* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([492040c](https://github.com/saltstack-formulas/grafana-formula/commit/492040ccba1008fe63fea6ded3c33c83b8ee927a))
* **gitlab-ci:** use GitLab CI as Travis CI replacement ([c477cb4](https://github.com/saltstack-formulas/grafana-formula/commit/c477cb4bcede0725ae10e76b185238e51fdd7600))
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([5447dce](https://github.com/saltstack-formulas/grafana-formula/commit/5447dce0013507a47471fe9c163e6467f896681f))
* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([e5c31ef](https://github.com/saltstack-formulas/grafana-formula/commit/e5c31efe0a7337bd82285cb6485e457059386fa3))
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([a48fb76](https://github.com/saltstack-formulas/grafana-formula/commit/a48fb76ab01897de01b76b4b3c8b0b53e7b415dd))
* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([84be8c8](https://github.com/saltstack-formulas/grafana-formula/commit/84be8c87f915d2e9e22b5fa1e1119cde0d6ea63b))
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([dd1afc4](https://github.com/saltstack-formulas/grafana-formula/commit/dd1afc48fef462b9476f10839c512712f2d7f05a))
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([8581213](https://github.com/saltstack-formulas/grafana-formula/commit/8581213c8ffc826e3cb15e6fbe29029ed6646968))
* **pre-commit:** add to formula [skip ci] ([39d58b2](https://github.com/saltstack-formulas/grafana-formula/commit/39d58b2e21a96231cdc4e05a406dea0378f93409))
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([40e0abc](https://github.com/saltstack-formulas/grafana-formula/commit/40e0abcf2998f82169b51b361021fa4c70c35d06))
* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([01751a1](https://github.com/saltstack-formulas/grafana-formula/commit/01751a1c4442d7156eab6f3bf2efbeae3dd3f0d4))
* **travis:** add notifications => zulip [skip ci] ([819c5f1](https://github.com/saltstack-formulas/grafana-formula/commit/819c5f107df7c8393f7749fe8d87685af2fdcbf6))
* **travis:** apply changes from build config validation [skip ci] ([c707a82](https://github.com/saltstack-formulas/grafana-formula/commit/c707a829d4860fe0c6be31840ff82bd68d3ad91b))
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([a6bd9d6](https://github.com/saltstack-formulas/grafana-formula/commit/a6bd9d6ad32c1fe6bfa1652a7a625732c5a203d5))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([fb8d138](https://github.com/saltstack-formulas/grafana-formula/commit/fb8d1389fa974824973917d937006c4ca53c9b88))
* **travis:** run `shellcheck` during lint job [skip ci] ([0505c9d](https://github.com/saltstack-formulas/grafana-formula/commit/0505c9d84706d5265ac6a8781d4422cf18e578e9))
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([8e79a7b](https://github.com/saltstack-formulas/grafana-formula/commit/8e79a7b2683bd3bf8d430a6ced49a659a0ad4e5e))
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([dcc6545](https://github.com/saltstack-formulas/grafana-formula/commit/dcc6545bea6241e34af2c34da2f56914764be74a))
* **travis:** use build config validation (beta) [skip ci] ([21c71ce](https://github.com/saltstack-formulas/grafana-formula/commit/21c71cee47dc789be64fdeecf80aefef6e3c8155))
* **workflows/commitlint:** add to repo [skip ci] ([168ac4c](https://github.com/saltstack-formulas/grafana-formula/commit/168ac4c54761e4d86cb88264f818c984a7fa70bf))
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([2558fe5](https://github.com/saltstack-formulas/grafana-formula/commit/2558fe52350026ad2281f817aad00ee0f2ee5d4d))


### Documentation

* **contributing:** remove to use org-level file instead [skip ci] ([3bf1dea](https://github.com/saltstack-formulas/grafana-formula/commit/3bf1dea99e16cc80bbb44e7a5e740b4f8d3dc1ca))
* **readme:** update link to `CONTRIBUTING` [skip ci] ([de3948b](https://github.com/saltstack-formulas/grafana-formula/commit/de3948b281c67077fdd27fe2b22f4a8ff299fc79))


### Performance Improvements

* **travis:** improve `salt-lint` invocation [skip ci] ([0ea000e](https://github.com/saltstack-formulas/grafana-formula/commit/0ea000ed00df2127dd692fedf13d4fd6afb62307))


### Styles

* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] ([641bafa](https://github.com/saltstack-formulas/grafana-formula/commit/641bafa10ae45af0cbe0b7b69a315bdaec00c183))

## [3.1.1](https://github.com/saltstack-formulas/grafana-formula/compare/v3.1.0...v3.1.1) (2019-10-10)


Expand Down
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: grafana
os: FreeBSD
os_family: FreeBSD
version: 3.1.1
version: 3.1.2
release: 1
minimum_version: 2016.11
summary: Grafana 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,18 +15,21 @@ 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>`_
- 22
- 64
* - :raw-html-m2r:`<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>`_
- 15
* - :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>`_
- 5
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
- `@dafyddj <https://github.com/dafyddj>`_
- 2
* - :raw-html-m2r:`<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>`_
- 1


----

Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-10-10.
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-12-16.
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
=========

`3.1.2 <https://github.com/saltstack-formulas/grafana-formula/compare/v3.1.1...v3.1.2>`_ (2020-12-16)
---------------------------------------------------------------------------------------------------------

Bug Fixes
^^^^^^^^^


* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] (\ `6c0f0c8 <https://github.com/saltstack-formulas/grafana-formula/commit/6c0f0c84e5c5f8a5d2ef36c2e0b3406aef099f2f>`_\ )
* **release.config.js:** use full commit hash in commit link [skip ci] (\ `9df679f <https://github.com/saltstack-formulas/grafana-formula/commit/9df679f91699605780fd25a2a48595b9babdcc3b>`_\ )

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


* **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `7b44328 <https://github.com/saltstack-formulas/grafana-formula/commit/7b44328a7c2f408c09b312474834595edcffe5c0>`_\ )
* **gemfile.lock:** add to repo with updated ``Gemfile`` [skip ci] (\ `492040c <https://github.com/saltstack-formulas/grafana-formula/commit/492040ccba1008fe63fea6ded3c33c83b8ee927a>`_\ )
* **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `c477cb4 <https://github.com/saltstack-formulas/grafana-formula/commit/c477cb4bcede0725ae10e76b185238e51fdd7600>`_\ )
* **kitchen:** avoid using bootstrap for ``master`` instances [skip ci] (\ `5447dce <https://github.com/saltstack-formulas/grafana-formula/commit/5447dce0013507a47471fe9c163e6467f896681f>`_\ )
* **kitchen:** use ``debian-10-master-py3`` instead of ``develop`` [skip ci] (\ `e5c31ef <https://github.com/saltstack-formulas/grafana-formula/commit/e5c31efe0a7337bd82285cb6485e457059386fa3>`_\ )
* **kitchen:** use ``develop`` image until ``master`` is ready (\ ``amazonlinux``\ ) [skip ci] (\ `a48fb76 <https://github.com/saltstack-formulas/grafana-formula/commit/a48fb76ab01897de01b76b4b3c8b0b53e7b415dd>`_\ )
* **kitchen:** use ``saltimages`` Docker Hub where available [skip ci] (\ `84be8c8 <https://github.com/saltstack-formulas/grafana-formula/commit/84be8c87f915d2e9e22b5fa1e1119cde0d6ea63b>`_\ )
* **kitchen+travis:** remove ``master-py2-arch-base-latest`` [skip ci] (\ `dd1afc4 <https://github.com/saltstack-formulas/grafana-formula/commit/dd1afc48fef462b9476f10839c512712f2d7f05a>`_\ )
* **kitchen+travis:** upgrade matrix after ``2019.2.2`` release [skip ci] (\ `8581213 <https://github.com/saltstack-formulas/grafana-formula/commit/8581213c8ffc826e3cb15e6fbe29029ed6646968>`_\ )
* **pre-commit:** add to formula [skip ci] (\ `39d58b2 <https://github.com/saltstack-formulas/grafana-formula/commit/39d58b2e21a96231cdc4e05a406dea0378f93409>`_\ )
* **pre-commit:** enable/disable ``rstcheck`` as relevant [skip ci] (\ `40e0abc <https://github.com/saltstack-formulas/grafana-formula/commit/40e0abcf2998f82169b51b361021fa4c70c35d06>`_\ )
* **pre-commit:** finalise ``rstcheck`` configuration [skip ci] (\ `01751a1 <https://github.com/saltstack-formulas/grafana-formula/commit/01751a1c4442d7156eab6f3bf2efbeae3dd3f0d4>`_\ )
* **travis:** add notifications => zulip [skip ci] (\ `819c5f1 <https://github.com/saltstack-formulas/grafana-formula/commit/819c5f107df7c8393f7749fe8d87685af2fdcbf6>`_\ )
* **travis:** apply changes from build config validation [skip ci] (\ `c707a82 <https://github.com/saltstack-formulas/grafana-formula/commit/c707a829d4860fe0c6be31840ff82bd68d3ad91b>`_\ )
* **travis:** opt-in to ``dpl v2`` to complete build config validation [skip ci] (\ `a6bd9d6 <https://github.com/saltstack-formulas/grafana-formula/commit/a6bd9d6ad32c1fe6bfa1652a7a625732c5a203d5>`_\ )
* **travis:** quote pathspecs used with ``git ls-files`` [skip ci] (\ `fb8d138 <https://github.com/saltstack-formulas/grafana-formula/commit/fb8d1389fa974824973917d937006c4ca53c9b88>`_\ )
* **travis:** run ``shellcheck`` during lint job [skip ci] (\ `0505c9d <https://github.com/saltstack-formulas/grafana-formula/commit/0505c9d84706d5265ac6a8781d4422cf18e578e9>`_\ )
* **travis:** update ``salt-lint`` config for ``v0.0.10`` [skip ci] (\ `8e79a7b <https://github.com/saltstack-formulas/grafana-formula/commit/8e79a7b2683bd3bf8d430a6ced49a659a0ad4e5e>`_\ )
* **travis:** use ``major.minor`` for ``semantic-release`` version [skip ci] (\ `dcc6545 <https://github.com/saltstack-formulas/grafana-formula/commit/dcc6545bea6241e34af2c34da2f56914764be74a>`_\ )
* **travis:** use build config validation (beta) [skip ci] (\ `21c71ce <https://github.com/saltstack-formulas/grafana-formula/commit/21c71cee47dc789be64fdeecf80aefef6e3c8155>`_\ )
* **workflows/commitlint:** add to repo [skip ci] (\ `168ac4c <https://github.com/saltstack-formulas/grafana-formula/commit/168ac4c54761e4d86cb88264f818c984a7fa70bf>`_\ )
* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ `2558fe5 <https://github.com/saltstack-formulas/grafana-formula/commit/2558fe52350026ad2281f817aad00ee0f2ee5d4d>`_\ )

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


* **contributing:** remove to use org-level file instead [skip ci] (\ `3bf1dea <https://github.com/saltstack-formulas/grafana-formula/commit/3bf1dea99e16cc80bbb44e7a5e740b4f8d3dc1ca>`_\ )
* **readme:** update link to ``CONTRIBUTING`` [skip ci] (\ `de3948b <https://github.com/saltstack-formulas/grafana-formula/commit/de3948b281c67077fdd27fe2b22f4a8ff299fc79>`_\ )

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


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

Styles
^^^^^^


* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] (\ `641bafa <https://github.com/saltstack-formulas/grafana-formula/commit/641bafa10ae45af0cbe0b7b69a315bdaec00c183>`_\ )

`3.1.1 <https://github.com/saltstack-formulas/grafana-formula/compare/v3.1.0...v3.1.1>`_ (2019-10-10)
---------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit ab78cee

Please sign in to comment.