diff --git a/.changeset/curly-donkeys-retire.md b/.changeset/curly-donkeys-retire.md deleted file mode 100644 index 36026103a..000000000 --- a/.changeset/curly-donkeys-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"azure_github_environment_bootstrap": patch ---- - -Add roles to associate NAT Gateways and subnets to GitHub App CD identity diff --git a/.changeset/late-suits-crash.md b/.changeset/late-suits-crash.md deleted file mode 100644 index 6acc05e48..000000000 --- a/.changeset/late-suits-crash.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"azure_github_environment_bootstrap": patch -"azure_function_app_exposed": patch -"azure_app_service_exposed": patch -"azure_role_assignments": patch -"azure_postgres_server": patch -"azure_storage_account": patch -"azure_api_management": patch -"azure_cosmos_account": patch -"azure_function_app": patch -"azure_app_service": patch -"azure_core_infra": patch -"azure_event_hub": patch ---- - -Using a common resource group in terraform tests diff --git a/.changeset/little-baboons-bow.md b/.changeset/little-baboons-bow.md deleted file mode 100644 index f51e6f1fe..000000000 --- a/.changeset/little-baboons-bow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"azure_cosmos_account": patch -"azure_core_infra": patch ---- - -Added tier variable into cosmos account module diff --git a/.changeset/young-foxes-tie.md b/.changeset/young-foxes-tie.md deleted file mode 100644 index 1a089d13b..000000000 --- a/.changeset/young-foxes-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"azure_core_infra": patch ---- - -Fixed naming convention for runner and added new example for develop environment with APIM, Cosmos and storage diff --git a/infra/modules/azure_api_management/CHANGELOG.md b/infra/modules/azure_api_management/CHANGELOG.md index 003c5855a..5fbda81fb 100644 --- a/infra/modules/azure_api_management/CHANGELOG.md +++ b/infra/modules/azure_api_management/CHANGELOG.md @@ -1,5 +1,11 @@ # azure_api_management +## 0.0.7 + +### Patch Changes + +- 16ecc30: Using a common resource group in terraform tests + ## 0.0.6 ### Patch Changes diff --git a/infra/modules/azure_api_management/package.json b/infra/modules/azure_api_management/package.json index b49ee2ce8..cbf088799 100644 --- a/infra/modules/azure_api_management/package.json +++ b/infra/modules/azure_api_management/package.json @@ -1,6 +1,6 @@ { "name": "azure_api_management", - "version": "0.0.6", + "version": "0.0.7", "private": true, "provider": "azurerm", "description": "Deploys an Azure API Management service with monitoring and network configuration" diff --git a/infra/modules/azure_app_service/CHANGELOG.md b/infra/modules/azure_app_service/CHANGELOG.md index 0e59b661b..29f31bf3f 100644 --- a/infra/modules/azure_app_service/CHANGELOG.md +++ b/infra/modules/azure_app_service/CHANGELOG.md @@ -1,5 +1,11 @@ # azure_app_service +## 0.1.3 + +### Patch Changes + +- 16ecc30: Using a common resource group in terraform tests + ## 0.1.2 ### Patch Changes diff --git a/infra/modules/azure_app_service/package.json b/infra/modules/azure_app_service/package.json index 0226989ab..81959066d 100644 --- a/infra/modules/azure_app_service/package.json +++ b/infra/modules/azure_app_service/package.json @@ -1,6 +1,6 @@ { "name": "azure_app_service", - "version": "0.1.2", + "version": "0.1.3", "private": true, "provider": "azurerm", "description": "Creates an Azure App Service with networking and deployment slot support" diff --git a/infra/modules/azure_app_service_exposed/CHANGELOG.md b/infra/modules/azure_app_service_exposed/CHANGELOG.md index 827de067c..90cf50288 100644 --- a/infra/modules/azure_app_service_exposed/CHANGELOG.md +++ b/infra/modules/azure_app_service_exposed/CHANGELOG.md @@ -1,5 +1,11 @@ # azure_app_service_exposed +## 0.0.9 + +### Patch Changes + +- 16ecc30: Using a common resource group in terraform tests + ## 0.0.8 ### Patch Changes diff --git a/infra/modules/azure_app_service_exposed/package.json b/infra/modules/azure_app_service_exposed/package.json index 17430c7ef..e5f683e1a 100644 --- a/infra/modules/azure_app_service_exposed/package.json +++ b/infra/modules/azure_app_service_exposed/package.json @@ -1,6 +1,6 @@ { "name": "azure_app_service_exposed", - "version": "0.0.8", + "version": "0.0.9", "private": true, "provider": "azurerm", "description": "Creates an Azure App Service configured for external access" diff --git a/infra/modules/azure_core_infra/CHANGELOG.md b/infra/modules/azure_core_infra/CHANGELOG.md index bdb046ef5..837e57dbe 100644 --- a/infra/modules/azure_core_infra/CHANGELOG.md +++ b/infra/modules/azure_core_infra/CHANGELOG.md @@ -1,5 +1,13 @@ # azure_core_infra +## 0.0.5 + +### Patch Changes + +- 16ecc30: Using a common resource group in terraform tests +- 0fc4eec: Added tier variable into cosmos account module +- 145a6b9: Fixed naming convention for runner and added new example for develop environment with APIM, Cosmos and storage + ## 0.0.4 ### Patch Changes diff --git a/infra/modules/azure_core_infra/package.json b/infra/modules/azure_core_infra/package.json index 605e17ad3..d054819a3 100644 --- a/infra/modules/azure_core_infra/package.json +++ b/infra/modules/azure_core_infra/package.json @@ -1,6 +1,6 @@ { "name": "azure_core_infra", - "version": "0.0.4", + "version": "0.0.5", "private": true, "provider": "azurerm", "description": "Sets up the core Azure infrastructure including VNet, DNS zones, and Key Vault. Useful to bootstrap production or development environments." diff --git a/infra/modules/azure_cosmos_account/CHANGELOG.md b/infra/modules/azure_cosmos_account/CHANGELOG.md index e172cd227..1bb8030bd 100644 --- a/infra/modules/azure_cosmos_account/CHANGELOG.md +++ b/infra/modules/azure_cosmos_account/CHANGELOG.md @@ -1,5 +1,12 @@ # azure_cosmos_account +## 0.0.6 + +### Patch Changes + +- 16ecc30: Using a common resource group in terraform tests +- 0fc4eec: Added tier variable into cosmos account module + ## 0.0.5 ### Patch Changes diff --git a/infra/modules/azure_cosmos_account/package.json b/infra/modules/azure_cosmos_account/package.json index 4b8a89662..d06923f69 100644 --- a/infra/modules/azure_cosmos_account/package.json +++ b/infra/modules/azure_cosmos_account/package.json @@ -1,6 +1,6 @@ { "name": "azure_cosmos_account", - "version": "0.0.5", + "version": "0.0.6", "private": true, "provider": "azurerm", "description": "Provisions an Azure Cosmos DB account with monitoring and network settings" diff --git a/infra/modules/azure_event_hub/CHANGELOG.md b/infra/modules/azure_event_hub/CHANGELOG.md index 2111d0a9c..8b5a332d7 100644 --- a/infra/modules/azure_event_hub/CHANGELOG.md +++ b/infra/modules/azure_event_hub/CHANGELOG.md @@ -1,5 +1,11 @@ # azure_event_hub +## 0.0.6 + +### Patch Changes + +- 16ecc30: Using a common resource group in terraform tests + ## 0.0.5 ### Patch Changes diff --git a/infra/modules/azure_event_hub/package.json b/infra/modules/azure_event_hub/package.json index 116e9b928..f744f3d8d 100644 --- a/infra/modules/azure_event_hub/package.json +++ b/infra/modules/azure_event_hub/package.json @@ -1,6 +1,6 @@ { "name": "azure_event_hub", - "version": "0.0.5", + "version": "0.0.6", "private": true, "provider": "azurerm", "description": "Creates an Azure Event Hub with monitoring and network configuration" diff --git a/infra/modules/azure_function_app/CHANGELOG.md b/infra/modules/azure_function_app/CHANGELOG.md index 760a37392..80da160d3 100644 --- a/infra/modules/azure_function_app/CHANGELOG.md +++ b/infra/modules/azure_function_app/CHANGELOG.md @@ -1,5 +1,11 @@ # azure_function_app +## 0.2.2 + +### Patch Changes + +- 16ecc30: Using a common resource group in terraform tests + ## 0.2.1 ### Patch Changes diff --git a/infra/modules/azure_function_app/package.json b/infra/modules/azure_function_app/package.json index 1d5dae6a3..175ca46cb 100644 --- a/infra/modules/azure_function_app/package.json +++ b/infra/modules/azure_function_app/package.json @@ -1,6 +1,6 @@ { "name": "azure_function_app", - "version": "0.2.1", + "version": "0.2.2", "private": true, "provider": "azurerm", "description": "Deploys an Azure Function App with storage, networking and RBAC configuration" diff --git a/infra/modules/azure_function_app_exposed/CHANGELOG.md b/infra/modules/azure_function_app_exposed/CHANGELOG.md index e2001b2d4..ebb5670b7 100644 --- a/infra/modules/azure_function_app_exposed/CHANGELOG.md +++ b/infra/modules/azure_function_app_exposed/CHANGELOG.md @@ -1,5 +1,11 @@ # azure_function_app_exposed +## 0.1.2 + +### Patch Changes + +- 16ecc30: Using a common resource group in terraform tests + ## 0.1.1 ### Patch Changes diff --git a/infra/modules/azure_function_app_exposed/package.json b/infra/modules/azure_function_app_exposed/package.json index c6df3102f..5a448e808 100644 --- a/infra/modules/azure_function_app_exposed/package.json +++ b/infra/modules/azure_function_app_exposed/package.json @@ -1,6 +1,6 @@ { "name": "azure_function_app_exposed", - "version": "0.1.1", + "version": "0.1.2", "private": true, "provider": "azurerm", "description": "Creates an Azure Function App configured for external access" diff --git a/infra/modules/azure_github_environment_bootstrap/CHANGELOG.md b/infra/modules/azure_github_environment_bootstrap/CHANGELOG.md index 000149d73..c06d4c233 100644 --- a/infra/modules/azure_github_environment_bootstrap/CHANGELOG.md +++ b/infra/modules/azure_github_environment_bootstrap/CHANGELOG.md @@ -1,5 +1,12 @@ # Azure GitHub Environment Bootstrap +## 0.0.3 + +### Patch Changes + +- 9673a34: Add roles to associate NAT Gateways and subnets to GitHub App CD identity +- 16ecc30: Using a common resource group in terraform tests + ## 0.0.2 ### Patch Changes diff --git a/infra/modules/azure_github_environment_bootstrap/package.json b/infra/modules/azure_github_environment_bootstrap/package.json index 26e99b905..8f906fba9 100644 --- a/infra/modules/azure_github_environment_bootstrap/package.json +++ b/infra/modules/azure_github_environment_bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "azure_github_environment_bootstrap", - "version": "0.0.2", + "version": "0.0.3", "private": true, "provider": "azurerm", "description": "Sets up monorepo's settings and required Azure permissions and roles" diff --git a/infra/modules/azure_postgres_server/CHANGELOG.md b/infra/modules/azure_postgres_server/CHANGELOG.md index e669b7c34..8b76fccd1 100644 --- a/infra/modules/azure_postgres_server/CHANGELOG.md +++ b/infra/modules/azure_postgres_server/CHANGELOG.md @@ -1,5 +1,11 @@ # azure_postgres_server +## 0.1.1 + +### Patch Changes + +- 16ecc30: Using a common resource group in terraform tests + ## 0.1.0 ### Minor Changes diff --git a/infra/modules/azure_postgres_server/package.json b/infra/modules/azure_postgres_server/package.json index 1fac97e34..2a49b5de7 100644 --- a/infra/modules/azure_postgres_server/package.json +++ b/infra/modules/azure_postgres_server/package.json @@ -1,6 +1,6 @@ { "name": "azure_postgres_server", - "version": "0.1.0", + "version": "0.1.1", "private": true, "provider": "azurerm", "description": "Deploys and configures Azure PostgreSQL Flexible Server with monitoring and networking capabilities" diff --git a/infra/modules/azure_role_assignments/CHANGELOG.md b/infra/modules/azure_role_assignments/CHANGELOG.md index 1e0f56c71..43460044f 100644 --- a/infra/modules/azure_role_assignments/CHANGELOG.md +++ b/infra/modules/azure_role_assignments/CHANGELOG.md @@ -1,5 +1,11 @@ # azure_role_assignments +## 0.1.3 + +### Patch Changes + +- 16ecc30: Using a common resource group in terraform tests + ## 0.1.2 ### Patch Changes diff --git a/infra/modules/azure_role_assignments/package.json b/infra/modules/azure_role_assignments/package.json index 7331144af..d4121d5fe 100644 --- a/infra/modules/azure_role_assignments/package.json +++ b/infra/modules/azure_role_assignments/package.json @@ -1,6 +1,6 @@ { "name": "azure_role_assignments", - "version": "0.1.2", + "version": "0.1.3", "private": true, "provider": "azurerm", "description": "Manages Azure RBAC role assignments for resources and security principals" diff --git a/infra/modules/azure_storage_account/CHANGELOG.md b/infra/modules/azure_storage_account/CHANGELOG.md index 26068cc8b..197096be6 100644 --- a/infra/modules/azure_storage_account/CHANGELOG.md +++ b/infra/modules/azure_storage_account/CHANGELOG.md @@ -1,5 +1,11 @@ # azure_storage_account +## 0.0.9 + +### Patch Changes + +- 16ecc30: Using a common resource group in terraform tests + ## 0.0.8 ### Patch Changes diff --git a/infra/modules/azure_storage_account/package.json b/infra/modules/azure_storage_account/package.json index 64f7646ce..b562bfa5b 100644 --- a/infra/modules/azure_storage_account/package.json +++ b/infra/modules/azure_storage_account/package.json @@ -1,6 +1,6 @@ { "name": "azure_storage_account", - "version": "0.0.8", + "version": "0.0.9", "private": true, "provider": "azurerm", "description": "Provisions an Azure Storage Account with networking, monitoring, and security configurations"