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