Skip to content

Commit

Permalink
Version Packages (#276)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dx-pagopa-bot and github-actions[bot] authored Feb 12, 2025
1 parent 9673a34 commit 44c064d
Show file tree
Hide file tree
Showing 28 changed files with 88 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-donkeys-retire.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/late-suits-crash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/little-baboons-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-foxes-tie.md

This file was deleted.

6 changes: 6 additions & 0 deletions infra/modules/azure_api_management/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion infra/modules/azure_api_management/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 6 additions & 0 deletions infra/modules/azure_app_service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion infra/modules/azure_app_service/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 6 additions & 0 deletions infra/modules/azure_app_service_exposed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion infra/modules/azure_app_service_exposed/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 8 additions & 0 deletions infra/modules/azure_core_infra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion infra/modules/azure_core_infra/package.json
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
7 changes: 7 additions & 0 deletions infra/modules/azure_cosmos_account/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion infra/modules/azure_cosmos_account/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 6 additions & 0 deletions infra/modules/azure_event_hub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion infra/modules/azure_event_hub/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 6 additions & 0 deletions infra/modules/azure_function_app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion infra/modules/azure_function_app/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 6 additions & 0 deletions infra/modules/azure_function_app_exposed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion infra/modules/azure_function_app_exposed/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
7 changes: 7 additions & 0 deletions infra/modules/azure_github_environment_bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 6 additions & 0 deletions infra/modules/azure_postgres_server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion infra/modules/azure_postgres_server/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 6 additions & 0 deletions infra/modules/azure_role_assignments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion infra/modules/azure_role_assignments/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 6 additions & 0 deletions infra/modules/azure_storage_account/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion infra/modules/azure_storage_account/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 44c064d

Please sign in to comment.