1.0.0 (2025-01-27)
Features
- add etcd storage (d68c47a)
- Add raft backed support (2334138)
- add support for AlmaLinux (04caf06)
- add support for AmazonLinux (15a6774)
- add support for debian 12 (7720ead)
- add support for EL9 distros (b7e27aa)
- add support for installing vault plugins (37caf93)
- add support for the current versions of debian/ubuntu (438493a)
- add vault log to file with vault_enable_log (a7b7646)
- ci: auto discover molecule scenarios (ee2d820)
- GHA: add commitlint and semrel (#362) (d5bae97)
- plugins: support using token from vault cli token helper (4c61eb3)
- seal: add support for ocikms (eea06b9)
- support Fedora (1def881)
- testing: add molecule scenarios for all of the platforms that the role supports (38b2d40)
Bug Fixes
- amazonlinux 2022 repo (ca78fd0)
- amazonlinux repo (4dc2170)
- applying PR#302 comments (d7389f5)
- ci: failing legacy platforms and delegation issues. (#321) (6a18b80)
- ci: ignore examples dir in ansible lint (#327) (0f9d34c)
- correct vault group in goss tests (446859b)
- distro versions in readme (c7bfd0e)
- indentation of vault config file (7e8aa3f)
- jinja2 linting (0cac363)
- lint: Templated files should use template instead of copy (aa43735)
- only set client_ca_file for tcp listener when defined (a7a314c)
- pkcs11: jinja whitespace (b872b09)
- remove debian 12 since it's a prerelease (c3cd9e7)
- remove vault_tls_prefer_server_cipher_suites (fa5a7e6)
- remove vault_tls_prefer_server_cipher_suites defaults (c7dcf03)
- replace deprecated include with include_tasks (6e3e032)
- resolve deprecation warnings and move become flag to required resources (c404967)
- risky-file-permissions (3729dbf)
- semrel: fix branch (#363) (ec91b6c)
- semrel: fix branch (#364) (2c87dd4)
- set vault_os_packages for RedHat (293f7ad)
- shameless self plug (f2be6f9)
- smerel: bump changelog to 8.0.0 (#365) (7e2fded)
- systemd unit option
ConditionFileExists
(12d294d) - tasks that check if vault is installed shouldn't be handlers (60c7478)
- template can't write content to file (8940571)
- temporarily disable overly strict lint rule (5695e34)
- use AmbientCapabilities only when systemd version is >= 230 (6c15be4), closes /github.com/systemd/systemd/blob/8f968c7321be09e7a41b29a0d5d2d2c13ee7ded1/NEWS#L1357 brianshumate/ansible-vault#67
Reverts
- Revert "Replace server variable with inventory_hostname in raft configuration" (b798fdd)