Skip to content

Conversation

@terraform-ibm-modules-ops
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
ibm (source) required_provider minor 1.86.11.87.2
terraform-ibm-modules/base-ocp-vpc/ibm (source) module minor 3.77.43.78.1
terraform-ibm-modules/common-utilities/ibm (source) module minor 1.3.71.4.1
terraform-ibm-modules/iam-serviceid-apikey-secrets-manager/ibm (source) module patch 1.2.191.2.20
terraform-ibm-modules/secrets-manager-private-cert-engine/ibm (source) module patch 1.12.81.12.10
terraform-ibm-modules/secrets-manager-private-cert/ibm (source) module patch 1.10.131.10.16
terraform-ibm-modules/secrets-manager-public-cert-engine/ibm (source) module patch 1.6.151.6.17
terraform-ibm-modules/secrets-manager-secret-group/ibm (source) module patch 1.3.361.3.37
terraform-ibm-modules/secrets-manager-secret/ibm (source) module patch 1.9.121.9.13
terraform-ibm-modules/vpc/ibm (source) module patch 1.5.21.5.3
terraform-ibm-modules/vpe-gateway/ibm (source) module major 4.8.195.0.1

Release Notes

IBM-Cloud/terraform-provider-ibm (ibm)

v1.87.2

Compare Source

Bug Fixes

Enterprise Management
  • fix the redhat regex length range and add - to allowed strings (6623)
Transit Gateway
  • fix update logic of vpn gateway connection peer (6622)

Enhancements

VPC Infrastructure
  • added name field in other protocols (6602)

Code Refactoring

Power Systems
  • Refactor volume resource (6625)
  • Refactor ssh-key resource (6626)

v1.87.1

Compare Source

Enhancements

Enterprise Management
  • support redhat regex expression to owner id validation (6617)

v1.87.0

Compare Source

Bug Fixes

Cloud Databases
  • Fix the attribute in backup_id parameter (6567)
IAM
  • fix(IAM Policy Management): Fix subject stringExists (6598)
Cloud Logs
  • prevent panic when before list contains nil element (6580)
DR AutomationService
  • Dra terraform apis- fmt issue fixed (6612)
  • Dra terraform apis (6600)
VPC Infrastructure
  • added validation for public address range name (6608)

Enhancements

Backup/Recovery
  • add auto_proetction_group_id (6607)
terraform-ibm-modules/terraform-ibm-base-ocp-vpc (terraform-ibm-modules/base-ocp-vpc/ibm)

v3.78.1

Compare Source

Bug Fixes
  • update the default kube-audit image tag and digest (#​923) (68e470a)

v3.78.0

Compare Source

Features
  • The traffic in transit between the audit webhook service in the cluster and the components that send audit events to it is encrypted using HTTPS in the kube-audit sub-module. The module will run a script to execute steps mentioned here to generate a private key and approve the certificate using kubectl. To opt out of this and use HTTP instead (not recommended) you can set enable_https_traffic to false.
    - NOTE: This will enabled by default in the Standard - Integrated setup with configurable services DA variation. Users upgrading to a previous version of the DA will see an update in place which will re-create the kube secret and restart the kube-audit pods to apply the HTTPS configuration (#​914) (302bf3b)

v3.77.7

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/landing-zone-vpc/ibm to v8.10.8 (#​927) (0eae26e)

v3.77.6

Compare Source

Bug Fixes

v3.77.5

Compare Source

Bug Fixes
terraform-ibm-modules/terraform-ibm-common-utilities (terraform-ibm-modules/common-utilities/ibm)

v1.4.1

Compare Source

Bug Fixes
  • updated icd-versions submodule required IBM provider range to ">= 1.79.2, <2.0.0" (#​136) (b1931b3)

v1.4.0

Compare Source

Features
  • added new submodule for returning supported ICD versions (#​134) (941e69a)
terraform-ibm-modules/terraform-ibm-iam-serviceid-apikey-secrets-manager (terraform-ibm-modules/iam-serviceid-apikey-secrets-manager/ibm)

v1.2.20

Compare Source

Bug Fixes
  • add input validation to the labels input variable (#​370) (8da0354)
terraform-ibm-modules/terraform-ibm-secrets-manager-private-cert-engine (terraform-ibm-modules/secrets-manager-private-cert-engine/ibm)

v1.12.10

Compare Source

Bug Fixes

v1.12.9

Compare Source

Bug Fixes
terraform-ibm-modules/terraform-ibm-secrets-manager-private-cert (terraform-ibm-modules/secrets-manager-private-cert/ibm)

v1.10.16

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/secrets-manager-secret-group/ibm to v1.3.37 (#​416) (f34ae29)

v1.10.15

Compare Source

Bug Fixes

v1.10.14

Compare Source

Bug Fixes
terraform-ibm-modules/terraform-ibm-secrets-manager-public-cert-engine (terraform-ibm-modules/secrets-manager-public-cert-engine/ibm)

v1.6.17

Compare Source

Bug Fixes

v1.6.16

Compare Source

Bug Fixes
terraform-ibm-modules/terraform-ibm-secrets-manager-secret-group (terraform-ibm-modules/secrets-manager-secret-group/ibm)

v1.3.37

Compare Source

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

v1.9.13

Compare Source

Bug Fixes
  • updated the variable validation on the secret_labels to align with what the service supports (#​404) (6c73db3)
terraform-ibm-modules/terraform-ibm-vpc (terraform-ibm-modules/vpc/ibm)

v1.5.3

Compare Source

Bug Fixes
  • deps: updated required IBM provider version to ">= 1.79.0, < 2.0.0" (#​146) (230a621)
terraform-ibm-modules/terraform-ibm-vpe-gateway (terraform-ibm-modules/vpe-gateway/ibm)

v5.0.1

Compare Source

Bug Fixes

v5.0.0

Compare Source

Bug Fixes
  • the deprected allow_dns_resolution_binding attribute of both the cloud_services and cloud_service_by_crn inputs have been replaced by the dns_resolution_binding_mode attribute. This attribute supports the values "disabled", "per_resource_binding", and "primary"
  • the required IBM provider version has been updated to ">=1.86.1, <2.0.0" (#​749) (2a37638)
BREAKING CHANGES
  • To match the changes on the Terraform resource is_virtual_endpoint_gateway, this release introduces a breaking change to the variables cloud_services and cloud_service_by_crn. The boolean field allow_dns_resolution_binding has been removed and replaced with a more flexible string field dns_resolution_binding_mode to support advanced configurations (i.e. primary, disabled and per_resource_binding value allowed), with the following mapping
    • allow_dns_resolution_binding = "false" -> dns_resolution_binding_mode = "disabled"
    • allow_dns_resolution_binding = "true" -> dns_resolution_binding_mode = "primary"

For more details refer to the resource migration guide

Module Migration Guide:
  • If you are explicitly setting allow_dns_resolution_binding in your cloud_services or cloud_service_by_crn lists different from the default value then on migration the plan will show update-in-place for those services as the new module will use the default value for dns_resolution_binding_mode.
  • This means that, without changing anything in your input, if you leave allow_dns_resolution_binding=true with the new version, the is_virtual_endpoint_gateway resource dns_resolution_binding_mode will assume its default value disabled instead of the primary value matching the previous true value.
  • Therefore the new field needs to be set as follows, according to the value you are explicitly setting with the previous module versions:
    • if you are setting allow_dns_resolution_binding=false-> set dns_resolution_binding_mode = "disabled" in your input
    • if you are setting allow_dns_resolution_binding=true -> set dns_resolution_binding_mode = "primary" in your input
      After making the changes run terraform plan to ensure that there is No change in the infrastructure.

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

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.

3 participants