Skip to content

Releases: pagopa/dx

[email protected]

16 Oct 14:12
4b09316

Choose a tag to compare

Patch Changes

  • 9aa8d51: Action for repository Keep Alive

[email protected]

16 Oct 14:12
4b09316

Choose a tag to compare

Patch Changes

  • 78255e9: Use private endpoint private ip address if exists instead of the native APIM IP

@pagopa/[email protected]

16 Oct 16:05
0c9d2c1

Choose a tag to compare

Patch Changes

  • 8ad73d8: Enhance documentation about the authentication process

[email protected]

14 Oct 13:55
cf3953a

Choose a tag to compare

Patch Changes

  • 329fd82: Added support to aws provider version 6

[email protected]

14 Oct 13:54
cf3953a

Choose a tag to compare

Patch Changes

  • 8569641: Fix, now the sensitive-key passed as input checks whether the value is contained in the key; it no longer performs an exact match.

[email protected]

14 Oct 13:55
cf3953a

Choose a tag to compare

Major Changes

  • a0eb678: # Major Changes

    1. Replace the tier variable with a new use_case variable for tiering configuration.
    2. Add new variables size for cpu/memory override.
    3. Update README documentation.
    4. Update autoscaler variable to include minimum and maximum replica limits. If these are not defined, they default to null and the values from the use_case will be applied.

    Upgrade Notes

    Old Value New Value Description
    xs none Does not exist anymore
    s none Does not exist anymore
    m default Ideal for production environments
    l none Does not exist anymore

    This change simplifies and clarifies the selection of Container App.

    To migrate to this new major version:

    1. Update the module version to ~> 4.0 in your Terraform configuration.
    2. Update your module configuration to use the new use_case variable instead of tier.
    3. Optionally, configure the new size variable to use the desired CPU/Memory configuration within the Container App.

    For Example:

    • Before

      module "container_app" {
        source  = "pagopa-dx/azure-container-app/azurerm"
        version = "~> 3.0"
        tier    = "m"
        # ...other variables...
      }
    • After

      module "container_app" {
        source  = "pagopa-dx/azure-container-app/azurerm"
        version = "~> 4.0"
        use_case = "default"
        # ...other variables remain unchanged...
      }

Patch Changes

  • 329fd82: Added support to aws provider version 6

[email protected]

14 Oct 13:55
cf3953a

Choose a tag to compare

Patch Changes

  • 329fd82: Added support to aws provider version 6

[email protected]

14 Oct 13:55
cf3953a

Choose a tag to compare

Patch Changes

  • 329fd82: Added support to aws provider version 6

[email protected]

14 Oct 13:55
cf3953a

Choose a tag to compare

Patch Changes

  • 329fd82: Added support to aws provider version 6

[email protected]

14 Oct 13:55
cf3953a

Choose a tag to compare

Patch Changes

  • 329fd82: Added support to aws provider version 6