chore(deps): update terraform terraform-ibm-modules/event-streams/ibm to v3 #614
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.4.0
->3.0.1
Release Notes
terraform-ibm-modules/terraform-ibm-event-streams (terraform-ibm-modules/event-streams/ibm)
v3.0.1
Compare Source
Bug Fixes
v3.0.0
Compare Source
Features
topics
andquotas
input variable lists. Previously, it was only possible to add or remove topics and quotas at the end of the list. (#350) (4bcbef5)BREAKING CHANGES
When upgrading from a previous version, if you configure topics, run the following Terraform move commands based on your environment to avoid recreating the topics:
Terraform CLI
Schematics
ibmcloud schematics workspace state mv --id --source 'module..ibm_event_streams_topic.es_topic[]' --destination 'module..ibm_event_streams_topic.es_topic[""]'
...
Terraform CLI
Schematics
ibmcloud schematics workspace state mv --id --source 'ibm_event_streams_quota.eventstreams_quotas[]' --destination 'ibm_event_streams_quota.eventstreams_quotas[""]'
...
v2.11.1
Compare Source
Bug Fixes
v2.11.0
Compare Source
Features
mirroring
andmirroring_topic_patterns
. NOTE: This is only supported with enterprise plan instances. (#327) (8503424)v2.10.2
Compare Source
Bug Fixes
v2.10.1
Compare Source
Bug Fixes (#343) (c020da9)
config
option in thetopics
input variable was incorrectly set toobject({})
. It is now correctly set tomap(string)
.Upgrade note
If upgrading from a previous version, an update in place will be done on the topic config.
Previously the behaviour was:
object({})
none of those were used, and the topic config is unchanged.New behaviour:
map(string)
the properties are used, and the topic config changesv2.10.0
Compare Source
Features
schema_global_rule
. Feature is only valid for enterpirse plan instances. Allowed values areNONE
,FULL
,FULL_TRANSITIVE
,FORWARD
,FORWARD_TRANSITIVE
,BACKWARD
,BACKWARD_TRANSITIVE
. (#342) (ffa36e7)v2.9.1
Compare Source
Bug Fixes
kafka_brokers_sasl
output (#341) (59754d9)v2.9.0
Compare Source
Features
quotas
. Feature is only valid for enterpirse plan instances. (#337) (8532c3f)v2.8.1
Compare Source
Bug Fixes
v2.8.0
Compare Source
Features
metrics
list input variable. The list can contain the following allowed values:"topic"
,"partition"
, and"consumers"
(#319) (097ca90)v2.7.2
Compare Source
Bug Fixes
>= 1.70.0, < 2.0.0
- updated CBR module to 1.28.1 (#315) (51e8961)
v2.7.1
Compare Source
Bug Fixes
v2.7.0
Compare Source
Features
parameters_json
for provision parameters in order to support more complex provision parameters in the future. NOTE: This will cause a non disruptive update in place on your instance if upgrading from an older version of the module. (#325) (88d2e35)v2.6.0
Compare Source
Features
v2.5.2
Compare Source
Bug Fixes
v2.5.1
Compare Source
Bug Fixes
kafka_brokers_sasl
output so it doesn't depends on topic creation (#323) (246727d)v2.5.0
Compare Source
Features
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.