Skip to content

Commit cb29919

Browse files
chore(release): 0.15.4 [skip ci]
## [0.15.4](v0.15.3...v0.15.4) (2019-11-06) ### Bug Fixes * **adapters:** call `adapters.sls` in `init.sls` ([3ebcbe9](3ebcbe9)) * **dhparams:** allow generating Diffie Hellman parameters on Windows ([3802024](3802024)) * **release.config.js:** use full commit hash in commit link [skip ci] ([81d922d](81d922d)) ### Continuous Integration * **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([83e00e1](83e00e1)) * **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([06a09f2](06a09f2)) * **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([4eb9d3b](4eb9d3b)) * **travis:** merge `rubocop` linter into main `lint` job ([9f82955](9f82955)) * **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([d465b4f](d465b4f)) * merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([70dab6c](70dab6c)) ### Documentation * add steps required for testing using Vagrant ([0229d14](0229d14)) * **contributing:** remove to use org-level file instead [skip ci] ([8703eb5](8703eb5)) * **readme:** update link to `CONTRIBUTING` [skip ci] ([a72049f](a72049f)) ### Performance Improvements * **travis:** improve `salt-lint` invocation [skip ci] ([26838e5](26838e5)) ### Tests * **windows:** add local testing of Windows using Vagrant/Virtualbox ([96c3001](96c3001))
1 parent 5a263e0 commit cb29919

File tree

5 files changed

+85
-7
lines changed

5 files changed

+85
-7
lines changed

AUTHORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ 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/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|40
9-
<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)|23
8+
<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)|45
9+
<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
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)|18
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
1212
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/2094680?v=4' width='36' height='36' alt='@daschatten'>|[@daschatten](https://github.com/daschatten)|11
@@ -46,4 +46,4 @@ Avatar|Contributor|Contributions
4646

4747
---
4848

49-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-10.
49+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-11-06.

CHANGELOG.md

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

3+
## [0.15.4](https://github.com/saltstack-formulas/openvpn-formula/compare/v0.15.3...v0.15.4) (2019-11-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **adapters:** call `adapters.sls` in `init.sls` ([3ebcbe9](https://github.com/saltstack-formulas/openvpn-formula/commit/3ebcbe93f8245fb435c3e9af91853930683e16b1))
9+
* **dhparams:** allow generating Diffie Hellman parameters on Windows ([3802024](https://github.com/saltstack-formulas/openvpn-formula/commit/3802024a69d5e4008d192084d10858511f3dca4d))
10+
* **release.config.js:** use full commit hash in commit link [skip ci] ([81d922d](https://github.com/saltstack-formulas/openvpn-formula/commit/81d922d7a3053c309e0e8f965825063df576921e))
11+
12+
13+
### Continuous Integration
14+
15+
* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([83e00e1](https://github.com/saltstack-formulas/openvpn-formula/commit/83e00e1c4d64e86f79b2fa9cb6e8be0490cdb83e))
16+
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([06a09f2](https://github.com/saltstack-formulas/openvpn-formula/commit/06a09f29e187f9b01865b582eff944c30e294302))
17+
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([4eb9d3b](https://github.com/saltstack-formulas/openvpn-formula/commit/4eb9d3bed2df51360822db639c2085414bfc13e3))
18+
* **travis:** merge `rubocop` linter into main `lint` job ([9f82955](https://github.com/saltstack-formulas/openvpn-formula/commit/9f82955081169661780b8a236c1b20da15bf9aa2))
19+
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([d465b4f](https://github.com/saltstack-formulas/openvpn-formula/commit/d465b4f6063ab78864cf2f25a26c339e74b64c18))
20+
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([70dab6c](https://github.com/saltstack-formulas/openvpn-formula/commit/70dab6c4ee9d9d69f80c81ae314df0d97c79114e))
21+
22+
23+
### Documentation
24+
25+
* add steps required for testing using Vagrant ([0229d14](https://github.com/saltstack-formulas/openvpn-formula/commit/0229d1446f89d0ebe44f70b1834a0a9aa8cb68e1))
26+
* **contributing:** remove to use org-level file instead [skip ci] ([8703eb5](https://github.com/saltstack-formulas/openvpn-formula/commit/8703eb50a6ea7505716b2350e34b88f894a4e725))
27+
* **readme:** update link to `CONTRIBUTING` [skip ci] ([a72049f](https://github.com/saltstack-formulas/openvpn-formula/commit/a72049f738005c95548db7e3b87847d8ce741eda))
28+
29+
30+
### Performance Improvements
31+
32+
* **travis:** improve `salt-lint` invocation [skip ci] ([26838e5](https://github.com/saltstack-formulas/openvpn-formula/commit/26838e5ccd0400390bb3a2eb29741d36a8992ac3))
33+
34+
35+
### Tests
36+
37+
* **windows:** add local testing of Windows using Vagrant/Virtualbox ([96c3001](https://github.com/saltstack-formulas/openvpn-formula/commit/96c300125dfa86c67d14e09f772b453eddde7c84))
38+
339
## [0.15.3](https://github.com/saltstack-formulas/openvpn-formula/compare/v0.15.2...v0.15.3) (2019-10-10)
440

541

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.15.3
4+
version: 0.15.4
55
release: 1
66
minimum_version: 2018.3
77
summary: OpenVPN formula

docs/AUTHORS.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ 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/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
2020
- `@dafyddj <https://github.com/dafyddj>`_
21-
- 40
21+
- 45
2222
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
2323
- `@myii <https://github.com/myii>`_
24-
- 23
24+
- 34
2525
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
2626
- `@aboe76 <https://github.com/aboe76>`_
2727
- 18
@@ -134,4 +134,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
134134

135135
----
136136

137-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-10-10.
137+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-11-06.

docs/CHANGELOG.rst

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

5+
`0.15.4 <https://github.com/saltstack-formulas/openvpn-formula/compare/v0.15.3...v0.15.4>`_ (2019-11-06)
6+
------------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **adapters:** call ``adapters.sls`` in ``init.sls`` (\ `3ebcbe9 <https://github.com/saltstack-formulas/openvpn-formula/commit/3ebcbe93f8245fb435c3e9af91853930683e16b1>`_\ )
13+
* **dhparams:** allow generating Diffie Hellman parameters on Windows (\ `3802024 <https://github.com/saltstack-formulas/openvpn-formula/commit/3802024a69d5e4008d192084d10858511f3dca4d>`_\ )
14+
* **release.config.js:** use full commit hash in commit link [skip ci] (\ `81d922d <https://github.com/saltstack-formulas/openvpn-formula/commit/81d922d7a3053c309e0e8f965825063df576921e>`_\ )
15+
16+
Continuous Integration
17+
^^^^^^^^^^^^^^^^^^^^^^
18+
19+
20+
* **kitchen:** use ``debian-10-master-py3`` instead of ``develop`` [skip ci] (\ `83e00e1 <https://github.com/saltstack-formulas/openvpn-formula/commit/83e00e1c4d64e86f79b2fa9cb6e8be0490cdb83e>`_\ )
21+
* **kitchen:** use ``develop`` image until ``master`` is ready (\ ``amazonlinux``\ ) [skip ci] (\ `06a09f2 <https://github.com/saltstack-formulas/openvpn-formula/commit/06a09f29e187f9b01865b582eff944c30e294302>`_\ )
22+
* **kitchen+travis:** upgrade matrix after ``2019.2.2`` release [skip ci] (\ `4eb9d3b <https://github.com/saltstack-formulas/openvpn-formula/commit/4eb9d3bed2df51360822db639c2085414bfc13e3>`_\ )
23+
* **travis:** merge ``rubocop`` linter into main ``lint`` job (\ `9f82955 <https://github.com/saltstack-formulas/openvpn-formula/commit/9f82955081169661780b8a236c1b20da15bf9aa2>`_\ )
24+
* **travis:** update ``salt-lint`` config for ``v0.0.10`` [skip ci] (\ `d465b4f <https://github.com/saltstack-formulas/openvpn-formula/commit/d465b4f6063ab78864cf2f25a26c339e74b64c18>`_\ )
25+
* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ `70dab6c <https://github.com/saltstack-formulas/openvpn-formula/commit/70dab6c4ee9d9d69f80c81ae314df0d97c79114e>`_\ )
26+
27+
Documentation
28+
^^^^^^^^^^^^^
29+
30+
31+
* add steps required for testing using Vagrant (\ `0229d14 <https://github.com/saltstack-formulas/openvpn-formula/commit/0229d1446f89d0ebe44f70b1834a0a9aa8cb68e1>`_\ )
32+
* **contributing:** remove to use org-level file instead [skip ci] (\ `8703eb5 <https://github.com/saltstack-formulas/openvpn-formula/commit/8703eb50a6ea7505716b2350e34b88f894a4e725>`_\ )
33+
* **readme:** update link to ``CONTRIBUTING`` [skip ci] (\ `a72049f <https://github.com/saltstack-formulas/openvpn-formula/commit/a72049f738005c95548db7e3b87847d8ce741eda>`_\ )
34+
35+
Performance Improvements
36+
^^^^^^^^^^^^^^^^^^^^^^^^
37+
38+
39+
* **travis:** improve ``salt-lint`` invocation [skip ci] (\ `26838e5 <https://github.com/saltstack-formulas/openvpn-formula/commit/26838e5ccd0400390bb3a2eb29741d36a8992ac3>`_\ )
40+
41+
Tests
42+
^^^^^
43+
44+
45+
* **windows:** add local testing of Windows using Vagrant/Virtualbox (\ `96c3001 <https://github.com/saltstack-formulas/openvpn-formula/commit/96c300125dfa86c67d14e09f772b453eddde7c84>`_\ )
46+
547
`0.15.3 <https://github.com/saltstack-formulas/openvpn-formula/compare/v0.15.2...v0.15.3>`_ (2019-10-10)
648
------------------------------------------------------------------------------------------------------------
749

0 commit comments

Comments
 (0)