terraform-ibm-modules / terraform-ibm-scc-da

A deployable architecture solution to deploy IBM Security and Compliance related resources
Apache License 2.0
0 stars 2 forks source link

fix(deps): update required_provider to latest for the deployable architecture solution #209

Closed terraform-ibm-modules-ops closed 1 month ago

terraform-ibm-modules-ops commented 1 month ago

This PR contains the following updates:

Package Type Update Change
helm (source) required_provider minor 2.15.0 -> 2.16.0
ibm (source) required_provider minor 1.69.2 -> 1.70.0
kubernetes (source) required_provider minor 2.32.0 -> 2.33.0

Release Notes

hashicorp/terraform-provider-helm (helm) ### [`v2.16.0`](https://togithub.com/hashicorp/terraform-provider-helm/blob/HEAD/CHANGELOG.md#2160-Oct-10-2024) [Compare Source](https://togithub.com/hashicorp/terraform-provider-helm/compare/v2.15.0...v2.16.0) BUG FIXES: - `helm_release`: On destroy, do not error when release is not found \[[GH-1487](https://togithub.com/hashicorp/terraform-provider-helm/issues/1487)] - `resource/helm_release`: Fix: only recompute metadata when the version in the metadata changes \[[GH-1458](https://togithub.com/hashicorp/terraform-provider-helm/issues/1458)]
IBM-Cloud/terraform-provider-ibm (ibm) ### [`v1.70.0`](https://togithub.com/IBM-Cloud/terraform-provider-ibm/blob/HEAD/CHANGELOG.md#1700-Oct-06-2024) [Compare Source](https://togithub.com/IBM-Cloud/terraform-provider-ibm/compare/v1.69.2...v1.70.0) Breaking Changes - update(cloud-databases): Make Service Endpoints as Required argument([5615](https://togithub.com/IBM-Cloud/terraform-provider-ibm/pull/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](https://togithub.com/IBM-Cloud/terraform-provider-ibm/pull/5605)) - Deprecated ibm_resource_access_tag and replaced it with ibm_iam_access_tag ([5567](https://togithub.com/IBM-Cloud/terraform-provider-ibm/pull/5567)) - SM New error formatting + crypto_key label name changes ([5562](https://togithub.com/IBM-Cloud/terraform-provider-ibm/pull/5562)) - Deprecating alias and bindings APIs and schema items ([5612](https://togithub.com/IBM-Cloud/terraform-provider-ibm/pull/5612)) - update(cloud-databases): Make Service Endpoints Required and send warning when public endpoints are in use ([5402](https://togithub.com/IBM-Cloud/terraform-provider-ibm/pull/5402)) - discourage use of ibm_container_bind_service ([5588](https://togithub.com/IBM-Cloud/terraform-provider-ibm/pull/5588)) - updated resources, data source and documentation for Slack Direct destination support ([5615](https://togithub.com/IBM-Cloud/terraform-provider-ibm/pull/5615)) - IAM Policy Assignment: S2S Policy Assignments ET and AG ([5624](https://togithub.com/IBM-Cloud/terraform-provider-ibm/pull/5624)) - fix for context and history parameter of template assignment ([5640](https://togithub.com/IBM-Cloud/terraform-provider-ibm/pull/5640)) - Updating to latest schematics sdk and updating sch_agent resource to enable force deletion by default ([5660](https://togithub.com/IBM-Cloud/terraform-provider-ibm/pull/5660)) - add support for 4th zone ([5644](https://togithub.com/IBM-Cloud/terraform-provider-ibm/pull/5644)) - add support for CRN attribute for Power Network ([5649](https://togithub.com/IBM-Cloud/terraform-provider-ibm/pull/5649)) - add support for CRN attribute for Power Shared Processor ([5650](https://togithub.com/IBM-Cloud/terraform-provider-ibm/pull/5650)) - add support for CRN attribute for Power Snapshot ([5650](https://togithub.com/IBM-Cloud/terraform-provider-ibm/pull/5650)) - Secrets Manager IAM credentials secrets with S2S ([5678](https://togithub.com/IBM-Cloud/terraform-provider-ibm/pull/5678)) - fix: update error diagnostic reporting in existing Event Streams code ([5685](https://togithub.com/IBM-Cloud/terraform-provider-ibm/pull/5685)) - feat(Catalog Management): support new offering version limit ([5688](https://togithub.com/IBM-Cloud/terraform-provider-ibm/pull/5688)) - sch Agent resource updated to accommodate agent destroy resources ([5691](https://togithub.com/IBM-Cloud/terraform-provider-ibm/pull/5691)) - feat(tekton): add support for fork feature ([5693](https://togithub.com/IBM-Cloud/terraform-provider-ibm/pull/5693)) BugFixes - The ibm_resource_tag do not detach if tag_type is access or service ([5566](https://togithub.com/IBM-Cloud/terraform-provider-ibm/issues/5566)) - fix(is_share): added empty check and moved source_share_crn outside ([5632](https://togithub.com/IBM-Cloud/terraform-provider-ibm/pull/5632)) - Add test bucket endpoints ([5636](https://togithub.com/IBM-Cloud/terraform-provider-ibm/pull/5636)) - The ibm_resource_tag does not check the response on api tags calls ([5641](https://togithub.com/IBM-Cloud/terraform-provider-ibm/issues/5641)) - Fix incorrect handling of trusted profile static CRN identities ([5681](https://togithub.com/IBM-Cloud/terraform-provider-ibm/issues/5681)) - Fix multibyte character and optional attributes fix for Cloud logs ([5679](https://togithub.com/IBM-Cloud/terraform-provider-ibm/issues/5679)) - fix(lb-pool-member): Add a nil check before accessing member weight ([5682](https://togithub.com/IBM-Cloud/terraform-provider-ibm/issues/5682)) - Fix unicode characters for name fields in cloud logs resources ([5698](https://togithub.com/IBM-Cloud/terraform-provider-ibm/issues/5698))
hashicorp/terraform-provider-kubernetes (kubernetes) ### [`v2.33.0`](https://togithub.com/hashicorp/terraform-provider-kubernetes/blob/HEAD/CHANGELOG.md#2330-Oct-10-2024) [Compare Source](https://togithub.com/hashicorp/terraform-provider-kubernetes/compare/v2.32.0...v2.33.0) ENHANCEMENTS: - Add `backoff_per_limit_index` and `max_failed_indexes` fields in `structure_job.go` \[[GH-2421](https://togithub.com/hashicorp/terraform-provider-kubernetes/issues/2421)] - Added support for `namespace_selector` field in `PodAffinityTerm` to enhance pod affinity and anti-affinity rules, allowing selection of namespaces based on label selectors. \[[GH-2577](https://togithub.com/hashicorp/terraform-provider-kubernetes/issues/2577)] - `kubernetes_manifest` - handling "404 Not Found" errors during the deletion of Kubernetes resources, particularly in cases where the resource may have already been deleted by an operator managing the CRD before Terraform attempts to delete it. \[[GH-2592](https://togithub.com/hashicorp/terraform-provider-kubernetes/issues/2592)] - `schema_container.go`: Add VolumeDevices \[[GH-2573](https://togithub.com/hashicorp/terraform-provider-kubernetes/issues/2573)]

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 becomes conflicted, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot.

terraform-ibm-modules-dev commented 1 month ago

/run pipeline

terraform-ibm-modules-dev commented 1 month ago

/run pipeline

terraform-ibm-modules-dev commented 1 month ago

/run pipeline

terraform-ibm-modules-dev commented 1 month ago

/run pipeline

terraform-ibm-modules-ops commented 1 month ago

:tada: This PR is included in version 1.20.6 :tada:

The release is available on:

Your semantic-release bot :package::rocket: