Skip to content

Releases: terraform-ibm-modules/terraform-ibm-event-streams

v2.11.1

01 Dec 00:07
v2.11.1
df07d54
Compare
Choose a tag to compare

2.11.1 (2024-12-01)

Bug Fixes

  • deps: update terraform ibm to latest for deployable architectures (#346) (df07d54)

v2.11.0

29 Nov 16:17
v2.11.0
8503424
Compare
Choose a tag to compare

2.11.0 (2024-11-29)

Features

  • added mirroring support. It can be used with the new optional inputs mirroring and mirroring_topic_patterns. NOTE: This is only supported with enterprise plan instances. (#327) (8503424)

v2.10.2

23 Nov 23:02
v2.10.2
4047da9
Compare
Choose a tag to compare

2.10.2 (2024-11-23)

Bug Fixes

  • deps: update terraform terraform-ibm-modules/cbr/ibm to v1.29.0 (#344) (4047da9)

v2.10.1

20 Nov 15:04
v2.10.1
c020da9
Compare
Choose a tag to compare

2.10.1 (2024-11-20)

Bug Fixes (#343) (c020da9)

  • fixed bug where the format of the config option in the topics input variable was incorrectly set to object({}). It is now correctly set to map(string).

Upgrade note

If upgrading from a previous version, an update in place will be done on the topic config.
Previously the behaviour was:

  • Topic is created without the values for the config, so the topic has the default config values
  • Topic is upgraded with the config values, but because this was object({}) none of those were used, and the topic config is unchanged.

New behaviour:

  • Topic is created without the values for the config and gets default values
  • Topic is upgraded, and now because it's map(string) the properties are used, and the topic config changes

v2.10.0

20 Nov 13:29
v2.10.0
ffa36e7
Compare
Choose a tag to compare

2.10.0 (2024-11-20)

Features

  • added support to set a schema global compatibility rule using new input schema_global_rule. Feature is only valid for enterpirse plan instances. Allowed values are NONE, FULL, FULL_TRANSITIVE, FORWARD, FORWARD_TRANSITIVE, BACKWARD, BACKWARD_TRANSITIVE. (#342) (ffa36e7)

v2.9.1

19 Nov 23:21
v2.9.1
59754d9
Compare
Choose a tag to compare

2.9.1 (2024-11-19)

Bug Fixes

v2.9.0

19 Nov 20:12
v2.9.0
8532c3f
Compare
Choose a tag to compare

2.9.0 (2024-11-19)

Features

  • added support to apply quotas using new input quotas. Feature is only valid for enterpirse plan instances. (#337) (8532c3f)

v2.8.1

16 Nov 04:13
v2.8.1
87648a1
Compare
Choose a tag to compare

2.8.1 (2024-11-16)

Bug Fixes

  • deps: update terraform ibm to latest for deployable architectures (#338) (87648a1)

v2.8.0

12 Nov 11:55
v2.8.0
097ca90
Compare
Choose a tag to compare

2.8.0 (2024-11-12)

Features

  • added support to activate metrics using new metrics list input variable. The list can contain the following allowed values: "topic", "partition", and "consumers" (#319) (097ca90)

v2.7.2

11 Nov 12:10
v2.7.2
51e8961
Compare
Choose a tag to compare

2.7.2 (2024-11-11)

Bug Fixes

  • updated required IBM provider version to >= 1.70.0, < 2.0.0
    - updated CBR module to 1.28.1 (#315) (51e8961)