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

v3.12.0 release #421

Merged
merged 132 commits into from
Jul 15, 2024
Merged

v3.12.0 release #421

merged 132 commits into from
Jul 15, 2024

Conversation

tom-reinders
Copy link
Member

Changed

Added

Fixed

Changelog:

### Changed

- Update version of multiple GitHub Actions (#372, #379) (@tom-reinders)
- `azure/logic_app`: Deprecate output `enpoint`, replace with `endpoint` (#384) (@pipalmic, @tom-reinders)
- `azure/function_app_linux_managed_identity`: Add `group_id` to `managed_identity_provider` variable in `var.managed_identity_provider.create` path (#386) (@zjanura)
- `azure/function_app_linux_managed_identity`: Deprecate variable `storage_account_access_key`, use `use_managed_identity` instead (#414) (@ArtiomMatiom)
- `azure/function_app_linux_managed_identity`: Add default with value of `null` to variable `storage_account_access_key` (#414) (@ArtiomMatiom)
- `azure/monitoring_log_analytics_alert`: Add default with value of `null` to variable `action_group_id` (#415) (@ArtiomMatiom)
- `azure/api_management`: Add `frontend_request_body_bytes` to `diagnostic_settings` variable (#416, #419) (@pipalmic, @tom-reinders)
- `azure/api_management`: Add `frontend_response_body_bytes` to `diagnostic_settings` variable (#416, #419) (@pipalmic, @tom-reinders)
- `azure/api_management`: Add `backend_request_body_bytes` to `diagnostic_settings` variable (#416, #419) (@pipalmic, @tom-reinders)
- `azure/api_management`: Add `backend_response_body_bytes` to `diagnostic_settings` variable (#416, #419) (@pipalmic, @tom-reinders)
- `azure/storage_account_public`: Change default of variable `cors_rules` from `null` to `[]` (#419) (@tom-reinders)

### Added

- `azure/log_analytics_workspace`: Add output `primary_key` (#366) (@pipalmic)
- `azure/service_bus_public`: Add output `endpoint` (#366) (@pipalmic)
- Add module `azure/private_endpoint` (#369, #370, #371) (@pipalmic)
- `azure/logic_app_set`: Add variable `use_managed_identity` (#368) (@patrik-pa4k)
- `azure/logic_app_set`: Add output `principal_id` (#368) (@patrik-pa4k)
- Add module `azure/iam_set` (#368) (@patrik-pa4k)
- Add module `azure/api_connectors/service_bus_managed_identity_set` (#368) (@patrik-pa4k)
- Add module `azure/api_connectors/event_hub_managed_identity` (#374) (@mkostalrecognize)
- `azure/web_app_linux`: Add variable `docker_registry_url` (#376) (@pipalmic)
- `azure/web_app_linux`: Add variable `vnet_route_all_enabled` (#376, #419) (@pipalmic, @tom-reinders)
- `azure/web_app_linux`: Add variable `ip_restrictions` (#376) (@pipalmic)
- Add module `azure/storage_table_entities_rewritable` (#377) (@pipalmic)
- Add module `azure/api_connectors/arm_managed_identity` (#378) (@patrik-pa4k)
- Add module `azure/api_connectors/excel_online` (#378) (@patrik-pa4k)
- Add module `azure/api_connectors/sharepoint_online` (#378) (@patrik-pa4k)
- `azure/key_vault_secrets_put_once`: Add output `secrets` (#380, #387, #388) (@pipalmic, @szymonrozek)
- `azure/api_management_api`: Add output `api_audiences` (#381) (@zjanura)
- `azure/api_management_api`: Add output `api_audience` (#381) (@zjanura)
- `azure/function_app_linux_managed_identity`: Add output `api_audiences` (#382, #383) (@zjanura)
- `azure/logic_app`: Add output `endpoint` (#384) (@pipalmic)
- `azure/api_management_api`: Add variable `group_id` (#389) (@zjanura)
- `azure/api_management_api`: Add output `app_registration_secret` (#390) (@szymonrozek)
- `azure/function_app_linux_managed_identity`: Add variable `dotnet_version` (#393) (@szymonrozek)
- `azure/function_app_linux_managed_identity`: Add variable `dotnet_isolated` (#393, #419) (@szymonrozek, @tom-reinders)
- Add module `azure/logic_app_bicep` (#394) (@zjanura)
- Add module `azure/api_connectors/logic_app_custom_connector` (#395, #404) (@patrik-pa4k)
- `azure/function_app_linux`: Add variable `dotnet_version` (#396) (@patrik-pa4k)
- `azure/function_app_linux`: Add variable `dotnet_isolated` (#396, #419) (@patrik-pa4k, @tom-reinders)
- Add module `azure/api_management_api_operation` (#397, #400, #401, #408) (@zjanura)
- `azure/api_management_api_simple`: Add output `id` (#397) (@zjanura)
- `azure/api_management_api_simple`: Add variable `schema` (#399) (@zjanura)
- Add module `azure/api_connectors/custom_connector` (#398) (@ArtiomMatiom)
- Add module `azure/api_management_api_schema` (#402) (@zjanura)
- `azure/postgresql`: Add variable `postgresql_zone` (#410) (@khillen)
- `azure/databricks_cluster`: Add variable `cluster_policy` (#409) (@tom-reinders)
- Add module `azure/databricks_permissions_user_based` (#409) (@tom-reinders)
- `azure/storage_account_public`: Add variable `delete_retention_policy_days` (#411) (@patrik-pa4k)
- `azure/postgresql`: Add variable `public_network_access_enabled` (#412) (@khillen)
- `azure/service_bus_public`: Add variable `log_analytics_workspace_id` (#413) (@pipalmic)
- `azure/function_app_linux_managed_identity`: Add variable `use_managed_identity` (#414) (@ArtiomMatiom)
- `azure/monitoring_log_analytics_alert`: Add variable `action_groups` (#415) (@ArtiomMatiom)
- `azure/event_grid_topic`: Add variable `loganalytics_diagnostic_setting` (#417) (@ArtiomMatiom)
- `azure/event_hub`: Add variable `loganalytics_diagnostic_setting` (#417) (@ArtiomMatiom)
- `azure/log_analytics_workspace`: Add variable `loganalytics_diagnostic_setting` (#417) (@ArtiomMatiom)
- `azure/network_security_group`: Add variable `loganalytics_diagnostic_setting` (#417) (@ArtiomMatiom)
- `azure/public_ip`: Add variable `loganalytics_diagnostic_setting` (#417) (@ArtiomMatiom)
- `azure/service_plan`: Add variable `loganalytics_diagnostic_setting` (#417) (@ArtiomMatiom)
- `azure/storage_account_public`: Add variable `loganalytics_diagnostic_setting` (#417) (@ArtiomMatiom)
- `azure/stream_analytics`: Add variable `loganalytics_diagnostic_setting` (#417) (@ArtiomMatiom)
- `azure/virtual_network`: Add variable `loganalytics_diagnostic_setting` (#417) (@ArtiomMatiom)
- `azure/function_app_windows`: Add variable `dotnet_version` (#419) (@tom-reinders)
- `azure/function_app_windows`: Add variable `dotnet_isolated` (#419) (@tom-reinders)

### Fixed

- `azure/function_app_linux`: Fix VNET integration definition (#373) (@pipalmic)
- `azure/function_app_linux_managed_identity`: Fix VNET integration definition (#373) (@pipalmic)
- `azure/function_app_windows`: Fix VNET integration definition (#373) (@pipalmic)

pipalmic and others added 30 commits October 6, 2023 15:19
Added outputs for Service Bus and Log Analytics
…les-logic-app-set

Update logic app set to support latest changes
…al-connection

Make is_manual_connection parameter configurable
Added request_message pro Private Endpoint Connection
Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 2 to 3.
- [Release notes](https://github.com/hashicorp/setup-terraform/releases)
- [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
- [Commits](hashicorp/setup-terraform@v2...v3)

---
updated-dependencies:
- dependency-name: hashicorp/setup-terraform
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…tion

Fixed VNET integration definition for Func Apps
…/hashicorp/setup-terraform-3

Bump hashicorp/setup-terraform from 2 to 3
…t-hubs-connector

Create Event Hubs connector AB#18090
Added ip_restrictions & docker_registry_url to the App Service module
…rows

Created a module for rewritable storage table rows
- arm (managed identity)
- excel online
- sharepoint online
…int-excel-arm-api-connectors

New API connectors for mapping table importer AB#17590
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
ArtiomMatiom and others added 22 commits July 8, 2024 10:04
…ytics-diagnostic-settings

Feature/20784 Extends modules with diagnostic setting
to be able to support .NET8
…grade

WEV-1766 updated web_app_windows version
…an existing use has set diagnostic_settings with any of frontend_request_body_bytes, frontend_response_body_bytes, backend_request_body_bytes and/or backend_response_body_bytes not set
@tom-reinders tom-reinders marked this pull request as ready for review July 15, 2024 10:46
@tom-reinders tom-reinders requested a review from a team as a code owner July 15, 2024 10:46
@tom-reinders tom-reinders self-assigned this Jul 15, 2024
@tom-reinders tom-reinders added this to the v3.12.0 milestone Jul 15, 2024
@tom-reinders tom-reinders merged commit d6c36a6 into main Jul 15, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.