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 required_provider to latest for deployable architectures #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

terraform-ibm-modules-ops
Copy link

@terraform-ibm-modules-ops terraform-ibm-modules-ops commented Jan 10, 2025

This PR contains the following updates:

Package Type Update Change
helm (source) required_provider minor >= 2.8.0, <3.0.0 -> >= 2.17.0, < 3.0.0
ibm (source) required_provider minor >= 1.66.0, < 2.0.0 -> >= 1.75.2, < 2.0.0
ibm (source) required_provider minor >= 1.68.1, < 2.0.0 -> >= 1.75.2, < 2.0.0
random (source) required_provider minor >= 3.4.3, < 4.0.0 -> >= 3.6.3, < 4.0.0

Release Notes

hashicorp/terraform-provider-helm (helm)

v2.17.0

Compare Source

ENHANCEMENT:

  • resource/helm_release: the dry-run option is now set to server to execute any chart lookups against the server during the plan stage. [GH-1335]

BUG FIXES:

  • resource/helm_release: fix an issue where postrender.args is not parsed correctly. [GH-1534]

v2.16.1

Compare Source

BUG FIXES:

  • helm_release: Fix nil pointer deref panic on destroy when helm release is not found [GH-1501]

v2.16.0

Compare Source

BUG FIXES:

  • helm_release: On destroy, do not error when release is not found [GH-1487]
  • resource/helm_release: Fix: only recompute metadata when the version in the metadata changes [GH-1458]

v2.15.0

Compare Source

ENHANCEMENT:

  • resource/helm_release: add upgrade_install boolean attribute to enable idempotent release installation, addressing components of GH-425 [GH-1247]

v2.14.1

Compare Source

DEPENDENCIES:

  • Bump golang.org/x/crypto from v0.23.0 to v0.25.0 [GH-1399]
  • Bump k8s.io/api from v0.30.0 to v0.30.3 [GH-1436]
  • Bump k8s.io/apimachinery from v0.30.0 to v0.30.3 [GH-1436]
  • Bump k8s.io/client-go from v0.30.0 to v0.30.3 [GH-1436]
  • Bump helm.sh/helm/v3 from v3.13.2 to v3.15.3 [GH-1422]

v2.14.0

Compare Source

ENHANCEMENT:

  • Add support for Terraform's experimental deferred actions [GH-1377]
  • helm_release: add new attributes metadata.last_deployed, metadata.first_deployed, metadata.notes [GH-1380]

v2.13.2

Compare Source

DEPENDENCIES:

  • Bump github.com/docker/docker from 24.0.7 to 24.0.9
  • Bump golang.org/x/net from 0.21.0 to 0.23.0
  • Bundle license file with TF provider release artifacts

v2.13.1

Compare Source

HOTFIX:

  • helm_release: Fix regression causing errors at plan time.

v2.13.0

Compare Source

BUG FIXES:

  • provider: Fix manifest diff rendering for OCI charts. [GH-1326]

DOCS:

  • docs: Use templatefile() instead of "template_file" provider in GKE example. [GH-1329]

v2.12.1

Compare Source

DEPENDENCIES:

  • Bump Golang from 1.20 to 1.21. [GH-1300]
  • Bump github.com/hashicorp/go-cty from v1.4.1-0.20200414143053-d3edf31b6320 to v1.4.1-0.20200723130312-85980079f637. [GH-1300]
  • Bump github.com/hashicorp/terraform-plugin-docs from v0.14.1 to v0.16.0. [GH-1300]
  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from v2.26.1 to v2.30.0. [GH-1300]
  • Bump golang.org/x/crypto from v0.14.0 to v0.16.0. [GH-1300]
  • Bump helm.sh/helm/v3 from v3.13.1 to v3.13.2. [GH-1300]
  • Bump k8s.io/api from v0.28.3 to v0.28.4. [GH-1300]
  • Bump k8s.io/apimachinery from v0.28.3 to v0.28.4. [GH-1300]
  • Bump k8s.io/client-go from v0.28.3 to v0.28.4. [GH-1300]
  • Bump sigs.k8s.io/yaml from v1.3.0 to v1.4.0. [GH-1300]

v2.12.0

Compare Source

BUG FIXES:

  • helm_release: Fix perpetual diff when version attribute is an empty string [GH-1246]

DEPENDENCIES:

  • Bump helm.sh/helm/v3 from 3.12.0 to 3.13.1

v2.11.0

Compare Source

ENHANCEMENT:

  • kubernetes/provider.go: Add tls_server_name kubernetes provider options. [GH-839]
  • resource/helm_release: add name field validation to be limited to 53 characters. [GH-1228]

BUG FIXES:

  • helm/resource_release.go: Fix: version conflicts when using local chart [GH-1176]
  • resource/helm_release: Add nil check for set_list.value to prevent provider ChartPathOptions [GH-1231]

v2.10.1

Compare Source

HOTFIX:

  • helm_release: Fix: Only recompute metadata if version actually changes. [GH-1150]

v2.10.0

Compare Source

FEATURES:

  • helm_release: Add set_list attribute [GH-1071]

BUG FIXES:

  • helm_release: Always recompute metadata when a release is updated [GH-1097]

DEPENDENCIES:

  • Bump helm.sh/helm/v3 from 3.11.2 to 3.12.0 [GH-1143]

v2.9.0

Compare Source

FEATURES:

  • provider: Add a new attribute burst_limit for client-side throttling limit configuration. [GH-1012]

ENHANCEMENT:

  • data_source/helm_template: Add a new attribute crds which when include_crds is set to true will be populated with a list of the manifests from the crds/ folder of the chart. [GH-1050]

BUG FIXES:

  • resource/helm_release: Fix an issue when the provider crashes with the error message Provider produced inconsistent final plan after upgrading from v2.5.1 to v2.6.0 and higher. That happened due to changes in the provider schema and the introduction of a new attribute pass_credentials that was not properly handled. [GH-982]

DOCS:

  • data_source/helm_template: Add a new attribute crds [GH-1050]
  • data_source/helm_template: Correct some errors in examples. [GH-1027]
  • provider: Add a new attribute burst_limit. [GH-1012]
  • provider: Add a note regarding the KUBECONFIG environment variable. [GH-1051]
  • resource/helm_release: Add usage example for OCI repositories. [GH-1030]
  • resource/helm_release: Add usage examples for GCS and S3 plugins. [GH-1026]

DEPENDENCIES:

  • Bump github.com/containerd/containerd from 1.6.6 to 1.6.12 [GH-1029]
  • Bump golang.org/x/crypto from 0.5.0 to 0.6.0 [GH-1055]
  • Bump helm.sh/helm/v3 from 3.9.4 to 3.11.1 [GH-1036] [GH-1054]
  • Bump k8s.io/client-go from 0.24.2 to 0.26.1 [GH-1037]

NOTES:

  • provider: kubernetes.exec.api_version no longer supports client.authentication.k8s.io/v1alpha1. Please, switch to client.authentication.k8s.io/v1beta1 or client.authentication.k8s.io/v1. [GH-1037]
IBM-Cloud/terraform-provider-ibm (ibm)

v1.75.2

Compare Source

Enhancements

  • Regex fix parnercentersellv1 (5958)
  • docs(Cloud Databases): update supported services for configuration (5975)
  • Added custom endpoints support for logs routing (5974)
  • Created wrapper function around GetOkExists and all GetOk function usage has been replaced with GetFieldExists wrapper function (5965)

BugFixes

  • Global Search and Global Tagging private endpoint generation appear incorrect (4843)

v1.75.1

Compare Source

Enhancements

  • Add Custom Endpoints to Logs Routing Service (5961)

v1.75.0

Compare Source

  • Support for Cloud logs
    • Datasources
      • ibm_logs_stream
      • ibm_logs_streams
    • Resources
      • ibm_logs_stream
  • Support for Power System
    • Datasources
      • ibm_pi_instance_snapshot
  • Support for SDSaaS
    • Resources
      • ibm_sds_volume
      • ibm_sds_host
        Enhancements
  • IBM Cloud Shell: re-gen provider for adopting the new error toolchain (5904)
  • feat(PDNS): update custom resolver profile and views (5625)
  • feat(CIS): Logpush to cloud logs and generic destination (5872)
  • fix(PDNS): removal of custom resolver location resource (5915)
  • Add custom service parameters and other gc flags parnercentersellv1 (5900)
  • fix(PDNS): add a note for custom resolver location order change (5921)
  • ODF 4.17 initial support (5933)
  • feat: update vmware service (5926)
    BugFixes
  • Vpngwconn fix (5917)

v1.74.0

Compare Source

  • Support for Power System
    • Datasources
      • ibm_pi_virtual_serial_number
      • ibm_pi_virtual_serial_numbers
    • Resources
      • ibm_pi_virtual_serial_number
  • Support for VPC
    • Datasources
      • ibm_is_share_snapshot
      • ibm_is_share_snapshots
    • Resources
      • ibm_is_share_snapshot
  • Support for Backup Recovery
    • Datasources
      • ibm_backup_recovery_agent_upgrade_tasks
      • ibm_backup_recovery_download_agent
      • ibm_backup_recovery_search_indexed_object
      • ibm_backup_recovery_object_snapshots
      • ibm_backup_recovery_connectors_metadata
      • ibm_backup_recovery_data_source_connections
      • ibm_backup_recovery_data_source_connectors
      • ibm_backup_recovery_search_objects
      • ibm_backup_recovery_search_protected_objects
      • ibm_backup_recovery_protection_group
      • ibm_backup_recovery_protection_groups
      • ibm_backup_recovery_protection_group_runs
      • ibm_backup_recovery_protection_policies
      • ibm_backup_recovery_protection_policy
      • ibm_backup_recovery
      • ibm_backup_recoveries
      • ibm_backup_recovery_download_files
      • ibm_backup_recovery_source_registrations
      • ibm_backup_recovery_source_registration
      • ibm_backup_recovery_download_indexed_files
      • ibm_backup_recovery_protection_sources
    • Resources
      • ibm_backup_recovery_agent_upgrade_task
      • ibm_backup_recovery_protection_group_run_request
      • ibm_backup_recovery_data_source_connection
      • ibm_backup_recovery_data_source_connector_patch
      • ibm_backup_recovery_download_files_folders
      • ibm_backup_recovery_restore_points
      • ibm_backup_recovery_perform_action_on_protection_group_run_request
      • ibm_backup_recovery_protection_group
      • ibm_backup_recovery_protection_policy
      • ibm_backup_recovery
      • ibm_backup_recovery_source_registration
      • ibm_backup_recovery_update_protection_group_run_request
      • ibm_backup_recovery_connection_registration_token
  • Support for Code Engine
    • Datasources
      • ibm_code_engine_allowed_outbound_destination
    • Resources
      • ibm_code_engine_allowed_outbound_destination

Enhancements

  • New logging mechanism globaltagging (5858)
  • Secrets Manager docs update (5857)
  • Fix vul issues on multiple indirect dependencies (5877)
  • Power add host reference to host datasources (5834)
  • fix(Cloud Databases): always include host flavor with scaling requests (5882)
  • Fix supported patterns and extended tests (5811)
  • Revert "feat(Cloud Databases): Update Database Password Complexity Validation" (5880)
  • Remove SA notes for cluster networks for vpc (5861)
  • Upgraded App Configuration go admin SDK to latest version, Replaced plain fmt error function with flex error function (5883)
  • added enablement for error toolchain, added support for cron schedulerfor event-notifications resources (5893)
  • Adding Changes for F1888 Object Expiration Filtering (5768)
  • Diag Logging for schematics updated (5851)

BugFixes

  • fix(reservation): Reservation data source crash fix (5879)
  • Fix hanging after name update when vm shutdown, fix null pointer error when updating VOD (5881)

v1.73.0

Compare Source

  • Support for Db2 SaaS
    • Datasources
      • ibm_db2_connection_info
      • ibm_db2_whitelist_ip
      • ibm_db2_autoscale

Enhancements

  • feat(Cloud Databases): Update Database Password Complexity Validation (5701)

BugFixes

  • fix(Cloud Databases): Key protect revert fix (#​5870) (5870)
  • fix(Cloud-Databases): RR & PITR Groups Attribute is Fixed for Source Formations with Multiple Members (5871)
  • fix(Cloud Databases): send host flavor with scaling requests (#​5874) (5874)
  • Added 100 default capacity to the volume when no attributes is set (5865)

v1.72.2

Compare Source

BugFixes

  • Fix the issue of loading IAM endpoints either for stage or file (5866)

v1.72.1

Compare Source

BugFixes

  • Breaking change fix Revert "Add version validation (5859)

v1.72.0

Compare Source

Features

  • Support for Db2 SaaS

    • Resources
      • ibm_db2
    • Datasources
      • ibm_db2
  • Support for IAM

    • Datasources
      • ibm_iam_effective_account_settings
  • Support for MQaaS
    -Resources
    - ibm_mqcloud_virtual_private_endpoint_gateway

    • Datasources
      • ibm_mqcloud_virtual_private_endpoint_gateway
      • ibm_mqcloud_virtual_private_endpoint_gateways
  • Support for VPC

    • Datasources
      • ibm_is_cluster_network
      • ibm_is_cluster_networks
      • ibm_is_cluster_network_interface
      • ibm_is_cluster_network_interfaces
      • ibm_is_cluster_network_profile
      • ibm_is_cluster_network_profiles
      • ibm_is_cluster_network_subnet
      • ibm_is_cluster_network_subnets
      • ibm_is_cluster_network_subnet_reserved_ip
      • ibm_is_cluster_network_subnet_reserved_ips
      • ibm_is_instance_cluster_network_attachment
      • ibm_is_instance_cluster_network_attachments
    • Resources
      • ibm_is_cluster_network_interface
      • ibm_is_cluster_network_subnet_reserved_ip
      • ibm_is_cluster_network_subnet
      • ibm_is_cluster_network
      • ibm_is_instance_cluster_network_attachment
  • Support for Power System

    • Datasources
      • ibm_pi_network_peers

Enhancements

  • Add version validation (5791)
  • Refactor shared-processor-pool resource (5796)
  • Refactor Cloud Connection Network Attach (5781)
  • Import a resource provisioned with key_protect_id and key_protect_instance attributes set (5798)
  • enable commit while creating template/version (5797)
  • ListClassicWorkers => ListAllWorkers (5784)
  • chore: update mirroring example doc (5767)
  • Update resource_instance.html.markdown (5806)
  • fix(cloud-databases): Refactor tests Part 1 (5810)
  • feat(BM-Reservations-Automatic-Attachment): Baremetal Server Reservations and Reservations Automatic Attachment (5805)
  • Support enable secure-by-default (5751)
  • Added support for volume_prototypes on ibm_is_instance resource (5777)
  • ODF 4.16 terraform support (5789)
  • Add Chenai to the doc (5813)
  • ibm_pag_instance should force a new instance when parameters_json are updated (5807)
  • Add power private datacenter capabilities (5833)
  • fixed instance, instance template documents, alignment (5850)
  • fix: instance cluster network attachment update (5853)
  • Custom Diff User Tags (5844)
  • added primary_ip refernce to nac for consistency (5847)

BugFixes

  • ICD: Promote read replicas (5738)
  • docs(pps): Remove SA notes fpr private path service gateway feature (5788)
  • Fix sap profile datasource warning (5779)
  • fixed documents for is datasources (5782)
  • fix: eventstreams sarama clientid (5802)
  • fix(ibm_is_image): 404 error fix on datasource (5769)
  • fix(ibm_is_share): 404 error fix on datasource (5770)
  • fix(ibm_is_snapshot): 404 error fix on datasource (5771)
  • vol fix for snapshot crn (5815)
  • fix: adjust validation for Code Engine application scale_concurrency_target (5792)

v1.71.3

Compare Source

Bugfixes

  • fix: HOT FIX to include properties from issue 5579 (5818)

v1.71.2

Compare Source

Bugfixes

  • Tags support config aggregator & Bug fix for settings api (5783)
  • fix(partner center sell): fix patch nested fields (5785)

v1.71.1

Compare Source

Bugfixes

  • Add error if image not found (5730)
  • fix(lb): fix for lb data source collection (5763)
  • 404 error fix on ibm_is_virtual_network_interface_floating_ip datasource (5762)
  • LB profile datasource access mode value support (5773)

v1.71.0

Compare Source

Features

  • Support Power System
    • Resources
      • ibm_pi_network_interface
      • ibm_pi_storage_tiers
      • ibm_pi_network_address_group
      • ibm_pi_network_address_group_member
      • ibm_pi_network_security_group_action
      • ibm_pi_network_security_group_member
      • ibm_pi_network_security_group_rule
      • ibm_pi_network_security_group
    • Datasources
      • ibm_pi_network_interface
      • ibm_pi_network_interfaces
      • ibm_pi_volume_snapshot
      • ibm_pi_volume_snapshots
      • ibm_pi_network_address_group
      • ibm_pi_network_address_groups
      • ibm_pi_network_security_group
      • ibm_pi_network_security_groups
  • Support Event Notification
    • Resources
      • ibm_en_webhook_template
    • Datasources
      • ibm_en_webhook_template
  • Support Event Streams
    • Resources
      • ibm_event_streams_quota
      • ibm_event_streams_schema_global_rule
      • ibm_event_streams_mirroring_config
    • Datasources
      • ibm_event_streams_quota
      • ibm_event_streams_schema_global_rule
      • ibm_event_streams_mirroring_config
  • Support VPC
    • Datasources
      • ibm_is_private_path_service_gateway
      • ibm_is_private_path_service_gateway_account_policy
      • ibm_is_private_path_service_gateway_account_policies
      • ibm_is_private_path_service_gateways
      • ibm_is_private_path_service_gateway_endpoint_gateway_binding
      • ibm_is_private_path_service_gateway_endpoint_gateway_bindings
    • Resources
      • ibm_is_private_path_service_gateway_account_policy
      • ibm_is_private_path_service_gateway
      • ibm_is_private_path_service_gateway_revoke_account
      • ibm_is_private_path_service_gateway_endpoint_gateway_binding_operations
      • ibm_is_private_path_service_gateway_operations

Enhancements

  • Granular CRN for images (5646)
  • Granular CRN for instance resources (5647)
  • granular CRN for volumes (5651)
  • Add GRS for volume data sources (5671)
  • Add GRS Attributes/Arguments to pi_volume resource (5668)
  • Add replication_pool_map to disaster recovery data sources (5664)
  • Add GRS (5665)
  • Add source checksum field to image data source (5663)
  • Add datacenter capability details (5666)
  • Update Storage Connection (5667)
  • Add support_systems for sap profile (5670)
  • Add GRS attributes to pi volume group data sources and related (5673)
  • Update documentation for ibm_resource_tag (5700)
  • Add Workspace NSG (5727)
  • Update database.html.markdown (5717)
  • Update partnercentersell service (5721)
  • add orphan_resource_on_delete argument to worker pool resources (5705)
  • Tekton pipeline re-generated with latest SDK generator (5715)
  • Added support for vpn gateway connection distribute traffic (5733)
  • feat(PPS): Add support for private path service gateway and private path load balancer (5712)
  • Added support for defined_performance changes in is_volume (5694)
  • feat(routing-table-crn): UI 37487 routing table crn and SDK migration PR (5708)
  • feat: CBR regenerate provider (5724)
  • added support for identifier in volume datasource (5742)
  • re-ordered catalog offering on is_snapshot(s) (5741)
  • fix on vpn gateway connection (5737)
  • update kp operations to use flex logger (5732)
  • ibm_container_vpc_worker_pool - remove Computed for secondary_storage property (5720)
  • Ended IBM cloud functions support as Event Notifications destination (5755)
  • Enhance partnercentersellv1 (5747)
  • fix(toolchain): adopt new error formats (5756)
  • fix: bump continuous delivery Go SDK version (5759)
  • Routing table tags support (5750)
  • Deprecate classic_access on ibm_is_vpc (5760)

Bugfixes

  • Fix Config Aggregator (5723)
  • fix rule_group resource panic (5744)
  • App config bug fix (5748)
  • fix(EGW): avoid tainting endpoint gateway on timeout when the target PPSG has the access policy as review (5752)
  • fix(ALB): Fix for ALB creation do not send private path false in request for alb (5758)
  • [scc] Failure when attempting to update schedule for resource ibm_scc_profile_attachment (5718)

v1.70.1

Compare Source

BugFixes

  • Fix test bucket endpoints (5695)

v1.70.0

Compare Source

Breaking Changes

  • update(cloud-databases): Make Service Endpoints as Required argument(5615)

Features

  • Support IAM Access tag
    • Resources
      • ibm_iam_access_tag
  • Support VPC
    • Resources
      • ibm_is_subnet_reserved_ip_patch
  • Support code Engine
    • Resources
      • ibm_code_engine_function
  • Support Configuration Aggregator
    • Resources
      • ibm_config_aggregator_settings
    • Datasources
      • ibm_config_aggregator_configurations
      • ibm_config_aggregator_settings
      • ibm_config_aggregator_resource_collection_status

Enhancements

  • add service_to_service_enabled field to atracker event streams endpoint (5605)
  • Deprecated ibm_resource_access_tag and replaced it with ibm_iam_access_tag (5567)
  • SM New error formatting + crypto_key label name changes (5562)
  • Deprecating alias and bindings APIs and schema items (5612)
  • update(cloud-databases): Make Service Endpoints Required and send warning when public endpoints are in use (5402)
  • discourage use of ibm_container_bind_service (5588)
  • updated resources, data source and documentation for Slack Direct destination support (5615)
  • IAM Policy Assignment: S2S Policy Assignments ET and AG (5624)
  • fix for context and history parameter of template assignment (5640)
  • Updating to latest schematics sdk and updating sch_agent resource to enable force deletion by default (5660)
  • add support for 4th zone (5644)
  • add support for CRN attribute for Power Network (5649)
  • add support for CRN attribute for Power Shared Processor (5650)
  • add support for CRN attribute for Power Snapshot (5650)
  • Secrets Manager IAM credentials secrets with S2S (5678)
  • fix: update error diagnostic reporting in existing Event Streams code (5685)
  • feat(Catalog Management): support new offering version limit (5688)
  • sch Agent resource updated to accommodate agent destroy resources (5691)
  • feat(tekton): add support for fork feature (5693)

BugFixes

  • The ibm_resource_tag do not detach if tag_type is access or service (5566)
  • fix(is_share): added empty check and moved source_share_crn outside (5632)
  • Add test bucket endpoints (5636)
  • The ibm_resource_tag does not check the response on api tags calls (5641)
  • Fix incorrect handling of trusted profile static CRN identities (5681)
  • Fix multibyte character and optional attributes fix for Cloud logs (5679)
  • fix(lb-pool-member): Add a nil check before accessing member weight (5682)
  • Fix unicode characters for name fields in cloud logs resources (5698)

v1.69.2

Compare Source

  • Add region parameter to logs-routing resources and data sources (5634)
  • fix(is_share): added empty check and moved source_share_crn outside (5632)

v1.69.1

Compare Source

BugFixes

  • BUG: 1.69.0 panic when attempting to update ibm_resource_instance (5618)
  • fix: unexpected topic state change and acceptance test (5620)
  • docs: add missing target_type from ibm_atracker_target documentation (5627)
  • wait_till for Classic Clusters data source is not working (ibm_container_cluster) (5611)
  • ibm_is_instance for catalog images is not allowing vsi creation with VNI (5629)
  • Updated documents for vpn gateway connection (5628)

v1.69.0

Compare Source

Features

  • Support Cloud Logs Routing

    • Datasources
      • ibm_logs_router_tenant
    • Resources
      • ibm_logs_router_tenants
      • ibm_logs_router_targets
  • Support EN

    • Datasources
      • ibm_en_metrics
      • ibm_en_smtp_allowed_ips
  • Support Partner Center Sell

    • Resources
      • ibm_onboarding_registration
      • ibm_onboarding_product
      • ibm_onboarding_iam_registration
      • ibm_onboarding_catalog_product
      • ibm_onboarding_catalog_plan
      • ibm_onboarding_catalog_deployment
      • ibm_onboarding_resource_broker

Enhancements

  • Deprecate force_delete attribute of ibm_kms_rings (5539)
  • feat(tekton): Add support for CEL filtering (5531)
  • PKI HSM Addition (5531)
  • updated error messages for catalog service (5553)
  • feat(CIS): Origin Post Quantum Encryption and Max HTTP Version (5504)
  • refactor of instance network attachment reference to use vni (5563)
  • Update storage types docs (5569)
  • Force delete subresources during kmip_adapter destroy, avoid casting panics (5565)
  • Add support for retry of deletion of resource group (5537)
  • Remove beta for logs service docs (5581)
  • feat: document tagging and enhanced metrics (5604)
  • move wait_till logic into function, integrate it into cluster datasource (5540)

BugFixes

  • fix(docs): doc section fix for share accessor binding data sources (5559)
  • Fix panics on alerts resource (5561)
  • ibm_is_lb: Total provision time too long (5523)
  • ibm_pi_image docs should link to the catalog images ibm_pi_catalog_images (5047)
  • Resource controller can't able to update service-endpoint for event-stream instance (5568)
  • The terraform-provider-ibm_v1.68.1 plugin crashed when trying to update Code Engine Secrets (5582)
  • ibm_scc_profile_attachment does not update attachment parameters (5535)
  • fix: wait for async instance update (5601)
  • Updated ibm_is_subnet_reserved_ip docs (5606)

v1.68.1

Compare Source

BugFixes

  • Fix code engine job regression (5545)
  • Update(Cloud-Databases): Added hints for region and location mismatches (5557)
  • fix(Cloud-Databases): Remove deprecated connectionstrings attribute (5554)
  • remove the return value from waitForVpcCluster (5557)
  • fix: read endpoint type from schema (5552)

v1.68.0

Compare Source

Features

  • Support CBR
    • Datasources
      • ibm_cbr_zone_addresses
    • Resources
      • ibm_cbr_zone_addresses
  • Support CIS
    • Datasources
      • ibm_cis_origin_certificates
    • Resources
      • ibm_cis_advanced_certificate_pack_order
      • ibm_cis_origin_certificate_order
  • Support VPC
    • Resources
      • ibm_is_bare_metal_server_initialization

Enhancements

  • Add dhcp network support for stratos (5503)
  • IAM Policy Assignment: S2S Policy Assignments (5499)
  • Code Engine Provider and Documentation Update (5347)
  • move wait_till logic into function, integrate it into vpc_cluster datasource (5476)
  • Remove hardcoded values for private and direct cos config endpoint (5484)
  • feat(bm-dynamic-bandwidth): Support for bandwidth in bare metal (5493)
  • Doc update for ODF (5454)
  • feat(fs-cross-account): Support for file share cross account access (5510)
  • feat Bm firmware update (5519)
  • Changing the documentation for SCC (5456)
  • feat(lb-parameterized-redirect): Update doc to specify parameterized url redirect (5521)
  • chore(Cloud-Databases): Remove Datastax (5511)
  • feat(ResourceController): Added onetime_credentials to ResourceInstance and ResourceKey read schemas (5532)
  • Add PhysicalAddress and CapabilitiesManagedBySatellite to Terraform SatelliteLocation (5530)
  • Added support for bm reinitialization (5520)

BugFixes

  • fix(CIS): updating managed ruleset documents (5488)
  • fix(ins-keys): Make VSI keys optional (5518)
  • fix(is-volume): Set catalogoffering computed attribute empty list (5514)
  • add import_on_create param to ibm_container_vpc_worker_pool doc (5506)
  • [Doc]Update Doc for E1080 Support (5536)
  • Fix(iam-identity):trusted profile templates (5440)
  • S2S documentation note for ibm_kms_key and minor linting fixes (5529)

v1.67.1

Compare Source

BugFixes

  • Error: The terraform-provider-ibm_v1.67.0 plugin crashed! (5485)
  • Fix for adding retention rule issue for existing bucket (5481)

v1.67.0

Compare Source

Features

  • Support MQCloud

    • Datasources
      • ibm_mqcloud_queue_manager_options
  • Support VPC

    • Datasources
      • ibm_is_vpn_gateway_connection_local_cidrs
      • ibm_is_vpn_gateway_connection_peer_cidrs
  • Support Cloud Logs

    • Datasources
      • ibm_logs_dashboard_folders
      • ibm_logs_data_usage_metrics
      • ibm_logs_enrichment
      • ibm_logs_data_access_rule
    • Resources
      • ibm_logs_dashboard_folders
      • ibm_logs_data_usage_metrics
      • ibm_logs_enrichment
      • ibm_logs_data_access_rule
  • Support Transite Gateway

    • Resources
      • ibm_tg_connection_rgre_tunnel
  • Support Power VS

    • Datasources
      • ibm_pi_available_hosts
      • ibm_pi_host_group
      • ibm_pi_host_groups
      • ibm_pi_host
      • ibm_pi_hosts
    • Resources
      • ibm_pi_host_group

Enhancements

  • Adding default prefixfiletr for TGW connection dependency (5406)
  • Add ams channels config support to keystore resource (5411)
  • fix(CatalogManagement): remove deprecated arguments not supported in latest sdk (5405)
  • support for terraform v1.6 in schematics workspace (5405)
  • support Management Data Events in COS (5277)
  • Support for vpn advanced configurations (5407)
  • support for snapshot crn (5399)
  • enhancement(sg): added filters on sg data source (5390)
  • Billing and Metring for images- BM3PI (5419)
  • Support for protocol state filtering mode in VNI protocol (5428)
  • Support for confidential compute profiles in instance and instance template (5430)
  • Project service: support for ca-tor region, support for auto_deploy feature (5430)
  • Transit Gateway: Adding new connection type Redundant GRE to the transite gateway (5433)
  • Support deploymentTarget for Power Instance (5446)
  • Datasource ibm_catalog_cm by Private Catalog Name (5434)
  • Add host_id to Power SPP (5447)
  • Add initialize fault attribute to nil on first read (5420)
  • Allow resizing kubernetes service worker-pools to 0 (5460)
  • Fix managed ruleset apis (5417)
  • Image import for Power Image (5448)
  • UI 35145 os image user data format (5467)

BugFixes

  • store_value argument ignored when creating a service api key (4615)
  • Adding PAG changes (5421
  • Fix logs resources and support dashboard_folder resource (5426)
  • Fix policy references bug in AG templates (5427)
  • ibm_cos_bucket doesn't have the right value for s3_endpoint_public when endpoint_type is set to private (5404)
  • doc update for vni in instance and shares (5429)
  • Update tagging logic in volume attachments in is_instance ([5029](https://redirect.github.com/IBM-Cloud/terraform-provider-ibm/pull/5

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

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