Releases: ansible/event-driven-ansible
Releases · ansible/event-driven-ansible
v2.2.0
Enhancements
- feat: add sync capability to project module (#332) @Alex-Izquierdo
Bugfixes
- Ensure that the mandatory fields required by the EDA API are respected within the modules. (#319) @alinabuzachis
- fix: remove event_stream_type for event_stream module (#339) @Alex-Izquierdo
- Ensure modules are idempotent (#320) @alinabuzachis
- event_stream - Ensure forward_events works as expected (#337) @alinabuzachis
- Fix integration tests (#336) @alinabuzachis
v2.1.0
Enhancements
- Rename activation and activation_info modules (#318) @alinabuzachis
- event_stream - add support for headers and forward_events options (#321) @alinabuzachis
Bugfixes
- fix: ensure correct required params for event streams (#325) @Alex-Izquierdo
- activation - rename webhooks option to event_streams and add rulebook_info module (#316) @alinabuzachis
- fix: update log_level and restart_policy default values (#322) @Alex-Izquierdo
- Refactor docs building and make changelog visible in web interface (#314) @ssbarnea
- Fix CONTROLLER_HOST environment variable (#311) @Alex-Izquierdo
v2.0.0
Major
Enhancements
- Add event_stream and event_stream_info modules (#296) @alinabuzachis
- Enable changelogs for collection (#230) @Akasurde
- Add support for AAP 2.4 (#281) @Akasurde
- Cleanup module_utils and ensure consistence in the code base (#275) @alinabuzachis
- Run integration tests in CI (#274) @alinabuzachis
- Add user module (#257) @Akasurde
- Add activation and activation_info modules (#254) @alinabuzachis
- Add controller_token module (#256) @Akasurde
- Update README to match the template (#237) @alinabuzachis
- Add schemas for our source plugins (#198) @mkanoor
- Add credential and credential_info modules (#251) @alinabuzachis
- Add decision environment module (#248) @Akasurde
- Add credential_type module (#240) @alinabuzachis
- Add project module (#238) @Akasurde
- Added a demo rulebook with webhooks (#247) @mkanoor
- Add module_utils (#244) @alinabuzachis
- Add support for python 3.12 (#243) @ssbarnea
- Generic source supports events in yaml file (#215) @mkanoor
Bugfixes
- Generate CHANGELOG.md using github release-drafter (#300) @ssbarnea
- Fix CHANGELOG reference path into README (#294) @alinabuzachis
- fix: raise OperationalError and Decoding Errors (#293) @mkanoor
- Add more types (#282) @ssbarnea
- Untrack antsibull-docs generated files (#285) @ssbarnea
- Ensure that mypy results are consistent (#286) @ssbarnea
- Update anstibull-docs (#284) @ssbarnea
- Add docs building and testing (#276) @ssbarnea
- Add some critical types to module_utils and fix logic (#270) @ssbarnea
- Remove test module (#266) @Akasurde
- Refactor plugins/module_utils/controller.py for better testing (#249) @alinabuzachis
- Address arg-type, return and return-value type errors (#261) @ssbarnea
- Ignore common linting rules (#242) @Akasurde
- Correct psycopg requirements (#225) @ssbarnea
- Upgrade linters and refactor how they run (#221) @ssbarnea
- Added a simple rulebook to docs for for demo purposes (#211) @mkanoor
- Support headers (#208) @clyang82
v1.4.7
v1.4.6
What's Changed
- feat: add raise_error and log_error option to insert_hosts_to_meta filter by @bzwei in #197
- chore: fixed examples to use vars instead of jinja by @mkanoor in #201
- feat: enable webhook mTLS support by @bzwei in #205
New Contributors
- @msmagnanijr made their first contribution in #204
Full Changelog: v1.4.5...v1.4.6
v1.4.5
fix requires_ansible and bump to 1.4.5 (#194)
v1.4.4
chore: bump version to 1.4.4 (#193)
v1.4.3
Features:
- New HMAC verification for webhook plugin
- Fix a bug related with duplicated events in awx cloudtrail plugin
v1.4.2
Bump version to 1.4.2 (#143)