Skip to content

Commit

Permalink
chore(release): 1.14.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.14.0](v1.13.0...v1.14.0) (2020-12-05)

### Bug Fixes

* **adapters:** call `adapters.sls` in `init.sls` ([3ebcbe9](3ebcbe9))
* **auth_nocache:** fix typo in client template ([c8f0971](c8f0971)), closes [saltstack-formulas#125](https://github.com/myii/openvpn-formula/issues/125)
* **centos:** install OpenSSL on CentOS ([7e4c8d6](7e4c8d6))
* **centos-6:** has only _one_ service 'openvpn' ([3d5723d](3d5723d))
* **config:** configurable distinction between server and client services ([18c4c4a](18c4c4a))
* **config:** script-security is a common option ([b1b482c](b1b482c))
* **config:** set tls-auth and tls-crypt independentyl of ta_content ([d3787b6](d3787b6))
* **config:** sub-mappings for client and server ([b30b23d](b30b23d))
* **config.sls:** fix `salt-lint` errors ([1b3f7f6](1b3f7f6))
* **debian-ish:** root owns the logs ([3276d3b](3276d3b))
* **dhparams:** allow generating Diffie Hellman parameters on Windows ([3802024](3802024))
* **fedora:** honor working directory & service name ([4f8e899](4f8e899))
* **freebsd:** load if_tap module ([d63581a](d63581a))
* **ifconfig_pool_persist.sls:** fix `salt-lint` errors ([6969083](6969083))
* **jinja:** don't call pillar.get ([33b98f5](33b98f5))
* **logging:** set replace=False and add dependencies for log files ([9b71fcf](9b71fcf))
* **macros:** use openvpn/macros.jinja ([637387e](637387e))
* **map.jinja:** fix `salt-lint` errors ([eabfc57](eabfc57))
* **network_manager_networks:** properly override port ([1d58ec6](1d58ec6))
* **network_manager_networks:** reduced pillar.get calls ([7ee9eed](7ee9eed))
* **release.config.js:** use full commit hash in commit link [skip ci] ([81d922d](81d922d))
* **repo:** provide EPEL repo configuration for `Amazon Linux-2` ([bfb29bd](bfb29bd))
* **service:** make sure the now obsolete systemd services are disabled ([2dfae46](2dfae46))
* **service:** removed trailing whitespace ([85d2458](85d2458))
* **service:** stop old service only if name is different to new service ([1724dfd](1724dfd)), closes [saltstack-formulas#119](https://github.com/myii/openvpn-formula/issues/119)
* **service:** use OS-specific service name in multi-service setups ([b16756c](b16756c))
* **specs:** use boolean operator ([89fa956](89fa956))
* **tap-adapter.ps1:** work with alternate name `Local Area Connection` ([372b3b6](372b3b6))
* **test:** drop ' then$' ([62c2f70](62c2f70))
* **test:** dropped redundant permission checks ([9c3ea71](9c3ea71))

### Continuous Integration

* **cleanup:** dropped obsolete opensuse-leap-15 workaround ([1e1719d](1e1719d))
* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([ed6b7f0](ed6b7f0))
* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([0aa9fd6](0aa9fd6))
* **github:** add Windows testing using Actions ([2d4b79c](2d4b79c))
* **gitlab:** test `semantic-release` back to GitHub ([6dcf159](6dcf159))
* **gitlab:** use GitLab CI as Travis CI replacement ([c9e4a8c](c9e4a8c))
* **kitchen:** add kitchen file + testinfra ([9c5ee26](9c5ee26))
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([6eb1b44](6eb1b44))
* **kitchen:** change `log_level` to `debug` instead of `info` ([e94c9ba](e94c9ba))
* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([b76dcc9](b76dcc9))
* **kitchen:** rename pillar ([4122fc0](4122fc0))
* **kitchen:** test/config/pillars: add jinja for user on debian >= 9 ([3c7f947](3c7f947))
* **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:** use `saltimages` Docker Hub where available [skip ci] ([740ba4e](740ba4e))
* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([0db9651](0db9651))
* **kitchen+travis:** modify matrix to include `develop` platform ([91b5798](91b5798))
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([9e7aa34](9e7aa34))
* **kitchen+travis:** replace EOL pre-salted images ([2577535](2577535))
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([4eb9d3b](4eb9d3b))
* **platform:** add `arch-base-latest` (commented out for now) [skip ci] ([75d7aaa](75d7aaa))
* **pre-commit:** add to formula [skip ci] ([95bbd5e](95bbd5e))
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([92e02f2](92e02f2))
* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([44e040d](44e040d))
* avoid `init_environment` failing due to saltstack/salt[#57628](https://github.com/myii/openvpn-formula/issues/57628) ([398932b](398932b))
* **specs:** increased readability ([b2c9cf1](b2c9cf1))
* **test data:** moved Pillar test data ([2fff1ee](2fff1ee))
* **testing:** added bin/kitchen ([15bea7b](15bea7b))
* **travis:** add notifications => zulip [skip ci] ([80930cd](80930cd))
* **travis:** apply changes from build config validation [skip ci] ([ea3336a](ea3336a))
* **travis:** exclude Fedora 29 from Travis CI ([4a1f9ed](4a1f9ed))
* **travis:** merge `rubocop` linter into main `lint` job ([9f82955](9f82955))
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([bb43f31](bb43f31))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([667bc1f](667bc1f))
* **travis:** run `shellcheck` during lint job [skip ci] ([9d63e36](9d63e36))
* **travis:** test based on template-formula and [saltstack-formulas#98](https://github.com/myii/openvpn-formula/issues/98) ([b9daf9b](b9daf9b))
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([d465b4f](d465b4f))
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([4099f15](4099f15))
* **travis:** use build config validation (beta) [skip ci] ([d2f7fe2](d2f7fe2))
* **workflows/commitlint:** add to repo [skip ci] ([5900915](5900915))
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([d7f1607](d7f1607))
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([70dab6c](70dab6c))
* **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([a437b3b](a437b3b))
* use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([5e02797](5e02797))

### Documentation

* add steps required for testing using Vagrant ([0229d14](0229d14))
* **contributing:** remove to use org-level file instead [skip ci] ([8703eb5](8703eb5))
* **pillar.example:** update with quoted "yes" for comp-lzo ([1b49b24](1b49b24))
* **readme:** update link to `CONTRIBUTING` [skip ci] ([a72049f](a72049f))

### Features

* **auth_gen_token:** support for auth-gen-token ([333edd7](333edd7))
* **auth_nocache:** support for auth-nocache ([c21b7f5](c21b7f5))
* **syslog:** support for syslog ([24b370c](24b370c))
* **yamllint:** include for this repo and apply rules throughout ([4355ac6](4355ac6))

### Performance Improvements

* **travis:** improve `salt-lint` invocation [skip ci] ([26838e5](26838e5))

### Tests

* **map:** verify `map.jinja` dump using `_mapdata` state ([ecac1b1](ecac1b1))
* add test for auth-nocache option ([79c1055](79c1055))
* **kitchen:** debian and ubuntu use different paths now ([dfd784e](dfd784e))
* **pillar:** set 'status' to fix kitchen tests ([07bb5b6](07bb5b6))
* **windows:** add local testing of Windows using Vagrant/Virtualbox ([96c3001](96c3001))
  • Loading branch information
semantic-release-bot committed Dec 5, 2020
1 parent 6dcf159 commit b7751ad
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 1 deletion.
114 changes: 114 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,119 @@
# Changelog

# [1.14.0](https://github.com/myii/openvpn-formula/compare/v1.13.0...v1.14.0) (2020-12-05)


### Bug Fixes

* **adapters:** call `adapters.sls` in `init.sls` ([3ebcbe9](https://github.com/myii/openvpn-formula/commit/3ebcbe93f8245fb435c3e9af91853930683e16b1))
* **auth_nocache:** fix typo in client template ([c8f0971](https://github.com/myii/openvpn-formula/commit/c8f0971d148be9efb8405ff7eef5bbe4eeae9ea8)), closes [#125](https://github.com/myii/openvpn-formula/issues/125)
* **centos:** install OpenSSL on CentOS ([7e4c8d6](https://github.com/myii/openvpn-formula/commit/7e4c8d6719eff5610a55c04a5b042a44726d553d))
* **centos-6:** has only _one_ service 'openvpn' ([3d5723d](https://github.com/myii/openvpn-formula/commit/3d5723d385174b9b05d720112e4f4c35654dee58))
* **config:** configurable distinction between server and client services ([18c4c4a](https://github.com/myii/openvpn-formula/commit/18c4c4a11c98409ac3dba1ef0fc8b88785c853ba))
* **config:** script-security is a common option ([b1b482c](https://github.com/myii/openvpn-formula/commit/b1b482cda8867025a88ea4660e7cc59f792e0435))
* **config:** set tls-auth and tls-crypt independentyl of ta_content ([d3787b6](https://github.com/myii/openvpn-formula/commit/d3787b63d28fd11eb3692c75e312704d2a48f66c))
* **config:** sub-mappings for client and server ([b30b23d](https://github.com/myii/openvpn-formula/commit/b30b23dfdcb68a0f904c3a8643c7846d4b61b5f0))
* **config.sls:** fix `salt-lint` errors ([1b3f7f6](https://github.com/myii/openvpn-formula/commit/1b3f7f6aa70072f2c895c9430deaa6b05459c2ad))
* **debian-ish:** root owns the logs ([3276d3b](https://github.com/myii/openvpn-formula/commit/3276d3bc82499da9174d95d4bb8cdaa1fcd0e387))
* **dhparams:** allow generating Diffie Hellman parameters on Windows ([3802024](https://github.com/myii/openvpn-formula/commit/3802024a69d5e4008d192084d10858511f3dca4d))
* **fedora:** honor working directory & service name ([4f8e899](https://github.com/myii/openvpn-formula/commit/4f8e8992a8691d215d65fc1757cb66c3b4ca30bf))
* **freebsd:** load if_tap module ([d63581a](https://github.com/myii/openvpn-formula/commit/d63581a37a4033be2db886669401a1115bdf5c50))
* **ifconfig_pool_persist.sls:** fix `salt-lint` errors ([6969083](https://github.com/myii/openvpn-formula/commit/6969083052cf6c35f1f0decddb8917fe385438e7))
* **jinja:** don't call pillar.get ([33b98f5](https://github.com/myii/openvpn-formula/commit/33b98f53cb4d235235b4ecbfcad4181b1e2df14e))
* **logging:** set replace=False and add dependencies for log files ([9b71fcf](https://github.com/myii/openvpn-formula/commit/9b71fcfb3eeff41745000d71a385c71fd85cceab))
* **macros:** use openvpn/macros.jinja ([637387e](https://github.com/myii/openvpn-formula/commit/637387ec5d15917708c5ccb71b947c73df2e870c))
* **map.jinja:** fix `salt-lint` errors ([eabfc57](https://github.com/myii/openvpn-formula/commit/eabfc57ea9794c351e120d9b7b6d469d50008597))
* **network_manager_networks:** properly override port ([1d58ec6](https://github.com/myii/openvpn-formula/commit/1d58ec6d708a80066e7334505a0fc07cb8d3c607))
* **network_manager_networks:** reduced pillar.get calls ([7ee9eed](https://github.com/myii/openvpn-formula/commit/7ee9eed4f2cb0fd0a260e5c5f99eabfadd0432c4))
* **release.config.js:** use full commit hash in commit link [skip ci] ([81d922d](https://github.com/myii/openvpn-formula/commit/81d922d7a3053c309e0e8f965825063df576921e))
* **repo:** provide EPEL repo configuration for `Amazon Linux-2` ([bfb29bd](https://github.com/myii/openvpn-formula/commit/bfb29bd57fc74907bd6eeb8899cc8ec2f2d856ec))
* **service:** make sure the now obsolete systemd services are disabled ([2dfae46](https://github.com/myii/openvpn-formula/commit/2dfae465fc87ba06f37710f919bdaf3ce18732c9))
* **service:** removed trailing whitespace ([85d2458](https://github.com/myii/openvpn-formula/commit/85d24580c6ad68c8d6f9db5bc47fa52674989773))
* **service:** stop old service only if name is different to new service ([1724dfd](https://github.com/myii/openvpn-formula/commit/1724dfd683d2d2d9c1d0e1a37f31123a922fda03)), closes [#119](https://github.com/myii/openvpn-formula/issues/119)
* **service:** use OS-specific service name in multi-service setups ([b16756c](https://github.com/myii/openvpn-formula/commit/b16756cb018baed16fe45df0645d4f7c92ed7a6f))
* **specs:** use boolean operator ([89fa956](https://github.com/myii/openvpn-formula/commit/89fa95614cf07d4fa0ec174ee9665673dc3ad325))
* **tap-adapter.ps1:** work with alternate name `Local Area Connection` ([372b3b6](https://github.com/myii/openvpn-formula/commit/372b3b6d80ef5ede742961bca44d726d16249646))
* **test:** drop ' then$' ([62c2f70](https://github.com/myii/openvpn-formula/commit/62c2f70b92bbbbc4991009a39c48fd89a47bf561))
* **test:** dropped redundant permission checks ([9c3ea71](https://github.com/myii/openvpn-formula/commit/9c3ea716042a2e00fba7c2bcfac78e8ecbbda188))


### Continuous Integration

* **cleanup:** dropped obsolete opensuse-leap-15 workaround ([1e1719d](https://github.com/myii/openvpn-formula/commit/1e1719d84d7149dd3d83e07d8331dce55b9d8398))
* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([ed6b7f0](https://github.com/myii/openvpn-formula/commit/ed6b7f0c0d6a9171eadca2ffbc3682e24a3e346b))
* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([0aa9fd6](https://github.com/myii/openvpn-formula/commit/0aa9fd6d93533d824f4c6d144474d6721dd1bca6))
* **github:** add Windows testing using Actions ([2d4b79c](https://github.com/myii/openvpn-formula/commit/2d4b79c5f8afe73eeeef187e63d9613bbf7bd793))
* **gitlab:** test `semantic-release` back to GitHub ([6dcf159](https://github.com/myii/openvpn-formula/commit/6dcf1592ace9e4d798c177bd5b547251bb019422))
* **gitlab:** use GitLab CI as Travis CI replacement ([c9e4a8c](https://github.com/myii/openvpn-formula/commit/c9e4a8cbdf778ba3dd91b3a9c98b6e97a7b8cf24))
* **kitchen:** add kitchen file + testinfra ([9c5ee26](https://github.com/myii/openvpn-formula/commit/9c5ee269dd9a5ee40cd69a30ab1903ad430aebdb))
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([6eb1b44](https://github.com/myii/openvpn-formula/commit/6eb1b4437df9e2b8bb3171f8811bcf1d091113d9))
* **kitchen:** change `log_level` to `debug` instead of `info` ([e94c9ba](https://github.com/myii/openvpn-formula/commit/e94c9ba56865333e8ec848f9fbcebbab72910932))
* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([b76dcc9](https://github.com/myii/openvpn-formula/commit/b76dcc9d737286202280525012181e971bbafb9d))
* **kitchen:** rename pillar ([4122fc0](https://github.com/myii/openvpn-formula/commit/4122fc0e02715959a219c2217e5d4cdaae265cfe))
* **kitchen:** test/config/pillars: add jinja for user on debian >= 9 ([3c7f947](https://github.com/myii/openvpn-formula/commit/3c7f947a94c2d043f9c36bfc882b1f36aedaa873))
* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([83e00e1](https://github.com/myii/openvpn-formula/commit/83e00e1c4d64e86f79b2fa9cb6e8be0490cdb83e))
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([06a09f2](https://github.com/myii/openvpn-formula/commit/06a09f29e187f9b01865b582eff944c30e294302))
* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([740ba4e](https://github.com/myii/openvpn-formula/commit/740ba4e80e01a724b7833ee6b3d7e66740ced795))
* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([0db9651](https://github.com/myii/openvpn-formula/commit/0db9651a1a10f16ec7babed8c5031d925b84be12))
* **kitchen+travis:** modify matrix to include `develop` platform ([91b5798](https://github.com/myii/openvpn-formula/commit/91b579823fab95bc6148aa7084f48e1f8f08764e))
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([9e7aa34](https://github.com/myii/openvpn-formula/commit/9e7aa34a499b30eab737295ae4649e510365deab))
* **kitchen+travis:** replace EOL pre-salted images ([2577535](https://github.com/myii/openvpn-formula/commit/25775355c11cec61ec58dee9a1459f6a97cbfc66))
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([4eb9d3b](https://github.com/myii/openvpn-formula/commit/4eb9d3bed2df51360822db639c2085414bfc13e3))
* **platform:** add `arch-base-latest` (commented out for now) [skip ci] ([75d7aaa](https://github.com/myii/openvpn-formula/commit/75d7aaae13bc721f0c3bc3dd391b4b13564c425f))
* **pre-commit:** add to formula [skip ci] ([95bbd5e](https://github.com/myii/openvpn-formula/commit/95bbd5eee34dd7ae36642ea38f2fc388c385cb30))
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([92e02f2](https://github.com/myii/openvpn-formula/commit/92e02f2b549ed599786bb08562dc4bc60df84c49))
* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([44e040d](https://github.com/myii/openvpn-formula/commit/44e040d3a143c7d3a2ad6805ae1f42e261bb7f32))
* avoid `init_environment` failing due to saltstack/salt[#57628](https://github.com/myii/openvpn-formula/issues/57628) ([398932b](https://github.com/myii/openvpn-formula/commit/398932b8332b701b6a1430018629d097b2f41155))
* **specs:** increased readability ([b2c9cf1](https://github.com/myii/openvpn-formula/commit/b2c9cf165ae0ad63d745533704d7c0be74540c60))
* **test data:** moved Pillar test data ([2fff1ee](https://github.com/myii/openvpn-formula/commit/2fff1eeb9a7e77b45b7f69f6a2799a650d90b923))
* **testing:** added bin/kitchen ([15bea7b](https://github.com/myii/openvpn-formula/commit/15bea7b1755ec334c1a0d91a3f7c0827321a4b94))
* **travis:** add notifications => zulip [skip ci] ([80930cd](https://github.com/myii/openvpn-formula/commit/80930cdb479fb9f2eef7a0044b93e08fabb1d804))
* **travis:** apply changes from build config validation [skip ci] ([ea3336a](https://github.com/myii/openvpn-formula/commit/ea3336af6f3657d24c0657173f07ed224140a46b))
* **travis:** exclude Fedora 29 from Travis CI ([4a1f9ed](https://github.com/myii/openvpn-formula/commit/4a1f9ed11112ee3ce2dd483bde1a83caa1a22794))
* **travis:** merge `rubocop` linter into main `lint` job ([9f82955](https://github.com/myii/openvpn-formula/commit/9f82955081169661780b8a236c1b20da15bf9aa2))
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([bb43f31](https://github.com/myii/openvpn-formula/commit/bb43f31450ccb48601ef61620a42c9904c502e0d))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([667bc1f](https://github.com/myii/openvpn-formula/commit/667bc1f04b7e96bd2c5cdce8a91d76552d34c884))
* **travis:** run `shellcheck` during lint job [skip ci] ([9d63e36](https://github.com/myii/openvpn-formula/commit/9d63e36fa618df6d966ad1278bfa64153db0a9fe))
* **travis:** test based on template-formula and [#98](https://github.com/myii/openvpn-formula/issues/98) ([b9daf9b](https://github.com/myii/openvpn-formula/commit/b9daf9bb06b9f6c9b89adcfa7b26845a9f3493bb))
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([d465b4f](https://github.com/myii/openvpn-formula/commit/d465b4f6063ab78864cf2f25a26c339e74b64c18))
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([4099f15](https://github.com/myii/openvpn-formula/commit/4099f15a1440bf7d9dfde707137593d9cf495d02))
* **travis:** use build config validation (beta) [skip ci] ([d2f7fe2](https://github.com/myii/openvpn-formula/commit/d2f7fe24a19033b8db907be89f184b26b128b326))
* **workflows/commitlint:** add to repo [skip ci] ([5900915](https://github.com/myii/openvpn-formula/commit/5900915e5b86cdad1fdca9163873e1fd9ee44f98))
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([d7f1607](https://github.com/myii/openvpn-formula/commit/d7f1607118c007de79be0fe64be9506079d5240f))
* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([70dab6c](https://github.com/myii/openvpn-formula/commit/70dab6c4ee9d9d69f80c81ae314df0d97c79114e))
* **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([a437b3b](https://github.com/myii/openvpn-formula/commit/a437b3b4e04267f7b8eeb5bd47509fa5b51d85f7))
* use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([5e02797](https://github.com/myii/openvpn-formula/commit/5e02797e8d4ba6257838d3b1b2f63c9ac6128213))


### Documentation

* add steps required for testing using Vagrant ([0229d14](https://github.com/myii/openvpn-formula/commit/0229d1446f89d0ebe44f70b1834a0a9aa8cb68e1))
* **contributing:** remove to use org-level file instead [skip ci] ([8703eb5](https://github.com/myii/openvpn-formula/commit/8703eb50a6ea7505716b2350e34b88f894a4e725))
* **pillar.example:** update with quoted "yes" for comp-lzo ([1b49b24](https://github.com/myii/openvpn-formula/commit/1b49b24aa380edd52170b6234151dadf416f1a10))
* **readme:** update link to `CONTRIBUTING` [skip ci] ([a72049f](https://github.com/myii/openvpn-formula/commit/a72049f738005c95548db7e3b87847d8ce741eda))


### Features

* **auth_gen_token:** support for auth-gen-token ([333edd7](https://github.com/myii/openvpn-formula/commit/333edd7ac836b3e510124642df32361a548a6213))
* **auth_nocache:** support for auth-nocache ([c21b7f5](https://github.com/myii/openvpn-formula/commit/c21b7f52cc0ce24c96cf1b9173a9fda9e3eb7ae7))
* **syslog:** support for syslog ([24b370c](https://github.com/myii/openvpn-formula/commit/24b370ccac24a0905d00e1706db480878b400383))
* **yamllint:** include for this repo and apply rules throughout ([4355ac6](https://github.com/myii/openvpn-formula/commit/4355ac6413e0c3284fc2be08abb183552b3a2bf3))


### Performance Improvements

* **travis:** improve `salt-lint` invocation [skip ci] ([26838e5](https://github.com/myii/openvpn-formula/commit/26838e5ccd0400390bb3a2eb29741d36a8992ac3))


### Tests

* **map:** verify `map.jinja` dump using `_mapdata` state ([ecac1b1](https://github.com/myii/openvpn-formula/commit/ecac1b107f8a5309b803cb7fe41d1802b427b5fe))
* add test for auth-nocache option ([79c1055](https://github.com/myii/openvpn-formula/commit/79c10556dee2431d93ce9d678d002ec1036d219b))
* **kitchen:** debian and ubuntu use different paths now ([dfd784e](https://github.com/myii/openvpn-formula/commit/dfd784e3653dba1b26b055d2cf5afc80dc58a75f))
* **pillar:** set 'status' to fix kitchen tests ([07bb5b6](https://github.com/myii/openvpn-formula/commit/07bb5b63d454dd95b136b2dcabf7e9eda37b4112))
* **windows:** add local testing of Windows using Vagrant/Virtualbox ([96c3001](https://github.com/myii/openvpn-formula/commit/96c300125dfa86c67d14e09f772b453eddde7c84))

## [0.16.4](https://github.com/saltstack-formulas/openvpn-formula/compare/v0.16.3...v0.16.4) (2020-10-30)


Expand Down
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: template
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS
version: 0.16.4
version: 1.14.0
release: 1
minimum_version: 2018.3
summary: OpenVPN formula
Expand Down

0 comments on commit b7751ad

Please sign in to comment.