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

fix(deps): update terraform-module #267

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 Feb 8, 2025

This PR contains the following updates:

Package Type Update Change
github.com/terraform-ibm-modules/terraform-ibm-watsonx-saas-da module patch v1.9.1 -> v1.9.10
terraform-ibm-modules/base-ocp-vpc/ibm (source) module minor 3.35.10 -> 3.41.5
terraform-ibm-modules/cos/ibm (source) module minor 8.16.5 -> 8.19.8
terraform-ibm-modules/secrets-manager-secret/ibm (source) module minor 1.4.0 -> 1.7.0

Release Notes

terraform-ibm-modules/terraform-ibm-watsonx-saas-da (github.com/terraform-ibm-modules/terraform-ibm-watsonx-saas-da)

v1.9.10

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/cos/ibm to v8.19.8 (#​249) (c5ae008)

v1.9.9

Compare Source

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

v1.9.8

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/cos/ibm to v8.19.5 (#​247) (ce6706a)

v1.9.7

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/cos/ibm to v8.19.4 (#​246) (13e5d6f)

v1.9.6

Compare Source

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

v1.9.5

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/cos/ibm to v8.19.3 (#​239) (d7ecc0f)

v1.9.4

Compare Source

Bug Fixes

v1.9.3

Compare Source

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

v1.9.2

Compare Source

Bug Fixes
  • fixed the eu-gb api endpoint url + added missing variables to ibm_catalog.json (#​236) (beda243)
terraform-ibm-modules/terraform-ibm-base-ocp-vpc (terraform-ibm-modules/base-ocp-vpc/ibm)

v3.41.5

Compare Source

Bug Fixes
  • run cluster_config data block for ocp_console_management(#​609) (bf53e20)

v3.41.4

Compare Source

Bug Fixes

v3.41.3

Compare Source

Bug Fixes
  • remove the need for a manual step on destroy through use of orphan_on_delete provider property (#​597) (ef733dd)

v3.41.2

Compare Source

Bug Fixes
  • fixed the retry logic in enable_disable_ocp_console.sh (#​603) (29f6f84)

v3.41.1

Compare Source

Bug Fixes

v3.41.0

Compare Source

Features
  • improved user experience for validating input variable values
    * updated required terraform to be >= 1.9.0 (#​587) (949c1d6)

v3.40.0

Compare Source

Features

v3.39.0

Compare Source

Features
  • add the ability to disable / enable the OCP console using new input enable_ocp_console (#​588) (c603b0b)

v3.38.0

Compare Source

Features
  • support removed for deprecated OCP versions 4.12 and 4.13 (#​589) (a10425b)

v3.37.3

Compare Source

Bug Fixes
  • update made to the reset_iks_api_key.sh script to pass when a 200 status code is returned from api (#​586) (2c98ea7)

v3.37.2

Compare Source

Bug Fixes

v3.37.1

Compare Source

Bug Fixes
  • updated the confirm_lb_active.sh and reset_iks_api_key.sh scripts to honour IBM Cloud enviornemnt variable overrides (#​583) (58bd1f2)

v3.37.0

Compare Source

Features

v3.36.0

Compare Source

Features
  • add support for deploying ocp using custom cloud endpoints.

Important The only supported method for customising cloud service endpoints is to export the endpoint environment variable; be sure to export the value for IBMCLOUD_API_ENDPOINT env variable.
(#​578) (7a9f899)

terraform-ibm-modules/terraform-ibm-cos (terraform-ibm-modules/cos/ibm)

v8.19.8

Compare Source

Bug Fixes

v8.19.7

Compare Source

Bug Fixes
  • deps: update required_provider to latest for the deployable architecture solution (#​827) (b2f6f09)

v8.19.6

Compare Source

Bug Fixes

v8.19.5

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/secrets-manager/ibm to v1.24.3 (#​832) (0e261cf)

v8.19.4

Compare Source

Bug Fixes

v8.19.3

Compare Source

Bug Fixes

v8.19.2

Compare Source

Bug Fixes

v8.19.1

Compare Source

Bug Fixes
  • deps: update terraform ibm to latest for the deployable architecture solution (#​813) (64e0a00)

v8.19.0

Compare Source

Features
  • improved user experience for validating input variable values
    * updated required terraform to be >= 1.9.0 (#​821) (a1cb65f)

v8.18.0

Compare Source

(#​820) (31bd240)

Features
  • updated the service_credential_secrets input object schema of the DA to support creating service specific roles
    • The service_credentials_source_service_role attribute has been renamed to service_credentials_source_service_role_crn and now requires a full CRN value. For example:
      service_credentials_source_service_role_crn = "crn:v1:bluemix:public:cloud-object-storage::::serviceRole:ObjectWriter"`
    • For detailed usage, see Service credential secrets

v8.17.2

Compare Source

Bug Fixes
  • lock the time provider to specific version in the DA (#​819) (4765387)

v8.17.1

Compare Source

Bug Fixes
  • Added a default prefix value to the DA (cos). NOTE: It is still supported to pass null (or __NULL__ if in projects / schematics) if you do not wan't to use any prefix (#​812) (2876761)

v8.17.0

Compare Source

Features (#​769) (acd33fc)
  • updated configuration to use the new ibm_cos_bucket_lifecycle_configuration for managing lifecycle configuration for a bucket since the legacy approach is now deprecated. Migrating to the new schema addresses the limitations where one cannot create a rule with same rule id that has transition, expiration and abort_incomplete simultaneously, and not being able to create multiple abort_incomplete_multipart_upload rules.
  • support has been added to optionally apply an expire or archive prefix filter using new inputs expire_filter_prefix and archive_filter_prefix

Upgrade note: When upgrading to this version, existing buckets will be updated in-place to migrate to the new lifecycle configuration.

terraform-ibm-modules/terraform-ibm-secrets-manager-secret (terraform-ibm-modules/secrets-manager-secret/ibm)

v1.7.0

Compare Source

Features
  • added support to add custom metadata to a secret using new input custom_metadata (#​251) (faffa4f)

v1.6.0

Compare Source

(#​250) (f6ca9fc)

Features
  • The service_credentials_source_service_role input has now been replaced by service_credentials_source_service_role_crn to allow consumers to create service specific roles. For example:

    service_credentials_source_service_role_crn = "crn:v1:bluemix:public:cloud-object-storage::::serviceRole:ObjectReader"
    

v1.5.0

Compare Source

(#​221) (a485039)

Features
  • added support to create service credentials using existing service ID with new input service_credentials_existing_serviceid_crn
  • added support to pass a a list of custom parameters to the service credential creation using new input service_credentials_parameters
    • Example: service_credentials_parameters = { "service-endpoints" : "public" }

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

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

1 similar comment
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/terraform-module branch 2 times, most recently from 0d50ae2 to d338a5f Compare March 1, 2025 00:25
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

1 similar comment
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/terraform-module branch 2 times, most recently from 3992603 to faea653 Compare March 8, 2025 18:04
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/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