Skip to content
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
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

terraform-ibm-modules-ops
Copy link
Contributor

@terraform-ibm-modules-ops terraform-ibm-modules-ops commented Dec 13, 2024

This PR contains the following updates:

Package Type Update Change
terraform-ibm-modules/event-streams/ibm (source) module major 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
  • deps: update terraform ibm to latest for deployable architectures (#​355) (ff35a97)

v3.0.0

Compare Source

Features
  • Support has been added for adding and removing a topic and quota at any index of the topics and quotas 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

      terraform state mv 'module.<module-name>.ibm_event_streams_topic.es_topic[<index of topic-name-1>]' 'module.<module-name>.ibm_event_streams_topic.es_topic["<topics-name-1>"]'
      ...
    • Schematics
      ibmcloud schematics workspace state mv --id --source 'module..ibm_event_streams_topic.es_topic[]' --destination 'module..ibm_event_streams_topic.es_topic[""]'
      ...

  • Similarly if you configure quotas, run the following commands:
    • Terraform CLI

      terraform state mv 'ibm_event_streams_quota.eventstreams_quotas[<index of quota-entity-1>]' 'ibm_event_streams_quota.eventstreams_quotas["<quota-entity-1>"]'
      ...
    • 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
  • deps: update terraform ibm to latest for deployable architectures (#​346) (df07d54)

v2.11.0

Compare Source

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

Compare Source

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

v2.10.1

Compare Source

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

Compare Source

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

Compare Source

Bug Fixes

v2.9.0

Compare Source

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

v2.8.1

Compare Source

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

v2.8.0

Compare Source

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

Compare Source

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

v2.7.1

Compare Source

Bug Fixes
  • deps: update terraform ibm to latest for deployable architectures (#​332) (6653fd0)

v2.7.0

Compare Source

Features
  • update to use 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
  • deps: update terraform ibm to latest for deployable architectures (#​317) (1aab493)

v2.5.1

Compare Source

Bug Fixes
  • fixed the kafka_brokers_sasl output so it doesn't depends on topic creation (#​323) (246727d)

v2.5.0

Compare Source

Features
  • added support to create service credentials + fixed bug in fscloud submodule (#​312) (9586187)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-module branch from 2892760 to a3ffcfa Compare December 14, 2024 01:06
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-module branch from a3ffcfa to 8961fc4 Compare December 15, 2024 00:45
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants