Skip to content

Releases: nats-io/terraform-provider-jetstream

v0.0.26

08 Sep 10:09
v0.0.26
e990997

Choose a tag to compare

Enhancements

  • Adds a resources to create Key-Value store buckets as part of the preview of this feature
  • Support setting descriptions on Streams and Consumers
  • Support delivery groups for consumers

v0.0.24

24 Jun 14:01
v0.0.24
d05c622

Choose a tag to compare

Enhancements

  • Support configuring per subject retention
  • Support configuring Max Waiting

v0.0.23

23 Apr 09:14
507e676

Choose a tag to compare

Enhancements

  • Bind connections to NATS late to enable the same TF run to also create the NATS Servers
  • Support Sources and Mirrors
  • Support Heartbeats and Flow Control
  • Support placement directives
  • Support Max Ack Pending

v0.0.18

14 Aug 09:16
8734f4c

Choose a tag to compare

Enhancements

  • Update documentation for Terraform 13
  • Support Consumer rate limits
  • Support Stream deduplication

v0.0.17

10 Jun 09:40
177963f

Choose a tag to compare

Enhancements

  • Use versioned jsm.go package

v0.0.5

07 May 09:54
v0.0.5
a0bd361

Choose a tag to compare

Enhancements

  • Support latest JetStream API format

v0.0.4

16 Apr 12:43
v0.0.4
e596ba5

Choose a tag to compare

Enhancements

  • Support importing resources
  • Update for latest JetStream API

v0.0.3

10 Mar 12:29
b2b99d9

Choose a tag to compare

Bug Fixes

  • Fix jetstream_stream_template destroy
  • Support passing credentials to the provider in credential_data as a string

Enhancements

  • Add acceptance tests

v0.0.2

09 Mar 11:54
9cb1d9b

Choose a tag to compare

Enhancements

  • Fix path to binaries to align with terraform expections

v0.0.1

09 Mar 11:47
6a246e8

Choose a tag to compare

Enhancements

  • Initial release with streams, stream templates and consumers support