Skip to content

chore(deps): update jest monorepo to v29.5.14#553

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/jest-monorepo
Open

chore(deps): update jest monorepo to v29.5.14#553
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/jest-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 16, 2024

This PR contains the following updates:

Package Change Age Confidence
@types/jest (source) 29.5.329.5.14 age confidence
jest (source) 29.6.329.7.0 age confidence

Release Notes

jestjs/jest (jest)

v29.7.0

Compare Source

Features

  • [create-jest] Add npm init / yarn create initialiser for Jest projects (#​14465)
  • [jest-validate] Allow deprecation warnings for unknown options (#​14499)

Fixes

  • [jest-resolver] Replace unmatched capture groups in moduleNameMapper with empty string instead of undefined (#​14507)
  • [jest-snapshot] Allow for strings as well as template literals in inline snapshots (#​14465)
  • [@jest/test-sequencer] Calculate test runtime if perStats.duration is missing (#​14473)

Performance

  • [@jest/create-cache-key-function] Cache access of NODE_ENV and BABEL_ENV (#​14455)

Chore & Maintenance

  • [jest-cli] Move internal config initialisation logic to the create-jest package (#​14465)

New Contributors

Full Changelog: jestjs/jest@v29.6.4...v29.7.0

v29.6.4

Compare Source

Fixes
  • [jest-core] Fix typo in scheduleAndRun performance marker (#​14434)
  • [jest-environment-node] Make sure atob and btoa are writeable in Node 20 (#​14446)
  • [jest-worker] Additional error wrapper for parentPort.postMessage to fix unhandled DataCloneError. (#​14437)
New Contributors

Full Changelog: jestjs/jest@v29.6.3...v29.6.4


Configuration

📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner January 16, 2024 09:07
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 16, 2024
@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (Genesis)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (Network)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (Managed_Identity)

Plan: 0 to add, 1 to change, 0 to destroy.
  • Update
    • azurerm_resource_group.application-mi
Change Result (Click me)
  # azurerm_resource_group.application-mi will be updated in-place
  ~ resource "azurerm_resource_group" "application-mi" {
        id       = "/subscriptions/a8140a9e-f1b0-481f-a4de-09e2ee23f7ab/resourceGroups/managed-identities-sbox-rg"
        name     = "managed-identities-sbox-rg"
      ~ tags     = {
          + "application"  = "core"
          + "builtFrom"    = "hmcts/aks-sds-deploy"
          + "businessArea" = "Cross-Cutting"
          + "criticality"  = "Low"
          + "environment"  = "sandbox"
          + "expiresAfter" = "3000-01-01"
          + "startupMode"  = "always"
        }
        # (1 unchanged attribute hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

@hmcts-platform-operations
Copy link
Copy Markdown

hmcts-platform-operations commented Jan 16, 2024

Plan Result (Aks)

No changes. Your infrastructure matches the configuration.

@renovate renovate bot changed the title chore(deps): update jest monorepo to v29.5.11 chore(deps): update jest monorepo to v29.5.12 Feb 1, 2024
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 3a09f7c to 5ce2aa4 Compare February 1, 2024 19:17
@renovate renovate bot force-pushed the renovate/jest-monorepo branch from 5ce2aa4 to 6d8daed Compare September 12, 2024 19:12
@renovate renovate bot changed the title chore(deps): update jest monorepo to v29.5.12 chore(deps): update jest monorepo to v29.5.13 Sep 12, 2024
@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (Aks_sbox)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (Aks_ptlsbox)

Plan: 0 to add, 3 to change, 0 to destroy.
  • Update
    • module.kubernetes["00"].azurerm_kubernetes_cluster.kubernetes_cluster
    • module.kubernetes["00"].azurerm_kubernetes_cluster_node_pool.additional_node_pools["cronjob"]
    • module.kubernetes["00"].azurerm_kubernetes_cluster_node_pool.additional_node_pools["linux"]
Change Result (Click me)
  # module.kubernetes["00"].azurerm_kubernetes_cluster.kubernetes_cluster will be updated in-place
  ~ resource "azurerm_kubernetes_cluster" "kubernetes_cluster" {
      ~ azure_policy_enabled                = true -> false
        id                                  = "/subscriptions/64b1c6d6-1481-44ad-b620-d8fe26a2c768/resourceGroups/ss-ptlsbox-00-rg/providers/Microsoft.ContainerService/managedClusters/ss-ptlsbox-00-aks"
      ~ kubernetes_version                  = "1.29.7" -> "1.29"
        name                                = "ss-ptlsbox-00-aks"
        tags                                = {
            "application"  = "core"
            "autoShutdown" = "true"
            "builtFrom"    = "hmcts/aks-sds-deploy"
            "businessArea" = "Cross-Cutting"
            "criticality"  = "Low"
            "environment"  = "sandbox"
            "expiresAfter" = "3000-01-01"
        }
        # (35 unchanged attributes hidden)

      ~ default_node_pool {
            name                          = "system"
          ~ orchestrator_version          = "1.29.7" -> "1.29"
            tags                          = {
                "application"  = "core"
                "autoShutdown" = "true"
                "builtFrom"    = "hmcts/aks-sds-deploy"
                "businessArea" = "Cross-Cutting"
                "criticality"  = "Low"
                "environment"  = "sandbox"
                "expiresAfter" = "3000-01-01"
            }
            # (31 unchanged attributes hidden)

            # (1 unchanged block hidden)
        }

        # (9 unchanged blocks hidden)
    }

  # module.kubernetes["00"].azurerm_kubernetes_cluster_node_pool.additional_node_pools["cronjob"] will be updated in-place
  ~ resource "azurerm_kubernetes_cluster_node_pool" "additional_node_pools" {
        id                            = "/subscriptions/64b1c6d6-1481-44ad-b620-d8fe26a2c768/resourceGroups/ss-ptlsbox-00-rg/providers/Microsoft.ContainerService/managedClusters/ss-ptlsbox-00-aks/agentPools/cronjob"
        name                          = "cronjob"
      ~ orchestrator_version          = "1.29.7" -> "1.29"
        tags                          = {
            "application"  = "core"
            "autoShutdown" = "true"
            "builtFrom"    = "hmcts/aks-sds-deploy"
            "businessArea" = "Cross-Cutting"
            "criticality"  = "Low"
            "environment"  = "sandbox"
            "expiresAfter" = "3000-01-01"
        }
        # (32 unchanged attributes hidden)

        # (2 unchanged blocks hidden)
    }

  # module.kubernetes["00"].azurerm_kubernetes_cluster_node_pool.additional_node_pools["linux"] will be updated in-place
  ~ resource "azurerm_kubernetes_cluster_node_pool" "additional_node_pools" {
        id                            = "/subscriptions/64b1c6d6-1481-44ad-b620-d8fe26a2c768/resourceGroups/ss-ptlsbox-00-rg/providers/Microsoft.ContainerService/managedClusters/ss-ptlsbox-00-aks/agentPools/linux"
        name                          = "linux"
      ~ orchestrator_version          = "1.29.7" -> "1.29"
        tags                          = {
            "application"  = "core"
            "autoShutdown" = "true"
            "builtFrom"    = "hmcts/aks-sds-deploy"
            "businessArea" = "Cross-Cutting"
            "criticality"  = "Low"
            "environment"  = "sandbox"
            "expiresAfter" = "3000-01-01"
        }
        # (32 unchanged attributes hidden)

        # (2 unchanged blocks hidden)
    }

Plan: 0 to add, 3 to change, 0 to destroy.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (Aks_demo)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (Aks_test)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (Aks_stg)

Plan: 0 to add, 2 to change, 0 to destroy.
  • Update
    • module.kubernetes["00"].azurerm_monitor_diagnostic_setting.kubernetes_cluster_diagnostic_setting[0]
    • module.kubernetes["01"].azurerm_monitor_diagnostic_setting.kubernetes_cluster_diagnostic_setting[0]
Change Result (Click me)
  # module.kubernetes["00"].azurerm_monitor_diagnostic_setting.kubernetes_cluster_diagnostic_setting[0] will be updated in-place
  ~ resource "azurerm_monitor_diagnostic_setting" "kubernetes_cluster_diagnostic_setting" {
        id                             = "/subscriptions/74dacd4f-a248-45bb-a2f0-af700dc4cf68/resourceGroups/ss-stg-00-rg/providers/Microsoft.ContainerService/managedClusters/ss-stg-00-aks|DiagLogAnalytics"
        name                           = "DiagLogAnalytics"
        # (5 unchanged attributes hidden)

      - metric {
          - category = "AllMetrics" -> null
          - enabled  = false -> null

          - retention_policy {
              - days    = 0 -> null
              - enabled = false -> null
            }
        }

        # (16 unchanged blocks hidden)
    }

  # module.kubernetes["01"].azurerm_monitor_diagnostic_setting.kubernetes_cluster_diagnostic_setting[0] will be updated in-place
  ~ resource "azurerm_monitor_diagnostic_setting" "kubernetes_cluster_diagnostic_setting" {
        id                             = "/subscriptions/74dacd4f-a248-45bb-a2f0-af700dc4cf68/resourceGroups/ss-stg-01-rg/providers/Microsoft.ContainerService/managedClusters/ss-stg-01-aks|DiagLogAnalytics"
        name                           = "DiagLogAnalytics"
        # (5 unchanged attributes hidden)

      - metric {
          - category = "AllMetrics" -> null
          - enabled  = false -> null

          - retention_policy {
              - days    = 0 -> null
              - enabled = false -> null
            }
        }

        # (16 unchanged blocks hidden)
    }

Plan: 0 to add, 2 to change, 0 to destroy.

@hmcts-platform-operations
Copy link
Copy Markdown

hmcts-platform-operations commented May 28, 2025

Plan Result (482: Network_ithc - DeployInfrastructure)

No changes. Your infrastructure matches the configuration.

⚠️ Errors

  • failed to add a label 482: Network_ithc - DeployInfrastructure/no-changes: label name is too long (max: 50)

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (482: Network_stg - DeployInfrastructure)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

hmcts-platform-operations commented May 28, 2025

Plan Result (482: Network_ptlsbox - DeployInfrastructure)

No changes. Your infrastructure matches the configuration.

⚠️ Errors

  • failed to add a label 482: Network_ptlsbox - DeployInfrastructure/no-changes: label name is too long (max: 50)

@hmcts-platform-operations
Copy link
Copy Markdown

hmcts-platform-operations commented May 28, 2025

Plan Result (482: Network_dev - DeployInfrastructure)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

hmcts-platform-operations commented May 28, 2025

Plan Result (482: Network_test - DeployInfrastructure)

No changes. Your infrastructure matches the configuration.

⚠️ Errors

  • failed to add a label 482: Network_test - DeployInfrastructure/no-changes: label name is too long (max: 50)

@hmcts-platform-operations
Copy link
Copy Markdown

hmcts-platform-operations commented May 28, 2025

Plan Result (482: Network_demo - DeployInfrastructure)

No changes. Your infrastructure matches the configuration.

⚠️ Errors

  • failed to add a label 482: Network_demo - DeployInfrastructure/no-changes: label name is too long (max: 50)

@hmcts-platform-operations
Copy link
Copy Markdown

hmcts-platform-operations commented May 28, 2025

Plan Result (482: Managed_Identity_stg - Managed_Identity)

Plan: 0 to add, 1 to change, 0 to destroy.
  • Update
    • azurerm_resource_group.application-mi
Change Result (Click me)
  # azurerm_resource_group.application-mi will be updated in-place
  ~ resource "azurerm_resource_group" "application-mi" {
        id         = "/subscriptions/74dacd4f-a248-45bb-a2f0-af700dc4cf68/resourceGroups/managed-identities-stg-rg"
        name       = "managed-identities-stg-rg"
      ~ tags       = {
          + "application"  = "core"
          + "builtFrom"    = "hmcts/aks-sds-deploy"
          + "businessArea" = "Cross-Cutting"
          + "criticality"  = "High"
          + "environment"  = "staging"
        }
        # (2 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

⚠️ Errors

  • failed to add a label 482: Managed_Identity_stg - Managed_Identity/add-or-update: label name is too long (max: 50)

@hmcts-platform-operations
Copy link
Copy Markdown

hmcts-platform-operations commented May 28, 2025

Plan Result (482: Managed_Identity_test - Managed_Identity)

Plan: 0 to add, 1 to change, 0 to destroy.
  • Update
    • azurerm_resource_group.application-mi
Change Result (Click me)
  # azurerm_resource_group.application-mi will be updated in-place
  ~ resource "azurerm_resource_group" "application-mi" {
        id         = "/subscriptions/3eec5bde-7feb-4566-bfb6-805df6e10b90/resourceGroups/managed-identities-test-rg"
        name       = "managed-identities-test-rg"
      ~ tags       = {
          + "application"  = "core"
          + "builtFrom"    = "hmcts/aks-sds-deploy"
          + "businessArea" = "Cross-Cutting"
          + "criticality"  = "Medium"
          + "environment"  = "testing"
        }
        # (2 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

⚠️ Errors

  • failed to add a label 482: Managed_Identity_test - Managed_Identity/add-or-update: label name is too long (max: 50)

@hmcts-platform-operations
Copy link
Copy Markdown

hmcts-platform-operations commented May 28, 2025

Plan Result (482: Managed_Identity_ithc - Managed_Identity)

Plan: 0 to add, 1 to change, 0 to destroy.
  • Update
    • azurerm_resource_group.application-mi
Change Result (Click me)
  # azurerm_resource_group.application-mi will be updated in-place
  ~ resource "azurerm_resource_group" "application-mi" {
        id         = "/subscriptions/ba71a911-e0d6-4776-a1a6-079af1df7139/resourceGroups/managed-identities-ithc-rg"
        name       = "managed-identities-ithc-rg"
      ~ tags       = {
          + "application"  = "core"
          + "builtFrom"    = "hmcts/aks-sds-deploy"
          + "businessArea" = "Cross-Cutting"
          + "criticality"  = "Medium"
          + "environment"  = "ithc"
        }
        # (2 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

⚠️ Errors

  • failed to add a label 482: Managed_Identity_ithc - Managed_Identity/add-or-update: label name is too long (max: 50)

@hmcts-platform-operations
Copy link
Copy Markdown

hmcts-platform-operations commented May 28, 2025

Plan Result (482: Managed_Identity_ptlsbox - Managed_Identity)

Plan: 0 to add, 1 to change, 0 to destroy.
  • Update
    • azurerm_resource_group.application-mi
Change Result (Click me)
  # azurerm_resource_group.application-mi will be updated in-place
  ~ resource "azurerm_resource_group" "application-mi" {
        id         = "/subscriptions/64b1c6d6-1481-44ad-b620-d8fe26a2c768/resourceGroups/managed-identities-ptlsbox-rg"
        name       = "managed-identities-ptlsbox-rg"
      ~ tags       = {
          + "application"  = "core"
          + "builtFrom"    = "hmcts/aks-sds-deploy"
          + "businessArea" = "Cross-Cutting"
          + "criticality"  = "Low"
          + "environment"  = "sandbox"
          + "expiresAfter" = "3000-01-01"
        }
        # (2 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

⚠️ Errors

  • failed to add a label 482: Managed_Identity_ptlsbox - Managed_Identity/add-or-update: label name is too long (max: 50)

@hmcts-platform-operations
Copy link
Copy Markdown

hmcts-platform-operations commented May 28, 2025

Plan Result (482: Managed_Identity_dev - Managed_Identity)

No changes. Your infrastructure matches the configuration.

⚠️ Errors

  • failed to add a label 482: Managed_Identity_dev - Managed_Identity/no-changes: label name is too long (max: 50)

@hmcts-platform-operations
Copy link
Copy Markdown

hmcts-platform-operations commented May 28, 2025

Plan Result (482: Managed_Identity_demo - Managed_Identity)

Plan: 0 to add, 1 to change, 0 to destroy.
  • Update
    • azurerm_resource_group.application-mi
Change Result (Click me)
  # azurerm_resource_group.application-mi will be updated in-place
  ~ resource "azurerm_resource_group" "application-mi" {
        id         = "/subscriptions/c68a4bed-4c3d-4956-af51-4ae164c1957c/resourceGroups/managed-identities-demo-rg"
        name       = "managed-identities-demo-rg"
      ~ tags       = {
          + "application"  = "core"
          + "builtFrom"    = "hmcts/aks-sds-deploy"
          + "businessArea" = "Cross-Cutting"
          + "criticality"  = "Medium"
          + "environment"  = "demo"
        }
        # (2 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

⚠️ Errors

  • failed to add a label 482: Managed_Identity_demo - Managed_Identity/add-or-update: label name is too long (max: 50)

@hmcts-platform-operations
Copy link
Copy Markdown

hmcts-platform-operations commented May 28, 2025

Plan Result (482: Aks_stg - DeployInfrastructure)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

hmcts-platform-operations commented May 28, 2025

Plan Result (482: Aks_test - DeployInfrastructure)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

hmcts-platform-operations commented May 28, 2025

Plan Result (482: Aks_ithc - DeployInfrastructure)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

hmcts-platform-operations commented May 28, 2025

Plan Result (482: Aks_ptlsbox - DeployInfrastructure)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

hmcts-platform-operations commented May 28, 2025

Plan Result (482: Aks_dev - DeployInfrastructure)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

hmcts-platform-operations commented May 28, 2025

Plan Result (482: Aks_demo - DeployInfrastructure)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

hmcts-platform-operations commented May 28, 2025

Plan Result (482: Genesis_prod - Genesis)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

hmcts-platform-operations commented May 28, 2025

Plan Result (482: Genesis_ptl - Genesis)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (482: Network_prod - NetworkRg)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (482: Network_ptl - NetworkRg)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

hmcts-platform-operations commented May 28, 2025

Plan Result (482: Network_prod - DeployInfrastructure)

No changes. Your infrastructure matches the configuration.

⚠️ Errors

  • failed to add a label 482: Network_prod - DeployInfrastructure/no-changes: label name is too long (max: 50)

@hmcts-platform-operations
Copy link
Copy Markdown

hmcts-platform-operations commented May 28, 2025

Plan Result (482: Managed_Identity_prod - Managed_Identity)

Plan: 0 to add, 1 to change, 0 to destroy.
  • Update
    • azurerm_resource_group.application-mi
Change Result (Click me)
  # azurerm_resource_group.application-mi will be updated in-place
  ~ resource "azurerm_resource_group" "application-mi" {
        id         = "/subscriptions/5ca62022-6aa2-4cee-aaa7-e7536c8d566c/resourceGroups/managed-identities-prod-rg"
        name       = "managed-identities-prod-rg"
      ~ tags       = {
          + "application"  = "core"
          + "builtFrom"    = "hmcts/aks-sds-deploy"
          + "businessArea" = "Cross-Cutting"
          + "criticality"  = "High"
          + "environment"  = "production"
        }
        # (2 unchanged attributes hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

⚠️ Errors

  • failed to add a label 482: Managed_Identity_prod - Managed_Identity/add-or-update: label name is too long (max: 50)

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (482: Network_ptl - DeployInfrastructure)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (482: Aks_prod - DeployInfrastructure)

Plan: 0 to add, 4 to change, 0 to destroy.
  • Update
    • module.kubernetes["00"].azurerm_monitor_diagnostic_setting.kubernetes_cluster_diagnostic_setting[0]
    • module.kubernetes["00"].azurerm_monitor_diagnostic_setting.kubernetes_cluster_diagnostic_setting_sa[0]
    • module.kubernetes["01"].azurerm_monitor_diagnostic_setting.kubernetes_cluster_diagnostic_setting[0]
    • module.kubernetes["01"].azurerm_monitor_diagnostic_setting.kubernetes_cluster_diagnostic_setting_sa[0]
Change Result (Click me)
  # module.kubernetes["00"].azurerm_monitor_diagnostic_setting.kubernetes_cluster_diagnostic_setting[0] will be updated in-place
  ~ resource "azurerm_monitor_diagnostic_setting" "kubernetes_cluster_diagnostic_setting" {
        id                             = "/subscriptions/5ca62022-6aa2-4cee-aaa7-e7536c8d566c/resourceGroups/ss-prod-00-rg/providers/Microsoft.ContainerService/managedClusters/ss-prod-00-aks|DiagLogAnalytics"
        name                           = "DiagLogAnalytics"
        # (5 unchanged attributes hidden)

      - metric {
          - category = "AllMetrics" -> null
          - enabled  = false -> null

          - retention_policy {
              - days    = 0 -> null
              - enabled = false -> null
            }
        }

        # (5 unchanged blocks hidden)
    }

  # module.kubernetes["00"].azurerm_monitor_diagnostic_setting.kubernetes_cluster_diagnostic_setting_sa[0] will be updated in-place
  ~ resource "azurerm_monitor_diagnostic_setting" "kubernetes_cluster_diagnostic_setting_sa" {
        id                             = "/subscriptions/5ca62022-6aa2-4cee-aaa7-e7536c8d566c/resourceGroups/ss-prod-00-rg/providers/Microsoft.ContainerService/managedClusters/ss-prod-00-aks|aks-storage"
        name                           = "aks-storage"
        # (6 unchanged attributes hidden)

      - metric {
          - category = "AllMetrics" -> null
          - enabled  = false -> null

          - retention_policy {
              - days    = 0 -> null
              - enabled = false -> null
            }
        }

        # (1 unchanged block hidden)
    }

  # module.kubernetes["01"].azurerm_monitor_diagnostic_setting.kubernetes_cluster_diagnostic_setting[0] will be updated in-place
  ~ resource "azurerm_monitor_diagnostic_setting" "kubernetes_cluster_diagnostic_setting" {
        id                             = "/subscriptions/5ca62022-6aa2-4cee-aaa7-e7536c8d566c/resourceGroups/ss-prod-01-rg/providers/Microsoft.ContainerService/managedClusters/ss-prod-01-aks|DiagLogAnalytics"
        name                           = "DiagLogAnalytics"
        # (5 unchanged attributes hidden)

      - metric {
          - category = "AllMetrics" -> null
          - enabled  = false -> null

          - retention_policy {
              - days    = 0 -> null
              - enabled = false -> null
            }
        }

        # (5 unchanged blocks hidden)
    }

  # module.kubernetes["01"].azurerm_monitor_diagnostic_setting.kubernetes_cluster_diagnostic_setting_sa[0] will be updated in-place
  ~ resource "azurerm_monitor_diagnostic_setting" "kubernetes_cluster_diagnostic_setting_sa" {
        id                             = "/subscriptions/5ca62022-6aa2-4cee-aaa7-e7536c8d566c/resourceGroups/ss-prod-01-rg/providers/Microsoft.ContainerService/managedClusters/ss-prod-01-aks|aks-storage"
        name                           = "aks-storage"
        # (6 unchanged attributes hidden)

      - metric {
          - category = "AllMetrics" -> null
          - enabled  = false -> null

          - retention_policy {
              - days    = 0 -> null
              - enabled = false -> null
            }
        }

        # (1 unchanged block hidden)
    }

Plan: 0 to add, 4 to change, 0 to destroy.

@hmcts-platform-operations
Copy link
Copy Markdown

hmcts-platform-operations commented May 28, 2025

Plan Result (482: Managed_Identity_ptl - Managed_Identity)

No changes. Your infrastructure matches the configuration.

⚠️ Errors

  • failed to add a label 482: Managed_Identity_ptl - Managed_Identity/no-changes: label name is too long (max: 50)

@hmcts-platform-operations
Copy link
Copy Markdown

hmcts-platform-operations commented May 28, 2025

Plan Result (482: Aks_ptl - DeployInfrastructure)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link
Copy Markdown

Plan Result (482: Network_sbox - NetworkRg)

No changes. Your infrastructure matches the configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

482: Aks_demo - DeployInfrastructure/no-changes 482: Aks_dev - DeployInfrastructure/no-changes 482: Aks_ithc - DeployInfrastructure/no-changes 482: Aks_prod - DeployInfrastructure/add-or-update 482: Aks_ptl - DeployInfrastructure/no-changes 482: Aks_ptlsbox - DeployInfrastructure/no-changes 482: Aks_sbox - DeployInfrastructure/no-changes 482: Aks_stg - DeployInfrastructure/no-changes 482: Aks_test - DeployInfrastructure/no-changes 482: Genesis_demo - Genesis/no-changes 482: Genesis_dev - Genesis/no-changes 482: Genesis_ithc - Genesis/no-changes 482: Genesis_prod - Genesis/no-changes 482: Genesis_ptl - Genesis/no-changes 482: Genesis_ptlsbox - Genesis/add-or-update 482: Genesis_sbox - Genesis/no-changes 482: Genesis_stg - Genesis/no-changes 482: Genesis_test - Genesis/no-changes 482: Network_demo - NetworkRg/no-changes 482: Network_dev - DeployInfrastructure/no-changes 482: Network_dev - NetworkRg/no-changes 482: Network_ithc - NetworkRg/no-changes 482: Network_prod - NetworkRg/no-changes 482: Network_ptl - DeployInfrastructure/no-changes 482: Network_ptl - NetworkRg/no-changes 482: Network_ptlsbox - NetworkRg/no-changes 482: Network_sbox - NetworkRg/no-changes 482: Network_stg - DeployInfrastructure/no-changes 482: Network_stg - NetworkRg/no-changes 482: Network_test - NetworkRg/no-changes Aks_demo - DeployInfrastructure/add-or-update Aks_demo/no-changes Aks_dev - DeployInfrastructure/add-or-update Aks_dev/add-or-update Aks_ithc - DeployInfrastructure/add-or-update Aks_ithc/no-changes Aks/no-changes Aks_prod - DeployInfrastructure/add-or-update Aks_prod/add-or-update Aks_ptl - DeployInfrastructure/no-changes Aks_ptl/no-changes Aks_ptlsbox - DeployInfrastructure/add-or-update Aks_ptlsbox/add-or-update Aks_sbox - DeployInfrastructure/add-or-update Aks_sbox/no-changes Aks_stg - DeployInfrastructure/add-or-update Aks_stg/add-or-update Aks_test - DeployInfrastructure/add-or-update Aks_test/no-changes dependencies Pull requests that update a dependency file Genesis_demo - Genesis/add-or-update Genesis_dev - Genesis/add-or-update Genesis_ithc - Genesis/add-or-update Genesis/no-changes Genesis_prod - Genesis/add-or-update Genesis_ptl - Genesis/add-or-update Genesis_ptlsbox - Genesis/add-or-update Genesis_sbox - Genesis/add-or-update Genesis_stg - Genesis/add-or-update Genesis_test - Genesis/add-or-update Managed_Identity/add-or-update Network_demo - DeployInfrastructure/no-changes Network_demo - NetworkRg/no-changes Network_dev - DeployInfrastructure/add-or-update Network_dev - NetworkRg/no-changes Network_ithc - DeployInfrastructure/no-changes Network_ithc - NetworkRg/no-changes Network/no-changes Network_prod - DeployInfrastructure/no-changes Network_prod - NetworkRg/no-changes Network_ptl - DeployInfrastructure/no-changes Network_ptl - NetworkRg/no-changes Network_ptlsbox - DeployInfrastructure/no-changes Network_ptlsbox - NetworkRg/no-changes Network_sbox - DeployInfrastructure/no-changes Network_sbox - NetworkRg/no-changes Network_stg - DeployInfrastructure/no-changes Network_stg - NetworkRg/no-changes Network_test - DeployInfrastructure/no-changes Network_test - NetworkRg/no-changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant