Skip to content

0.2.0

Compare
Choose a tag to compare
@danitso-dp danitso-dp released this 12 May 17:29
· 13 commits to master since this release

BREAKING CHANGES:

  • data-source/ironio_projects: Renamed filter_name argument to name and moved it into the new filter block
  • data-source/ironio_queues: Renamed filter_name argument to name and moved it into the new filter block
  • provider: Changed configuration schema to use blocks (auth, cache, mq and worker)

FEATURES:

  • New Data Source: ironio_pull_queue
  • New Data Source: ironio_push_queue

ENHANCEMENTS:

  • data-source/ironio_queues: Added filter block and two new filters (pull and push)
  • data-source/ironio_queues: Added types attribute
  • makefile: Added example target to simplify the testing process
  • resource/ironio_pull_queue: Added message_count and message_count_total attributes
  • resource/ironio_push_queue: Added message_count and message_count_total attributes