Skip to content

Commit 9be8bdf

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

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

CHANGELOG.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,62 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## 1.0.0 (2025-10-07)
6+
7+
### Features
8+
9+
* add etcd storage ([d68c47a](https://github.com/mariusbertram/ansible-vault/commit/d68c47af0aef1dcd297f7a01be155717cb164bb9))
10+
* Add raft backed support ([2334138](https://github.com/mariusbertram/ansible-vault/commit/2334138e10560aa81e6480ff43364e19d034463f))
11+
* add support for AlmaLinux ([04caf06](https://github.com/mariusbertram/ansible-vault/commit/04caf067e231a5efbd55667df6f730fc221b1911))
12+
* add support for AmazonLinux ([15a6774](https://github.com/mariusbertram/ansible-vault/commit/15a677441f568d5d2d148dc7cc20f83b6c0192f6))
13+
* add support for debian 12 ([7720ead](https://github.com/mariusbertram/ansible-vault/commit/7720eadc3b38402d1e86f4da22e7d6eb2c634caf))
14+
* add support for EL9 distros ([b7e27aa](https://github.com/mariusbertram/ansible-vault/commit/b7e27aac402c950abf4c580e1e42b56cf699798f))
15+
* add support for installing vault plugins ([37caf93](https://github.com/mariusbertram/ansible-vault/commit/37caf93cf06e7e503191baaf5ea93681addcbde8))
16+
* add support for the current versions of debian/ubuntu ([438493a](https://github.com/mariusbertram/ansible-vault/commit/438493aac7b5ae4e911d1d9fe13a40897bff4c42))
17+
* add vault log to file with vault_enable_log ([a7b7646](https://github.com/mariusbertram/ansible-vault/commit/a7b76466e1c2949c28f2db0d935d8a2e8a82d419))
18+
* **ci:** auto discover molecule scenarios ([ee2d820](https://github.com/mariusbertram/ansible-vault/commit/ee2d8202bc79cfb5d7c1d480056bca6a42bf5b6f))
19+
* **GHA:** add commitlint and semrel ([#362](https://github.com/mariusbertram/ansible-vault/issues/362)) ([d5bae97](https://github.com/mariusbertram/ansible-vault/commit/d5bae97c79a783b2b7044d3b166dd2f0495666e9))
20+
* **plugins:** support using token from vault cli token helper ([4c61eb3](https://github.com/mariusbertram/ansible-vault/commit/4c61eb320cd428476028778523bf3eec08e2e1c2))
21+
* **seal:** add support for ocikms ([eea06b9](https://github.com/mariusbertram/ansible-vault/commit/eea06b9626f2764204bc3b3b265c04b0e7a6da40))
22+
* support Fedora ([1def881](https://github.com/mariusbertram/ansible-vault/commit/1def881da27a90150a0bf2f9b54433b26823dbed))
23+
* **testing:** add molecule scenarios for all of the platforms that the role supports ([38b2d40](https://github.com/mariusbertram/ansible-vault/commit/38b2d40afc167276b2e6375be28de7de607c81b6))
24+
25+
### Bug Fixes
26+
27+
* amazonlinux 2022 repo ([ca78fd0](https://github.com/mariusbertram/ansible-vault/commit/ca78fd06d5a9a546470ff9a678f534a290f97dd3))
28+
* amazonlinux repo ([4dc2170](https://github.com/mariusbertram/ansible-vault/commit/4dc2170526f79f585bd8755c7b59d539950a8fa8))
29+
* applying PR[#302](https://github.com/mariusbertram/ansible-vault/issues/302) comments ([d7389f5](https://github.com/mariusbertram/ansible-vault/commit/d7389f575d778ed59597a21735db9774290393cb))
30+
* **ci:** failing legacy platforms and delegation issues. ([#321](https://github.com/mariusbertram/ansible-vault/issues/321)) ([6a18b80](https://github.com/mariusbertram/ansible-vault/commit/6a18b8043cc7b64d3f9a9c095f3e473e615c9354))
31+
* **ci:** ignore examples dir in ansible lint ([#327](https://github.com/mariusbertram/ansible-vault/issues/327)) ([0f9d34c](https://github.com/mariusbertram/ansible-vault/commit/0f9d34ce4eaf7ed82c78b103f7f0aca4621b9d40))
32+
* correct vault group in goss tests ([446859b](https://github.com/mariusbertram/ansible-vault/commit/446859ba8d4e42e0e86e2b07b178654696a87deb))
33+
* distro versions in readme ([c7bfd0e](https://github.com/mariusbertram/ansible-vault/commit/c7bfd0ecf2721842e9f5c34272bab5582f49cee1))
34+
* indentation of vault config file ([7e8aa3f](https://github.com/mariusbertram/ansible-vault/commit/7e8aa3fa58e272bcefd5c9dc3d64cc15d02abc12))
35+
* jinja2 linting ([0cac363](https://github.com/mariusbertram/ansible-vault/commit/0cac3639dfe84a3db0aa8a7c02b152847c0c1dba))
36+
* **lint:** Templated files should use template instead of copy ([aa43735](https://github.com/mariusbertram/ansible-vault/commit/aa437354db200459e5adbf92ddf6f1ce4963f17c))
37+
* only set client_ca_file for tcp listener when defined ([a7a314c](https://github.com/mariusbertram/ansible-vault/commit/a7a314c992f72e04d3847a6a11326ca6dfd36a76))
38+
* **pkcs11:** jinja whitespace ([b872b09](https://github.com/mariusbertram/ansible-vault/commit/b872b09ebc754bc13515e5832225540b0cf47df6))
39+
* remove debian 12 since it's a prerelease ([c3cd9e7](https://github.com/mariusbertram/ansible-vault/commit/c3cd9e72da283a30dcf8a2c885c83a8e177d0459))
40+
* remove vault_tls_prefer_server_cipher_suites ([fa5a7e6](https://github.com/mariusbertram/ansible-vault/commit/fa5a7e613bc2f11b59e65b97ce55c4db429f0b2a))
41+
* remove vault_tls_prefer_server_cipher_suites defaults ([c7dcf03](https://github.com/mariusbertram/ansible-vault/commit/c7dcf0312318e68fdf6ef44ecf7717551b777509))
42+
* replace deprecated include with include_tasks ([6e3e032](https://github.com/mariusbertram/ansible-vault/commit/6e3e032a1271744712249530cbf10391e3828d47))
43+
* resolve deprecation warnings and move become flag to required resources ([c404967](https://github.com/mariusbertram/ansible-vault/commit/c404967af422cc63a946c35992efcf617d4bd1f1))
44+
* risky-file-permissions ([3729dbf](https://github.com/mariusbertram/ansible-vault/commit/3729dbfcd584f9fb9fcbfea935da33efa1f059e0))
45+
* **semrel:** fix branch ([#363](https://github.com/mariusbertram/ansible-vault/issues/363)) ([ec91b6c](https://github.com/mariusbertram/ansible-vault/commit/ec91b6ca1bc61444be0cf8b916ba4ebce6608962))
46+
* **semrel:** fix branch ([#364](https://github.com/mariusbertram/ansible-vault/issues/364)) ([2c87dd4](https://github.com/mariusbertram/ansible-vault/commit/2c87dd4a372defffa77670dab6ce00cbd3ae219d))
47+
* set vault_os_packages for RedHat ([293f7ad](https://github.com/mariusbertram/ansible-vault/commit/293f7ade4bff79b9d9eeda56c7edd0837ed49d17))
48+
* shameless self plug ([f2be6f9](https://github.com/mariusbertram/ansible-vault/commit/f2be6f990719820b92bca3f0571cd702bbb35382))
49+
* **smerel:** bump changelog to 8.0.0 ([#365](https://github.com/mariusbertram/ansible-vault/issues/365)) ([7e2fded](https://github.com/mariusbertram/ansible-vault/commit/7e2fdeddec3405756aae10f1dedcace4ba94779b))
50+
* systemd unit option `ConditionFileExists` ([12d294d](https://github.com/mariusbertram/ansible-vault/commit/12d294defd908b62c0d46f058db6768fe74fde99))
51+
* tasks that check if vault is installed shouldn't be handlers ([60c7478](https://github.com/mariusbertram/ansible-vault/commit/60c747887704d0a8e4a4983462623f09e162fc72))
52+
* template can't write content to file ([8940571](https://github.com/mariusbertram/ansible-vault/commit/894057188efa1510e42d7d5d9b68e785872278d6))
53+
* temporarily disable overly strict lint rule ([5695e34](https://github.com/mariusbertram/ansible-vault/commit/5695e34f96312341b791de4b32834ac189897ad0))
54+
* use AmbientCapabilities only when systemd version is >= 230 ([6c15be4](https://github.com/mariusbertram/ansible-vault/commit/6c15be46c94a6b1be02cd91ef83a42d256aa400d)), closes [/github.com/systemd/systemd/blob/8f968c7321be09e7a41b29a0d5d2d2c13ee7ded1/NEWS#L1357](https://github.com/mariusbertram//github.com/systemd/systemd/blob/8f968c7321be09e7a41b29a0d5d2d2c13ee7ded1/NEWS/issues/L1357) [brianshumate/ansible-vault#67](https://github.com/brianshumate/ansible-vault/issues/67)
55+
56+
### Reverts
57+
58+
* Revert "Replace server variable with inventory_hostname in raft configuration" ([b798fdd](https://github.com/mariusbertram/ansible-vault/commit/b798fddff83d953f81b40b4669f5a545af3eb722))
59+
160
## NEXT
261

362
- Add support for proxy configuration

0 commit comments

Comments
 (0)