generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update terraform terraform-ibm-modules/event-streams/ibm to v3 #614
Open
terraform-ibm-modules-ops
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-terraform-module
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1
−1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/run pipeline |
terraform-ibm-modules-ops
force-pushed
the
renovate/major-terraform-module
branch
from
December 14, 2024 01:06
2892760
to
a3ffcfa
Compare
/run pipeline |
terraform-ibm-modules-ops
force-pushed
the
renovate/major-terraform-module
branch
from
December 15, 2024 00:45
a3ffcfa
to
8961fc4
Compare
/run pipeline |
terraform-ibm-modules-ops
force-pushed
the
renovate/major-terraform-module
branch
from
December 18, 2024 02:51
8961fc4
to
9a324c4
Compare
/run pipeline |
terraform-ibm-modules-ops
force-pushed
the
renovate/major-terraform-module
branch
from
December 18, 2024 13:13
9a324c4
to
32217b5
Compare
/run pipeline |
terraform-ibm-modules-ops
force-pushed
the
renovate/major-terraform-module
branch
from
December 18, 2024 17:45
32217b5
to
e798599
Compare
/run pipeline |
terraform-ibm-modules-ops
force-pushed
the
renovate/major-terraform-module
branch
from
December 21, 2024 00:08
e798599
to
508d65d
Compare
/run pipeline |
terraform-ibm-modules-ops
force-pushed
the
renovate/major-terraform-module
branch
from
December 21, 2024 07:55
508d65d
to
0a7b23f
Compare
/run pipeline |
terraform-ibm-modules-ops
force-pushed
the
renovate/major-terraform-module
branch
from
December 21, 2024 15:01
0a7b23f
to
154062f
Compare
/run pipeline |
terraform-ibm-modules-ops
force-pushed
the
renovate/major-terraform-module
branch
from
December 21, 2024 22:38
154062f
to
54999b6
Compare
/run pipeline |
terraform-ibm-modules-ops
force-pushed
the
renovate/major-terraform-module
branch
from
December 22, 2024 06:36
54999b6
to
3c97cab
Compare
/run pipeline |
terraform-ibm-modules-ops
force-pushed
the
renovate/major-terraform-module
branch
from
December 28, 2024 22:08
3c97cab
to
7a3f3d6
Compare
/run pipeline |
terraform-ibm-modules-ops
force-pushed
the
renovate/major-terraform-module
branch
from
January 4, 2025 23:03
7a3f3d6
to
ca85b70
Compare
/run pipeline |
terraform-ibm-modules-ops
force-pushed
the
renovate/major-terraform-module
branch
from
January 11, 2025 08:29
ca85b70
to
d300f1b
Compare
/run pipeline |
terraform-ibm-modules-ops
force-pushed
the
renovate/major-terraform-module
branch
from
January 11, 2025 16:58
d300f1b
to
c63a9a5
Compare
/run pipeline |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.1.6
Release Notes
terraform-ibm-modules/terraform-ibm-event-streams (terraform-ibm-modules/event-streams/ibm)
v3.1.6
Compare Source
Bug Fixes
v3.1.5
Compare Source
Bug Fixes
v3.1.4
Compare Source
Bug Fixes
v3.1.3
Compare Source
Bug Fixes
v3.1.2
Compare Source
Bug Fixes
v3.1.1
Compare Source
Bug Fixes
v3.1.0
Compare Source
Features
existing_kms_instance_guid
is no longer a supported input. The code will now parse the GUID from the KMS key CRNuse_same_kms_key_for_backups
to give more control over KMS key usagekms_encryption_enabled
has been renamed touse_ibm_owned_encryption_key
fscloud
submodule updates:use_default_backup_encryption_key
anduse_same_kms_key_for_backups
existing_backup_kms_instance_crn
. If you want to use a different KMS key for backups, you can use theexisting_backup_kms_key_crn
input to use an existing key. The DA only supports creating an new key that will be used for both data and backups encryption.skip_iam_authorization_policy
input has been renamed toskip_es_kms_auth_policy
ibmcloud_kms_api_key
, and creating a KMS auth policy, that policy will now be scoped to the exact KMS key.(#351) (e7598e2)
v3.0.2
Compare Source
Bug Fixes
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.