Skip to content

Commit

Permalink
chore(release): version 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 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
semantic-release-bot committed Jan 22, 2025
1 parent 7e2fded commit 3421085
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,62 @@
# Changelog

All notable changes to this project will be documented in this file.

## 1.0.0 (2025-01-22)

### Features

* add etcd storage ([d68c47a](https://github.com/Axione/ansible-vault/commit/d68c47af0aef1dcd297f7a01be155717cb164bb9))
* Add raft backed support ([2334138](https://github.com/Axione/ansible-vault/commit/2334138e10560aa81e6480ff43364e19d034463f))
* add support for AlmaLinux ([04caf06](https://github.com/Axione/ansible-vault/commit/04caf067e231a5efbd55667df6f730fc221b1911))
* add support for AmazonLinux ([15a6774](https://github.com/Axione/ansible-vault/commit/15a677441f568d5d2d148dc7cc20f83b6c0192f6))
* add support for debian 12 ([7720ead](https://github.com/Axione/ansible-vault/commit/7720eadc3b38402d1e86f4da22e7d6eb2c634caf))
* add support for EL9 distros ([b7e27aa](https://github.com/Axione/ansible-vault/commit/b7e27aac402c950abf4c580e1e42b56cf699798f))
* add support for installing vault plugins ([37caf93](https://github.com/Axione/ansible-vault/commit/37caf93cf06e7e503191baaf5ea93681addcbde8))
* add support for the current versions of debian/ubuntu ([438493a](https://github.com/Axione/ansible-vault/commit/438493aac7b5ae4e911d1d9fe13a40897bff4c42))
* add vault log to file with vault_enable_log ([a7b7646](https://github.com/Axione/ansible-vault/commit/a7b76466e1c2949c28f2db0d935d8a2e8a82d419))
* **ci:** auto discover molecule scenarios ([ee2d820](https://github.com/Axione/ansible-vault/commit/ee2d8202bc79cfb5d7c1d480056bca6a42bf5b6f))
* **GHA:** add commitlint and semrel ([#362](https://github.com/Axione/ansible-vault/issues/362)) ([d5bae97](https://github.com/Axione/ansible-vault/commit/d5bae97c79a783b2b7044d3b166dd2f0495666e9))
* **plugins:** support using token from vault cli token helper ([4c61eb3](https://github.com/Axione/ansible-vault/commit/4c61eb320cd428476028778523bf3eec08e2e1c2))
* **seal:** add support for ocikms ([eea06b9](https://github.com/Axione/ansible-vault/commit/eea06b9626f2764204bc3b3b265c04b0e7a6da40))
* support Fedora ([1def881](https://github.com/Axione/ansible-vault/commit/1def881da27a90150a0bf2f9b54433b26823dbed))
* **testing:** add molecule scenarios for all of the platforms that the role supports ([38b2d40](https://github.com/Axione/ansible-vault/commit/38b2d40afc167276b2e6375be28de7de607c81b6))

### Bug Fixes

* amazonlinux 2022 repo ([ca78fd0](https://github.com/Axione/ansible-vault/commit/ca78fd06d5a9a546470ff9a678f534a290f97dd3))
* amazonlinux repo ([4dc2170](https://github.com/Axione/ansible-vault/commit/4dc2170526f79f585bd8755c7b59d539950a8fa8))
* applying PR[#302](https://github.com/Axione/ansible-vault/issues/302) comments ([d7389f5](https://github.com/Axione/ansible-vault/commit/d7389f575d778ed59597a21735db9774290393cb))
* **ci:** failing legacy platforms and delegation issues. ([#321](https://github.com/Axione/ansible-vault/issues/321)) ([6a18b80](https://github.com/Axione/ansible-vault/commit/6a18b8043cc7b64d3f9a9c095f3e473e615c9354))
* **ci:** ignore examples dir in ansible lint ([#327](https://github.com/Axione/ansible-vault/issues/327)) ([0f9d34c](https://github.com/Axione/ansible-vault/commit/0f9d34ce4eaf7ed82c78b103f7f0aca4621b9d40))
* correct vault group in goss tests ([446859b](https://github.com/Axione/ansible-vault/commit/446859ba8d4e42e0e86e2b07b178654696a87deb))
* distro versions in readme ([c7bfd0e](https://github.com/Axione/ansible-vault/commit/c7bfd0ecf2721842e9f5c34272bab5582f49cee1))
* indentation of vault config file ([7e8aa3f](https://github.com/Axione/ansible-vault/commit/7e8aa3fa58e272bcefd5c9dc3d64cc15d02abc12))
* jinja2 linting ([0cac363](https://github.com/Axione/ansible-vault/commit/0cac3639dfe84a3db0aa8a7c02b152847c0c1dba))
* **lint:** Templated files should use template instead of copy ([aa43735](https://github.com/Axione/ansible-vault/commit/aa437354db200459e5adbf92ddf6f1ce4963f17c))
* only set client_ca_file for tcp listener when defined ([a7a314c](https://github.com/Axione/ansible-vault/commit/a7a314c992f72e04d3847a6a11326ca6dfd36a76))
* **pkcs11:** jinja whitespace ([b872b09](https://github.com/Axione/ansible-vault/commit/b872b09ebc754bc13515e5832225540b0cf47df6))
* remove debian 12 since it's a prerelease ([c3cd9e7](https://github.com/Axione/ansible-vault/commit/c3cd9e72da283a30dcf8a2c885c83a8e177d0459))
* remove vault_tls_prefer_server_cipher_suites ([fa5a7e6](https://github.com/Axione/ansible-vault/commit/fa5a7e613bc2f11b59e65b97ce55c4db429f0b2a))
* remove vault_tls_prefer_server_cipher_suites defaults ([c7dcf03](https://github.com/Axione/ansible-vault/commit/c7dcf0312318e68fdf6ef44ecf7717551b777509))
* replace deprecated include with include_tasks ([6e3e032](https://github.com/Axione/ansible-vault/commit/6e3e032a1271744712249530cbf10391e3828d47))
* resolve deprecation warnings and move become flag to required resources ([c404967](https://github.com/Axione/ansible-vault/commit/c404967af422cc63a946c35992efcf617d4bd1f1))
* risky-file-permissions ([3729dbf](https://github.com/Axione/ansible-vault/commit/3729dbfcd584f9fb9fcbfea935da33efa1f059e0))
* **semrel:** fix branch ([#363](https://github.com/Axione/ansible-vault/issues/363)) ([ec91b6c](https://github.com/Axione/ansible-vault/commit/ec91b6ca1bc61444be0cf8b916ba4ebce6608962))
* **semrel:** fix branch ([#364](https://github.com/Axione/ansible-vault/issues/364)) ([2c87dd4](https://github.com/Axione/ansible-vault/commit/2c87dd4a372defffa77670dab6ce00cbd3ae219d))
* set vault_os_packages for RedHat ([293f7ad](https://github.com/Axione/ansible-vault/commit/293f7ade4bff79b9d9eeda56c7edd0837ed49d17))
* shameless self plug ([f2be6f9](https://github.com/Axione/ansible-vault/commit/f2be6f990719820b92bca3f0571cd702bbb35382))
* **smerel:** bump changelog to 8.0.0 ([#365](https://github.com/Axione/ansible-vault/issues/365)) ([7e2fded](https://github.com/Axione/ansible-vault/commit/7e2fdeddec3405756aae10f1dedcace4ba94779b))
* systemd unit option `ConditionFileExists` ([12d294d](https://github.com/Axione/ansible-vault/commit/12d294defd908b62c0d46f058db6768fe74fde99))
* tasks that check if vault is installed shouldn't be handlers ([60c7478](https://github.com/Axione/ansible-vault/commit/60c747887704d0a8e4a4983462623f09e162fc72))
* template can't write content to file ([8940571](https://github.com/Axione/ansible-vault/commit/894057188efa1510e42d7d5d9b68e785872278d6))
* temporarily disable overly strict lint rule ([5695e34](https://github.com/Axione/ansible-vault/commit/5695e34f96312341b791de4b32834ac189897ad0))
* use AmbientCapabilities only when systemd version is >= 230 ([6c15be4](https://github.com/Axione/ansible-vault/commit/6c15be46c94a6b1be02cd91ef83a42d256aa400d)), closes [/github.com/systemd/systemd/blob/8f968c7321be09e7a41b29a0d5d2d2c13ee7ded1/NEWS#L1357](https://github.com/Axione//github.com/systemd/systemd/blob/8f968c7321be09e7a41b29a0d5d2d2c13ee7ded1/NEWS/issues/L1357) [brianshumate/ansible-vault#67](https://github.com/brianshumate/ansible-vault/issues/67)

### Reverts

* Revert "Replace server variable with inventory_hostname in raft configuration" ([b798fdd](https://github.com/Axione/ansible-vault/commit/b798fddff83d953f81b40b4669f5a545af3eb722))

## NEXT

- Add support for proxy configuration
Expand Down

0 comments on commit 3421085

Please sign in to comment.