Skip to content

Commit bc624e1

Browse files
chore(release): 0.15.3 [skip ci]
## [0.15.3](v0.15.2...v0.15.3) (2019-10-10) ### Bug Fixes * **config.sls:** fix `salt-lint` errors ([](1b3f7f6)) * **ifconfig_pool_persist.sls:** fix `salt-lint` errors ([](6969083)) * **map.jinja:** fix `salt-lint` errors ([](eabfc57)) ### Continuous Integration * **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([](b76dcc9)) * **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([](0db9651)) * **platform:** add `arch-base-latest` (commented out for now) [skip ci] ([](75d7aaa)) * merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](d7f1607))
1 parent ca86bfd commit bc624e1

File tree

5 files changed

+44
-7
lines changed

5 files changed

+44
-7
lines changed

AUTHORS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ 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
88
<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
910
<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
1011
<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
11-
<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)|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
1313
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/3315507?v=4' width='36' height='36' alt='@marconett'>|[@marconett](https://github.com/marconett)|9
1414
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/8792243?v=4' width='36' height='36' alt='@sc250024'>|[@sc250024](https://github.com/sc250024)|6
@@ -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-09-25.
49+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-10.

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.15.3](https://github.com/saltstack-formulas/openvpn-formula/compare/v0.15.2...v0.15.3) (2019-10-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **config.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/openvpn-formula/commit/1b3f7f6))
9+
* **ifconfig_pool_persist.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/openvpn-formula/commit/6969083))
10+
* **map.jinja:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/openvpn-formula/commit/eabfc57))
11+
12+
13+
### Continuous Integration
14+
15+
* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([](https://github.com/saltstack-formulas/openvpn-formula/commit/b76dcc9))
16+
* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([](https://github.com/saltstack-formulas/openvpn-formula/commit/0db9651))
17+
* **platform:** add `arch-base-latest` (commented out for now) [skip ci] ([](https://github.com/saltstack-formulas/openvpn-formula/commit/75d7aaa))
18+
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/openvpn-formula/commit/d7f1607))
19+
320
## [0.15.2](https://github.com/saltstack-formulas/openvpn-formula/compare/v0.15.1...v0.15.2) (2019-09-25)
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.15.2
4+
version: 0.15.3
55
release: 1
66
minimum_version: 2018.3
77
summary: OpenVPN formula

docs/AUTHORS.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ This list is sorted by the number of commits per contributor in *descending* ord
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>`_
2121
- 40
22+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
23+
- `@myii <https://github.com/myii>`_
24+
- 23
2225
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
2326
- `@aboe76 <https://github.com/aboe76>`_
2427
- 18
2528
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/528061?v=4' width='36' height='36' alt='@puneetk'>`
2629
- `@puneetk <https://github.com/puneetk>`_
2730
- 12
28-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
29-
- `@myii <https://github.com/myii>`_
30-
- 12
3131
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/2094680?v=4' width='36' height='36' alt='@daschatten'>`
3232
- `@daschatten <https://github.com/daschatten>`_
3333
- 11
@@ -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-09-25.
137+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-10-10.

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.15.3 <https://github.com/saltstack-formulas/openvpn-formula/compare/v0.15.2...v0.15.3>`_ (2019-10-10)
6+
------------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **config.sls:** fix ``salt-lint`` errors (\ ` <https://github.com/saltstack-formulas/openvpn-formula/commit/1b3f7f6>`_\ )
13+
* **ifconfig_pool_persist.sls:** fix ``salt-lint`` errors (\ ` <https://github.com/saltstack-formulas/openvpn-formula/commit/6969083>`_\ )
14+
* **map.jinja:** fix ``salt-lint`` errors (\ ` <https://github.com/saltstack-formulas/openvpn-formula/commit/eabfc57>`_\ )
15+
16+
Continuous Integration
17+
^^^^^^^^^^^^^^^^^^^^^^
18+
19+
20+
* **kitchen:** install required packages to bootstrapped ``opensuse`` [skip ci] (\ ` <https://github.com/saltstack-formulas/openvpn-formula/commit/b76dcc9>`_\ )
21+
* **kitchen:** use bootstrapped ``opensuse`` images until ``2019.2.2`` [skip ci] (\ ` <https://github.com/saltstack-formulas/openvpn-formula/commit/0db9651>`_\ )
22+
* **platform:** add ``arch-base-latest`` (commented out for now) [skip ci] (\ ` <https://github.com/saltstack-formulas/openvpn-formula/commit/75d7aaa>`_\ )
23+
* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` <https://github.com/saltstack-formulas/openvpn-formula/commit/d7f1607>`_\ )
24+
525
`0.15.2 <https://github.com/saltstack-formulas/openvpn-formula/compare/v0.15.1...v0.15.2>`_ (2019-09-25)
626
------------------------------------------------------------------------------------------------------------
727

0 commit comments

Comments
 (0)