Skip to content

Commit cbcf4aa

Browse files
chore(release): 0.16.5 [skip ci]
## [0.16.5](v0.16.4...v0.16.5) (2020-12-22) ### Continuous Integration * **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([f15efd1](f15efd1)) * **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([901af81](901af81)) * **gitlab-ci:** use GitLab CI as Travis CI replacement ([01cd86a](01cd86a)) * **kitchen+gitlab:** update for new pre-salted images [skip ci] ([a0fdc61](a0fdc61)) ### Tests * **_mapdata:** fix existing verification files ([b61d904](b61d904)) * **_mapdata:** generate remaining verification files ([97ccbb3](97ccbb3)) * **map:** standardise `map.jinja` verification ([a755b4d](a755b4d))
1 parent baf61f9 commit cbcf4aa

5 files changed

Lines changed: 46 additions & 5 deletions

File tree

AUTHORS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord
55
Avatar|Contributor|Contributions
66
:-:|---|:-:
77
<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)|96
8-
<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)|66
8+
<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)|74
99
<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)|52
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)|19
1111
<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)|12
@@ -23,6 +23,7 @@ Avatar|Contributor|Contributions
2323
<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)|3
2424
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/142916?v=4' width='36' height='36' alt='@alexhayes'>|[@alexhayes](https://github.com/alexhayes)|2
2525
<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)|2
26+
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/75028809?v=4' width='36' height='36' alt='@blarson2'>|[@blarson2](https://github.com/blarson2)|2
2627
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/42472863?v=4' width='36' height='36' alt='@dimitry-unified-streaming'>|[@dimitry-unified-streaming](https://github.com/dimitry-unified-streaming)|2
2728
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/2995329?v=4' width='36' height='36' alt='@t0fik'>|[@t0fik](https://github.com/t0fik)|2
2829
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/350294?v=4' width='36' height='36' alt='@anderbubble'>|[@anderbubble](https://github.com/anderbubble)|2
@@ -45,4 +46,4 @@ Avatar|Contributor|Contributions
4546

4647
---
4748

48-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-10-30.
49+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-22.

CHANGELOG.md

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

3+
## [0.16.5](https://github.com/saltstack-formulas/openvpn-formula/compare/v0.16.4...v0.16.5) (2020-12-22)
4+
5+
6+
### Continuous Integration
7+
8+
* **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([f15efd1](https://github.com/saltstack-formulas/openvpn-formula/commit/f15efd16b04fa54bfd808431b1bbd645b74dd9bf))
9+
* **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([901af81](https://github.com/saltstack-formulas/openvpn-formula/commit/901af81f2bdb9962bf5f1806c26faee9598fde6a))
10+
* **gitlab-ci:** use GitLab CI as Travis CI replacement ([01cd86a](https://github.com/saltstack-formulas/openvpn-formula/commit/01cd86afa7d26b86507cf3ee894b9d4d42fa94f0))
11+
* **kitchen+gitlab:** update for new pre-salted images [skip ci] ([a0fdc61](https://github.com/saltstack-formulas/openvpn-formula/commit/a0fdc618b009180a67f33a634699bc34e8ed163c))
12+
13+
14+
### Tests
15+
16+
* **_mapdata:** fix existing verification files ([b61d904](https://github.com/saltstack-formulas/openvpn-formula/commit/b61d904e9ad95d94cbaf589d2db9b2a324fc9602))
17+
* **_mapdata:** generate remaining verification files ([97ccbb3](https://github.com/saltstack-formulas/openvpn-formula/commit/97ccbb303f10a23ae741c3c5af9da6a5307ba7e3))
18+
* **map:** standardise `map.jinja` verification ([a755b4d](https://github.com/saltstack-formulas/openvpn-formula/commit/a755b4d28202f9b55c25ac616157a7f959947abd))
19+
320
## [0.16.4](https://github.com/saltstack-formulas/openvpn-formula/compare/v0.16.3...v0.16.4) (2020-10-30)
421

522

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: template
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS
33
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS
4-
version: 0.16.4
4+
version: 0.16.5
55
release: 1
66
minimum_version: 2018.3
77
summary: OpenVPN formula

docs/AUTHORS.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
1818
- 96
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
2020
- `@myii <https://github.com/myii>`_
21-
- 66
21+
- 74
2222
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
2323
- `@dafyddj <https://github.com/dafyddj>`_
2424
- 52
@@ -70,6 +70,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
7070
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/20441?v=4' width='36' height='36' alt='@iggy'>`
7171
- `@iggy <https://github.com/iggy>`_
7272
- 2
73+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/75028809?v=4' width='36' height='36' alt='@blarson2'>`
74+
- `@blarson2 <https://github.com/blarson2>`_
75+
- 2
7376
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/42472863?v=4' width='36' height='36' alt='@dimitry-unified-streaming'>`
7477
- `@dimitry-unified-streaming <https://github.com/dimitry-unified-streaming>`_
7578
- 2
@@ -131,4 +134,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
131134

132135
----
133136

134-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-10-30.
137+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-12-22.

docs/CHANGELOG.rst

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

5+
`0.16.5 <https://github.com/saltstack-formulas/openvpn-formula/compare/v0.16.4...v0.16.5>`_ (2020-12-22)
6+
------------------------------------------------------------------------------------------------------------
7+
8+
Continuous Integration
9+
^^^^^^^^^^^^^^^^^^^^^^
10+
11+
12+
* **commitlint:** ensure ``upstream/master`` uses main repo URL [skip ci] (\ `f15efd1 <https://github.com/saltstack-formulas/openvpn-formula/commit/f15efd16b04fa54bfd808431b1bbd645b74dd9bf>`_\ )
13+
* **gitlab-ci:** add ``rubocop`` linter (with ``allow_failure``\ ) [skip ci] (\ `901af81 <https://github.com/saltstack-formulas/openvpn-formula/commit/901af81f2bdb9962bf5f1806c26faee9598fde6a>`_\ )
14+
* **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `01cd86a <https://github.com/saltstack-formulas/openvpn-formula/commit/01cd86afa7d26b86507cf3ee894b9d4d42fa94f0>`_\ )
15+
* **kitchen+gitlab:** update for new pre-salted images [skip ci] (\ `a0fdc61 <https://github.com/saltstack-formulas/openvpn-formula/commit/a0fdc618b009180a67f33a634699bc34e8ed163c>`_\ )
16+
17+
Tests
18+
^^^^^
19+
20+
21+
* **_mapdata:** fix existing verification files (\ `b61d904 <https://github.com/saltstack-formulas/openvpn-formula/commit/b61d904e9ad95d94cbaf589d2db9b2a324fc9602>`_\ )
22+
* **_mapdata:** generate remaining verification files (\ `97ccbb3 <https://github.com/saltstack-formulas/openvpn-formula/commit/97ccbb303f10a23ae741c3c5af9da6a5307ba7e3>`_\ )
23+
* **map:** standardise ``map.jinja`` verification (\ `a755b4d <https://github.com/saltstack-formulas/openvpn-formula/commit/a755b4d28202f9b55c25ac616157a7f959947abd>`_\ )
24+
525
`0.16.4 <https://github.com/saltstack-formulas/openvpn-formula/compare/v0.16.3...v0.16.4>`_ (2020-10-30)
626
------------------------------------------------------------------------------------------------------------
727

0 commit comments

Comments
 (0)