Releases: nusenu/ansible-relayor
Releases · nusenu/ansible-relayor
relayor v21.1.0
changes since relayor v21.0.1
- generate ContactInfo v2 proof files for easy publishing (if enabled via variable
tor_gen_ciiss_proof_files
) - update apt cache if it is older than one day before installing dependencies (patch by @tsekityam) #219 #220
- increase min. ansible version 2.9.13 -> 2.9.23
- increase min. tor version 0.3.5 -> 0.4.5
- Debian 11, FreeBSD 13 and OpenBSD 6.9 are supported
- kitchen.yml: add debian-11 and Freebsd 13 platforms and remove fedora/centos
relayor v21.0.1
relayor v21.0.0
changes since relayor v20.1.0
- replace the expired GPG signing key used for debian packages from deb.torproject.org
- it is now fetched directly from the authoritative source (https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc) to avoid expiring GPG keys in the future
- update tor_alpha_version 0.4.4.x -> 0.4.5.x
- FreeBSD 12.2 is supported
- OpenBSD 6.8 is supported
The ansible-relayor signing key has been updated
https://keys.openpgp.org/search?q=A7B5DB91CE04C9E0BE66446B8CBE52BD4D705DE9
relayor v20.1.0
changes since v20.0.2:
- bugfix: restart tor instead of reloading it when the configuration changed (reloading is not supported by tor in all cases) (#189)
- make
tor_ContactInfo
variable mandatory - update tor alpha version: 0.4.3 -> 0.4.4
- add support for FreeBSD 11.4 (drop 11.3)
- increase min. ansible version from 2.9.7 to 2.9.12
relayor v20.0.2
changes since v20.0.1
- increase min supported tor version 0.2.9 -> 0.3.5
- increase min. ansible version from 2.9.1 to 2.9.7
- add support for OpenBSD 6.7
- add support for Ubuntu 20.04 (drop 18.04)
- add example playbook to README (#210)
relayor v20.0.1
changes since v20.0.0:
- update tor alpha version: 0.4.2 -> 0.4.3
relayor v20.0.0
changes since relayor v19.1.7:
- add support for per-instance exit policies (#186)
- kitchen: update platform strings in test/integration/default/vars/exit-conf for t-mixed kitchen playbooks
relayor v19.1.7
changes since relayor v19.0.0:
OS support
- added:
- Debian 10
- OpenBSD 6.6
- FreeBSD 12.1
- removed support for CentOS and Fedora (b605539)
Requirements
- increase min. tor version to 0.3.5.x (from 0.2.9.x)
- increase min. ansible version to 2.9.1
Misc
- README: move "Reporting Security Bugs" section into separate SECURITY.md file
- Update tor_dnsresolver_blacklist (e88caa6)
- fix broken URLs in the tor-exit-notice HTML file
test kitchen/ansible-lint/travis-ci
- show file diff in kitchen ansible output
- fix multiple ansible-lint warnings (#193)
- add Travis CI config with ansible-lint check
relayor v19.1.6
relayor v19.1.6 release
relayor v19.0.0
changes since relayor v18.1.1:
- torrc:
- enable tor's Sandbox feature by default on Ubuntu (where it was previously disabled as a workaround for #160 )
- don't set tor RelayBandwidthBurst if the input field is empty
- increase tor_alpha_version 0.3.4.x -> 0.4.0.x
- increase min ansible version 2.6.2 -> 2.7.8
- add support for OpenBSD 6.4
- add support for FreeBSD 12 (drop 10.x)
- README: mark CentOS/Fedora as currently broken due to upstream package issues #185
- test-kitchen:
- add OpenBSD support
- add guard-alpha test-suite