Pwd9000-ML / terraform-azurerm-openai-private-chatgpt

Terraform module to deploy a private ChatBot/ChatGPT-like solution (LibreChat) hosted on Azure OpenAI
https://registry.terraform.io/modules/Pwd9000-ML/openai-private-chatgpt/azurerm/latest
MIT License
22 stars 13 forks source link

Update hashicorp/azurerm requirement from ~> 3.103.1 to ~> 3.104.2 #64

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Updates the requirements on hashicorp/azurerm to permit the latest version.

Release notes

Sourced from hashicorp/azurerm's releases.

v3.104.2

NOTE: This is a re-release of v3.104.1 to include missing changes, please refer to the changelog entries for v3.104.1.

Changelog

Sourced from hashicorp/azurerm's changelog.

3.104.2 (May 20, 2024)

NOTE: This is a re-release of v3.104.1 to include missing changes, please refer to the changelog entries for v3.104.1.

3.104.1 (May 20, 2024)

BUG FIXES:

  • azurerm_pim_active_role_assignment - fix a regression where roles assignments could not be created with no expiration (#26029)
  • azurerm_pim_eligible_role_assignment - fix a regression where roles assignments could not be created with no expiration (#26029)

3.104.0 (May 16, 2024)

FEATURES:

  • New Data Source: azurerm_elastic_san (#25719)

ENHANCEMENTS:

  • New Resource - azurerm_key_vault_managed_hardware_security_module_key (#25935)
  • Data Source - azurerm_kubernetes_service_version - support for the default_version property (#25953)
  • network/applicationgateways - update to use hashicorp/go-azure-sdk (#25844)
  • dataprotection - update API version to 2024-04-01 (#25882)
  • databasemigration - update API version to 2021-06-30 (#25997)
  • network/ips - update to use hashicorp/go-azure-sdk (#25905)
  • network/localnetworkgateway - update to use hashicorp/go-azure-sdk (#25905)
  • network/natgateway - update to use hashicorp/go-azure-sdk (#25905)
  • network/networksecuritygroup - update to use hashicorp/go-azure-sdk (#25971)
  • network/publicips - update to use hashicorp/go-azure-sdk (#25971)
  • network/virtualwan - update to use hashicorp/go-azure-sdk (#25971)
  • network/vpn - update to use hashicorp/go-azure-sdk (#25971)
  • azurerm_databricks_workspace - support for the default_storage_firewall_enabled property (#25919)
  • azurerm_key_vault - allow previously existing key vaults to continue to manage the contact field prior to the v3.93.0 conditional polling change (#25777)
  • azurerm_linux_function_app - support for the PowerShell 7.4 (#25980)
  • azurerm_log_analytics_cluster - support for the value UserAssigned in the identity.type property (#25940)
  • azurerm_pim_active_role_assignment - remove hard dependency on the roleAssignmentScheduleRequests API, so that role assignments will not become unmanageable over time (#25956)
  • azurerm_pim_eligible_role_assignment - remove hard dependency on the roleEligibilityScheduleRequests API, so that role assignments will not become unmanageable over time (#25956)
  • azurerm_windows_function_app - support for the PowerShell 7.4 (#25980)

BUG FIXES:

  • azurerm_container_app_job - Allow event_trigger_config.scale.min_executions to be 0 (#25931)
  • azurerm_container_app_job - update validation to allow the replica_retry_limit property to be set to 0 (#25984)
  • azurerm_data_factory_trigger_custom_event - one of subject_begins_with and subject_ends_with no longer need to be set (#25932)
  • azurerm_kubernetes_cluster_node_pool - prevent race condition by checking the virtual network status when creating a node pool with a subnet ID (#25888)
  • azurerm_postgresql_flexible_server - fix for default storage_tier value when storage_mb field has been changed (#25947)
  • azurerm_pim_active_role_assignment - resolve a number of potential crashes (#25956)
  • azurerm_pim_eligible_role_assignment - resolve a number of potential crashes (#25956)
  • azurerm_redis_enterprise_cluster_location_zone_support - add Central India zones support (#26000)
  • azurerm_sentinel_alert_rule_scheduled - the alert_rule_template_version property is no longer ForceNew (#25688)

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 5 months ago

Superseded by #66.