Skip to content

Commit 1859248

Browse files
chore(release): 1.0.5 [skip ci]
## [1.0.5](v1.0.4...v1.0.5) (2022-08-16) ### Continuous Integration * update `pre-commit` configuration inc. for pre-commit.ci [skip ci] ([887c91b](887c91b)) * **kitchen+gitlab:** update for new pre-salted images [skip ci] ([f7343ef](f7343ef)) * **vagrant:** use `linked_clone` at all times (inc. CI) [skip ci] ([8b53ede](8b53ede)) ### Tests * **_mapdata:** add verification file for `ubuntu-22` [skip ci] ([9d94d17](9d94d17)) * **system.rb:** add support for `mac_os_x` [skip ci] ([4269cbb](4269cbb)) * **windows:** fix failing tests by installing specific pkg version ([3cdbd08](3cdbd08))
1 parent ada0e17 commit 1859248

File tree

5 files changed

+45
-10
lines changed

5 files changed

+45
-10
lines changed

AUTHORS.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ This list is sorted by the number of commits per contributor in _descending_ ord
44

55
Avatar|Contributor|Contributions
66
:-:|---|:-:
7-
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|154
7+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|177
88
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1920805?v=4' width='36' height='36' alt='@alxwr'>|[@alxwr](https://github.com/alxwr)|96
9-
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|59
9+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|61
1010
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/113170?v=4' width='36' height='36' alt='@TimJones'>|[@TimJones](https://github.com/TimJones)|21
1111
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|19
1212
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/528061?v=4' width='36' height='36' alt='@puneetk'>|[@puneetk](https://github.com/puneetk)|12
1313
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/2094680?v=4' width='36' height='36' alt='@daschatten'>|[@daschatten](https://github.com/daschatten)|11
1414
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/3315507?v=4' width='36' height='36' alt='@marconett'>|[@marconett](https://github.com/marconett)|9
1515
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/8792243?v=4' width='36' height='36' alt='@sc250024'>|[@sc250024](https://github.com/sc250024)|6
1616
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1233212?v=4' width='36' height='36' alt='@baby-gnu'>|[@baby-gnu](https://github.com/baby-gnu)|6
17-
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen'>|[@babilen](https://github.com/babilen)|5
17+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@wolodjawentland'>|[@wolodjawentland](https://github.com/wolodjawentland)|5
1818
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/3592675?v=4' width='36' height='36' alt='@diegofd'>|[@diegofd](https://github.com/diegofd)|4
1919
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|4
2020
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/904839?v=4' width='36' height='36' alt='@landergate'>|[@landergate](https://github.com/landergate)|4
@@ -47,4 +47,4 @@ Avatar|Contributor|Contributions
4747

4848
---
4949

50-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-02-21.
50+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-08-16.

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.0.5](https://github.com/saltstack-formulas/openvpn-formula/compare/v1.0.4...v1.0.5) (2022-08-16)
4+
5+
6+
### Continuous Integration
7+
8+
* update `pre-commit` configuration inc. for pre-commit.ci [skip ci] ([887c91b](https://github.com/saltstack-formulas/openvpn-formula/commit/887c91bf6301f63d577a163eba89a04e47e590a6))
9+
* **kitchen+gitlab:** update for new pre-salted images [skip ci] ([f7343ef](https://github.com/saltstack-formulas/openvpn-formula/commit/f7343ef1332c7331ff62373b01e3e302121a72fb))
10+
* **vagrant:** use `linked_clone` at all times (inc. CI) [skip ci] ([8b53ede](https://github.com/saltstack-formulas/openvpn-formula/commit/8b53ededd0c5e35238aaf52967cd2da28a2eed4e))
11+
12+
13+
### Tests
14+
15+
* **_mapdata:** add verification file for `ubuntu-22` [skip ci] ([9d94d17](https://github.com/saltstack-formulas/openvpn-formula/commit/9d94d17b96439b4c3171f62413b37db244e995a3))
16+
* **system.rb:** add support for `mac_os_x` [skip ci] ([4269cbb](https://github.com/saltstack-formulas/openvpn-formula/commit/4269cbbb6b0032950d14f92160c04007f9738d34))
17+
* **windows:** fix failing tests by installing specific pkg version ([3cdbd08](https://github.com/saltstack-formulas/openvpn-formula/commit/3cdbd0840f8b35ca1b010ffb6dce4e55dd3bffa7))
18+
319
## [1.0.4](https://github.com/saltstack-formulas/openvpn-formula/compare/v1.0.3...v1.0.4) (2022-02-21)
420

521

FORMULA

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

docs/AUTHORS.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ This list is sorted by the number of commits per contributor in *descending* ord
1515
- Contributions
1616
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
1717
- `@myii <https://github.com/myii>`_
18-
- 154
18+
- 177
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1920805?v=4' width='36' height='36' alt='@alxwr'>`
2020
- `@alxwr <https://github.com/alxwr>`_
2121
- 96
2222
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
2323
- `@dafyddj <https://github.com/dafyddj>`_
24-
- 59
24+
- 61
2525
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/113170?v=4' width='36' height='36' alt='@TimJones'>`
2626
- `@TimJones <https://github.com/TimJones>`_
2727
- 21
@@ -43,8 +43,8 @@ This list is sorted by the number of commits per contributor in *descending* ord
4343
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1233212?v=4' width='36' height='36' alt='@baby-gnu'>`
4444
- `@baby-gnu <https://github.com/baby-gnu>`_
4545
- 6
46-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='/https://avatars.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen'>`
47-
- `@babilen <https://github.com/babilen>`_
46+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='/https://avatars.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@wolodjawentland'>`
47+
- `@wolodjawentland <https://github.com/wolodjawentland>`_
4848
- 5
4949
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/3592675?v=4' width='36' height='36' alt='@diegofd'>`
5050
- `@diegofd <https://github.com/diegofd>`_
@@ -137,4 +137,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
137137

138138
----
139139

140-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2022-02-21.
140+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2022-08-16.

docs/CHANGELOG.rst

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
Changelog
33
=========
44

5+
`1.0.5 <https://github.com/saltstack-formulas/openvpn-formula/compare/v1.0.4...v1.0.5>`_ (2022-08-16)
6+
---------------------------------------------------------------------------------------------------------
7+
8+
Continuous Integration
9+
^^^^^^^^^^^^^^^^^^^^^^
10+
11+
12+
* update ``pre-commit`` configuration inc. for pre-commit.ci [skip ci] (\ `887c91b <https://github.com/saltstack-formulas/openvpn-formula/commit/887c91bf6301f63d577a163eba89a04e47e590a6>`_\ )
13+
* **kitchen+gitlab:** update for new pre-salted images [skip ci] (\ `f7343ef <https://github.com/saltstack-formulas/openvpn-formula/commit/f7343ef1332c7331ff62373b01e3e302121a72fb>`_\ )
14+
* **vagrant:** use ``linked_clone`` at all times (inc. CI) [skip ci] (\ `8b53ede <https://github.com/saltstack-formulas/openvpn-formula/commit/8b53ededd0c5e35238aaf52967cd2da28a2eed4e>`_\ )
15+
16+
Tests
17+
^^^^^
18+
19+
20+
* **_mapdata:** add verification file for ``ubuntu-22`` [skip ci] (\ `9d94d17 <https://github.com/saltstack-formulas/openvpn-formula/commit/9d94d17b96439b4c3171f62413b37db244e995a3>`_\ )
21+
* **system.rb:** add support for ``mac_os_x`` [skip ci] (\ `4269cbb <https://github.com/saltstack-formulas/openvpn-formula/commit/4269cbbb6b0032950d14f92160c04007f9738d34>`_\ )
22+
* **windows:** fix failing tests by installing specific pkg version (\ `3cdbd08 <https://github.com/saltstack-formulas/openvpn-formula/commit/3cdbd0840f8b35ca1b010ffb6dce4e55dd3bffa7>`_\ )
23+
524
`1.0.4 <https://github.com/saltstack-formulas/openvpn-formula/compare/v1.0.3...v1.0.4>`_ (2022-02-21)
625
---------------------------------------------------------------------------------------------------------
726

0 commit comments

Comments
 (0)