Skip to content

Releases: saltstack-formulas/openvpn-formula

v0.14.2

06 Sep 21:13
Compare
Choose a tag to compare

0.14.2 (2019-09-06)

Documentation

  • pillar.example: update with quoted "yes" for comp-lzo (1b49b24)

v0.14.1

01 Sep 12:18
Compare
Choose a tag to compare

0.14.1 (2019-09-01)

Bug Fixes

  • config: configurable distinction between server and client services (18c4c4a)
  • config: sub-mappings for client and server (b30b23d)
  • service: make sure the now obsolete systemd services are disabled (2dfae46)
  • service: removed trailing whitespace (85d2458)
  • test: drop ' then$' (62c2f70)
  • test: dropped redundant permission checks (9c3ea71)

Continuous Integration

  • kitchen+travis: replace EOL pre-salted images (2577535)

Tests

  • kitchen: debian and ubuntu use different paths now (dfd784e)
  • pillar: set 'status' to fix kitchen tests (07bb5b6)

v0.14.0

15 Aug 17:55
Compare
Choose a tag to compare

0.14.0 (2019-08-15)

Bug Fixes

  • network_manager_networks: properly override port (1d58ec6)
  • network_manager_networks: reduced pillar.get calls (7ee9eed)

Features

  • yamllint: include for this repo and apply rules throughout (4355ac6)

v0.13.1

19 Jul 03:47
Compare
Choose a tag to compare

0.13.1 (2019-07-19)

Bug Fixes

  • centos: install OpenSSL on CentOS (7e4c8d6)
  • centos-6: has only one service 'openvpn' (3d5723d)
  • config: script-security is a common option (b1b482c)
  • config: set tls-auth and tls-crypt independentyl of ta_content (d3787b6)
  • debian-ish: root owns the logs (3276d3b)
  • fedora: honor working directory & service name (4f8e899)
  • freebsd: load if_tap module (d63581a)
  • jinja: don't call pillar.get (33b98f5)
  • logging: set replace=False and add dependencies for log files (9b71fcf)
  • macros: use openvpn/macros.jinja (637387e)
  • service: use OS-specific service name in multi-service setups (b16756c)
  • specs: use boolean operator (89fa956)

Continuous Integration

  • cleanup: dropped obsolete opensuse-leap-15 workaround (1e1719d)
  • kitchen: add kitchen file + testinfra (9c5ee26)
  • kitchen: rename pillar (4122fc0)
  • kitchen: test/config/pillars: add jinja for user on debian >= 9 (3c7f947)
  • kitchen+travis: modify matrix to include develop platform (91b5798)
  • specs: increased readability (b2c9cf1)
  • test data: moved Pillar test data (2fff1ee)
  • testing: added bin/kitchen (15bea7b)
  • travis: exclude Fedora 29 from Travis CI (4a1f9ed)
  • travis: test based on template-formula and #98 (b9daf9b)

v0.13.0

25 May 17:15
Compare
Choose a tag to compare
network_manager_networks: support OpenVPN's 'proto: tcp-client'