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.1.6

Release Notes

terraform-ibm-modules/terraform-ibm-event-streams (terraform-ibm-modules/event-streams/ibm)

v3.1.6

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v4.19.2 (#​368) (43b6158)

v3.1.5

Compare Source

Bug Fixes
  • deps: update terraform ibm to latest for deployable architectures (#​366) (c2b69ad)

v3.1.4

Compare Source

Bug Fixes
  • deps: update terraform ibm to latest for deployable architectures (#​360) (454593a)

v3.1.3

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v4.19.1 (#​363) (5ba4b3d)

v3.1.2

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v4.19.0 (#​362) (ff15606)

v3.1.1

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v4.18.2 (#​359) (b034237)

v3.1.0

Compare Source

Features
  • Root module updates:
    • existing_kms_instance_guid is no longer a supported input. The code will now parse the GUID from the KMS key CRN
    • added new input use_same_kms_key_for_backups to give more control over KMS key usage
    • kms_encryption_enabled has been renamed to use_ibm_owned_encryption_key
  • fscloud submodule updates:
    • added new inputs use_default_backup_encryption_key and use_same_kms_key_for_backups
  • DA updates
    • Removed the input existing_backup_kms_instance_crn. If you want to use a different KMS key for backups, you can use the existing_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.
    • The skip_iam_authorization_policy input has been renamed to skip_es_kms_auth_policy
    • If passing a value for 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
  • deps: update terraform ibm to latest for deployable architectures (#​357) (349c80e)

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

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-module branch from 8961fc4 to 9a324c4 Compare December 18, 2024 02:51
@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 9a324c4 to 32217b5 Compare December 18, 2024 13:13
@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 32217b5 to e798599 Compare December 18, 2024 17:45
@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 e798599 to 508d65d Compare December 21, 2024 00:08
@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 508d65d to 0a7b23f Compare December 21, 2024 07:55
@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 0a7b23f to 154062f Compare December 21, 2024 15:01
@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 154062f to 54999b6 Compare December 21, 2024 22:38
@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 54999b6 to 3c97cab Compare December 22, 2024 06:36
@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 3c97cab to 7a3f3d6 Compare December 28, 2024 22:08
@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 7a3f3d6 to ca85b70 Compare January 4, 2025 23:03
@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 ca85b70 to d300f1b Compare January 11, 2025 08:29
@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 d300f1b to c63a9a5 Compare January 11, 2025 16:58
@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