Skip to content

Releases: danitso/terraform-provider-ironio

v0.3.0

11 Feb 02:23
Compare
Choose a tag to compare
feat: initial refactoring and work on new release

0.2.2

18 Dec 00:25
Compare
Choose a tag to compare

ENHANCEMENTS:

  • provider: Upgraded to Go v1.13 and Terraform v0.12.18

0.2.1

01 Aug 13:34
Compare
Choose a tag to compare

BUG FIXES:

  • provider: Fixed compatibility issues with Terraform 0.12+

0.2.0

12 May 17:29
Compare
Choose a tag to compare

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

0.1.0

11 May 20:12
Compare
Choose a tag to compare

FEATURES:

  • New Data Source: ironio_projects
  • New Data Source: ironio_queues
  • New Resource: ironio_project
  • New Resource: ironio_pull_queue
  • New Resource: ironio_push_queue