-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(GHA): add commitlint and semrel #362
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FalcoSuessgott
force-pushed
the
semrel
branch
from
December 12, 2024 21:36
b79d546
to
be56aef
Compare
FalcoSuessgott
force-pushed
the
semrel
branch
from
December 12, 2024 21:38
18c2ca5
to
2edfc4b
Compare
lakrass
pushed a commit
to lakrass/ansible-vault
that referenced
this pull request
Dec 12, 2024
* feat(GHA): add commitlint and semrel * chore(pre-commit): pre-commit --------- Co-authored-by: Tom Morelly <[email protected]>
github-actions bot
pushed a commit
to Rendanic/ansible-vault
that referenced
this pull request
Dec 15, 2024
## [2.6.0](v2.5.8...v2.6.0) (2024-12-15) ### Features * 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)) * **ci:** auto discover molecule scenarios ([ee2d820](ee2d820)) * **GHA:** add commitlint and semrel ([ansible-community#362](https://github.com/Rendanic/ansible-vault/issues/362)) ([d5bae97](d5bae97)) * **plugins:** support using token from vault cli token helper ([4c61eb3](4c61eb3)) * **seal:** add support for ocikms ([eea06b9](eea06b9)) * **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/Rendanic/ansible-vault/issues/302) comments ([d7389f5](d7389f5)) * **ci:** failing legacy platforms and delegation issues. ([ansible-community#321](https://github.com/Rendanic/ansible-vault/issues/321)) ([6a18b80](6a18b80)) * **ci:** ignore examples dir in ansible lint ([ansible-community#327](https://github.com/Rendanic/ansible-vault/issues/327)) ([0f9d34c](0f9d34c)) * correct vault group in goss tests ([446859b](446859b)) * distro versions in readme ([c7bfd0e](c7bfd0e)) * 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)) * risky-file-permissions ([3729dbf](3729dbf)) * **semrel:** fix branch ([ansible-community#363](https://github.com/Rendanic/ansible-vault/issues/363)) ([ec91b6c](ec91b6c)) * **semrel:** fix branch ([ansible-community#364](https://github.com/Rendanic/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/Rendanic/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)) ### Reverts * Revert "Replace server variable with inventory_hostname in raft configuration" ([b798fdd](b798fdd))
github-actions bot
pushed a commit
to binbashar/ansible-role-vault
that referenced
this pull request
Dec 22, 2024
## [3.1.0](v3.0.0...v3.1.0) (2024-12-22) ### Features * **GHA:** add commitlint and semrel ([ansible-community#362](https://github.com/binbashar/ansible-role-vault/issues/362)) ([d5bae97](d5bae97)) ### Bug Fixes * **semrel:** fix branch ([ansible-community#363](https://github.com/binbashar/ansible-role-vault/issues/363)) ([ec91b6c](ec91b6c)) * **semrel:** fix branch ([ansible-community#364](https://github.com/binbashar/ansible-role-vault/issues/364)) ([2c87dd4](2c87dd4)) * **smerel:** bump changelog to 8.0.0 ([ansible-community#365](https://github.com/binbashar/ansible-role-vault/issues/365)) ([7e2fded](7e2fded))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
removed the monthly snapshot and added semantic releaser for automatic release creation and configured commitment to ensure changelings can be build properly