Releases: terraform-ibm-modules/terraform-ibm-event-streams
Releases · terraform-ibm-modules/terraform-ibm-event-streams
v2.11.1
2.11.1 (2024-12-01)
Bug Fixes
- deps: update terraform ibm to latest for deployable architectures (#346) (df07d54)
v2.11.0
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
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
2.10.1 (2024-11-20)
- 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
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
2.9.1 (2024-11-19)
Bug Fixes
v2.9.0
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
2.8.1 (2024-11-16)
Bug Fixes
- deps: update terraform ibm to latest for deployable architectures (#338) (87648a1)
v2.8.0
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
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)