Skip to content

Releases: rfd59/terraform-provider-rabbitmq

v2.6.0

31 Aug 11:27

Choose a tag to compare

FEATURE:

  • New resource/datasource rabbitmq_exchange_direct (#54) - @rfavreau
  • New resource/datasource rabbitmq_exchange_topic (#55) - @rfavreau
  • New resource/datasource rabbitmq_exchange_fanout (#56) - @rfavreau
  • New resource/datasource rabbitmq_exchange_headers (#57) - @rfavreau
  • New resource/datasource rabbitmq_exchange_delayed_message (#51) - @rfavreau
  • New resource/datasource rabbitmq_exchange_random (#52) - @rfavreau
  • New resource/datasource rabbitmq_exchange_consistent_hash (#53) - @rfavreau
  • Deprecated the resource/datasource rabbitmq_exchange (#58) - @rfavreau

BUILD / DEV:

  • Add coverage code with Codecov - @rfavreau
  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.36.1 to 2.37.0 (#41) - @rfavreau
  • Bump golang.org/x/mod from 0.24.0 to 0.27.0 (#47) - @rfavreau
  • Bump github.com/hashicorp/terraform-plugin-docs from 0.21.0 to 0.22.0 (#43) - @rfavreau
  • Bump github.com/stretchr/testify from 1.8.3 to 1.11.1 (#59) - @rfavreau
  • Bump go version from 1.23 to 1.24 (#59) - @rfavreau
  • Update Goreleaser settings - @rfavreau
  • Update the Github Actions - @rfavreau
  • Update the README style - @rfavreau

📦 The RabbitMQ Provider has been also uploaded into Terraform Registry.

v2.5.0

21 Apr 14:58
fe120f5

Choose a tag to compare

FEATURE:

  • Add internal and alternate_exchange fields for rabbitmq_exchange resource - @rfavreau

  • Modify the default value for durable field for rabbitmq_exchange resource - @rfavreau

  • Add an input check to type field for rabbitmq_exchange resource and set its optional - @rfavreau

  • Force the rabbitmq_exchange resource to be recreated when a field is updated - @rfavreau

  • Add internal and alternate_exchange fields for rabbitmq_exchange datasource - @rfavreau

BUILD / DEV:

  • Update rabbit-hole dependency - @rfavreau

  • Refactor rabbitmq_queue resource - @rfavreau

  • Add RabbitMQ 4.1 into unit tests - @rfavreau

  • Upgrade resource_exchange unit tests - @rfavreau

v2.4.0

16 Mar 11:57
319d3b7

Choose a tag to compare

FEATURE:

  • Add type read only field for rabbitmq_queue resource - @rfavreau

  • Add rabbitmq_queue datasource - @rfavreau

FIX:

  • x-queue-type argument causing always queue recreation #32 - @pnowy
    (#35)

  • Datasource vhost returns no error message when the vhost doesn't exist #36 - @rfavreau

BUILD / DEV:

v2.3.0

06 Dec 10:33
a4b4bca

Choose a tag to compare

FEATURES:

  • Add custom headers to RabbitMQ Api - @Dbzman
    (#27)

BUILD / DEV:

v2.2.0

29 Sep 10:44
996f204

Choose a tag to compare

FIX:

  • Fix vhost resource - @rfavreau
    (#16)
    • Import default_queue_type when reading vhost resource (#14)
    • Fix default_queue_type for RabbitMQ 3.10
    • Validate function for default_queue_type attribute
    • Set default value for default_queue_type
    • Update the Acceptance Tests

BUILD / DEV:

v2.1.0

26 May 18:03
b20466a

Choose a tag to compare

FEATURES:

BUILD / DEV:

v2.0.0

20 May 16:16
bb45ea2

Choose a tag to compare

FEATURES:

  • Added vhost options/limits and Added shovel parameters - @Galvill
    (#3)

FIX:

  • Add already exists exceptions and enhance errors - @Chahed
    (#6)

BUILD / DEV:

v1.8.0

18 May 17:02
27b5c02

Choose a tag to compare