Skip to content

chore(deps): update davidanson/markdownlint-cli2-action action to v24.2.0 - #419

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/davidanson-markdownlint-cli2-action-24.x
Aug 3, 2026
Merged

chore(deps): update davidanson/markdownlint-cli2-action action to v24.2.0#419
renovate[bot] merged 1 commit into
mainfrom
renovate/davidanson-markdownlint-cli2-action-24.x

Conversation

@renovate

@renovate renovate Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
DavidAnson/markdownlint-cli2-action action minor v24.1.0v24.2.0

Release Notes

DavidAnson/markdownlint-cli2-action (DavidAnson/markdownlint-cli2-action)

v24.2.0

Compare Source


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update 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 added the renovate label Aug 3, 2026
@renovate
renovate Bot enabled auto-merge (squash) August 3, 2026 00:53
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

✅ ghasec — no issues found

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Plan Result

CI link

Plan: 0 to add, 10 to change, 0 to destroy.
  • Update
    • ansible_host.desktop["01"]
    • ansible_host.dns_proxy_server["01"]
    • ansible_host.dns_proxy_server["02"]
    • ansible_host.zabbix_server["01"]
    • ansible_host.zabbix_server["02"]
    • proxmox_vm_qemu.desktop["01"]
    • proxmox_vm_qemu.dns_proxy_server["01"]
    • proxmox_vm_qemu.dns_proxy_server["02"]
    • proxmox_vm_qemu.zabbix_server["01"]
    • proxmox_vm_qemu.zabbix_server["02"]
Change Result (Click me)
  # ansible_host.desktop["01"] will be updated in-place
  ~ resource "ansible_host" "desktop" {
        id        = "prd-dsk-01"
        name      = "prd-dsk-01"
      ~ variables = {
          ~ ansible_host    = "192.168.22.10" -> (known after apply)
            # (3 unchanged attributes hidden)
        }
        # (1 unchanged attribute hidden)
    }

  # ansible_host.dns_proxy_server["01"] will be updated in-place
  ~ resource "ansible_host" "dns_proxy_server" {
        id        = "prd-dpx-01"
        name      = "prd-dpx-01"
      ~ variables = {
          ~ ansible_host = "192.168.20.23" -> (known after apply)
            # (1 unchanged attribute hidden)
        }
        # (1 unchanged attribute hidden)
    }

  # ansible_host.dns_proxy_server["02"] will be updated in-place
  ~ resource "ansible_host" "dns_proxy_server" {
        id        = "prd-dpx-02"
        name      = "prd-dpx-02"
      ~ variables = {
          ~ ansible_host = "192.168.20.24" -> (known after apply)
            # (1 unchanged attribute hidden)
        }
        # (1 unchanged attribute hidden)
    }

  # ansible_host.zabbix_server["01"] will be updated in-place
  ~ resource "ansible_host" "zabbix_server" {
        id        = "prd-zbx-01"
        name      = "prd-zbx-01"
      ~ variables = {
          ~ ansible_host    = "192.168.22.8" -> (known after apply)
            # (3 unchanged attributes hidden)
        }
        # (1 unchanged attribute hidden)
    }

  # ansible_host.zabbix_server["02"] will be updated in-place
  ~ resource "ansible_host" "zabbix_server" {
        id        = "prd-zbx-02"
        name      = "prd-zbx-02"
      ~ variables = {
          ~ ansible_host    = "192.168.22.9" -> (known after apply)
            # (3 unchanged attributes hidden)
        }
        # (1 unchanged attribute hidden)
    }

  # proxmox_vm_qemu.desktop["01"] will be updated in-place
  ~ resource "proxmox_vm_qemu" "desktop" {
      ~ default_ipv4_address      = "192.168.22.10" -> (known after apply)
        id                        = "prd-pve-01/qemu/403"
        name                      = "prd-dsk-01"
      ~ ssh_host                  = "192.168.22.10" -> (known after apply)
      ~ ssh_port                  = "22" -> (known after apply)
        tags                      = "desktop;prd;qdevice;terraform"
      - vm_state                  = "running" -> null
        # (51 unchanged attributes hidden)

        # (8 unchanged blocks hidden)
    }

  # proxmox_vm_qemu.dns_proxy_server["01"] will be updated in-place
  ~ resource "proxmox_vm_qemu" "dns_proxy_server" {
      ~ default_ipv4_address      = "192.168.20.23" -> (known after apply)
        id                        = "prd-pve-01/qemu/203"
        name                      = "prd-dpx-01"
      ~ ssh_host                  = "192.168.20.23" -> (known after apply)
      ~ ssh_port                  = "22" -> (known after apply)
        tags                      = "dns-server;prd;proxy-server;terraform"
      - vm_state                  = "running" -> null
        # (50 unchanged attributes hidden)

        # (7 unchanged blocks hidden)
    }

  # proxmox_vm_qemu.dns_proxy_server["02"] will be updated in-place
  ~ resource "proxmox_vm_qemu" "dns_proxy_server" {
      ~ default_ipv4_address      = "192.168.20.24" -> (known after apply)
        id                        = "prd-pve-01/qemu/204"
        name                      = "prd-dpx-02"
      ~ ssh_host                  = "192.168.20.24" -> (known after apply)
      ~ ssh_port                  = "22" -> (known after apply)
        tags                      = "dns-server;prd;proxy-server;terraform"
      - vm_state                  = "running" -> null
        # (50 unchanged attributes hidden)

        # (7 unchanged blocks hidden)
    }

  # proxmox_vm_qemu.zabbix_server["01"] will be updated in-place
  ~ resource "proxmox_vm_qemu" "zabbix_server" {
      ~ default_ipv4_address      = "192.168.22.8" -> (known after apply)
        id                        = "prd-pve-01/qemu/401"
        name                      = "prd-zbx-01"
      ~ ssh_host                  = "192.168.22.8" -> (known after apply)
      ~ ssh_port                  = "22" -> (known after apply)
        tags                      = "prd;terraform;zabbix-agent;zabbix-server"
      - vm_state                  = "running" -> null
        # (51 unchanged attributes hidden)

        # (8 unchanged blocks hidden)
    }

  # proxmox_vm_qemu.zabbix_server["02"] will be updated in-place
  ~ resource "proxmox_vm_qemu" "zabbix_server" {
      ~ default_ipv4_address      = "192.168.22.9" -> (known after apply)
        id                        = "prd-pve-01/qemu/402"
        name                      = "prd-zbx-02"
      ~ ssh_host                  = "192.168.22.9" -> (known after apply)
      ~ ssh_port                  = "22" -> (known after apply)
        tags                      = "prd;terraform;zabbix-agent;zabbix-server"
      - vm_state                  = "running" -> null
        # (51 unchanged attributes hidden)

        # (8 unchanged blocks hidden)
    }

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

@renovate
renovate Bot merged commit 5cce5f2 into main Aug 3, 2026
6 checks passed
@renovate
renovate Bot deleted the renovate/davidanson-markdownlint-cli2-action-24.x branch August 3, 2026 00:54
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

✅ Apply Succeeded

CI link

Apply complete! Resources: 0 added, 5 changed, 0 destroyed.
Details (Click me)
proxmox_vm_qemu.desktop["01"]: Modifying... [id=prd-pve-01/qemu/403]
proxmox_vm_qemu.zabbix_server["01"]: Modifying... [id=prd-pve-01/qemu/401]
proxmox_vm_qemu.zabbix_server["02"]: Modifying... [id=prd-pve-01/qemu/402]
proxmox_vm_qemu.dns_proxy_server["02"]: Modifying... [id=prd-pve-01/qemu/204]
proxmox_vm_qemu.dns_proxy_server["01"]: Modifying... [id=prd-pve-01/qemu/203]
proxmox_vm_qemu.desktop["01"]: Modifications complete after 4s [id=prd-pve-01/qemu/403]
proxmox_vm_qemu.zabbix_server["01"]: Modifications complete after 7s [id=prd-pve-01/qemu/401]
proxmox_vm_qemu.dns_proxy_server["02"]: Modifications complete after 10s [id=prd-pve-01/qemu/204]
proxmox_vm_qemu.zabbix_server["02"]: Still modifying... [id=prd-pve-01/qemu/402, 00m10s elapsed]
proxmox_vm_qemu.dns_proxy_server["01"]: Still modifying... [id=prd-pve-01/qemu/203, 00m10s elapsed]
proxmox_vm_qemu.zabbix_server["02"]: Modifications complete after 14s [id=prd-pve-01/qemu/402]
proxmox_vm_qemu.dns_proxy_server["01"]: Modifications complete after 17s [id=prd-pve-01/qemu/203]

Apply complete! Resources: 0 added, 5 changed, 0 destroyed.

Outputs:

cloud-server__prd = {
  "ethernet_adapters" = {
    "ip0" = "10.0.21.152"
  }
  "host_name" = "prd-csv-01"
  "id" = "ocid1.instance.oc1.ap-osaka-1.anvwsljrmrimpjacxzprnxgg45uaxvys5umycr7ivm2enh3nvpebldnyrdnq"
}
oci_identity_availability_domain = {
  "ad_number" = 1
  "compartment_id" = "ocid1.tenancy.oc1..aaaaaaaa3vcsovo36fpa7kf42sljmsypxgwrp37lowwl27g5n7pgy765krba"
  "id" = "ocid1.availabilitydomain.oc1..aaaaaaaa77hdxjj7p7rigpiptedsboears4a5foue5ccb4tv4f24u4petika"
  "name" = "uBnd:AP-OSAKA-1-AD-1"
}
zabbix_servers__prd = [
  {
    "description" = "Zabbix Server. This VM is managed by Terraform."
    "ethernet_adapters" = {
      "ip0" = {
        "bridge" = "vmbr3"
        "ip_address" = "192.168.22.8/24"
      }
      "ip1" = {
        "bridge" = "vmbr4"
        "ip_address" = "192.168.91.1/29"
      }
    }
    "host_name" = "prd-pve-01"
    "id" = 401
    "name" = "prd-zbx-01"
  },
  {
    "description" = "Zabbix Server. This VM is managed by Terraform."
    "ethernet_adapters" = {
      "ip0" = {
        "bridge" = "vmbr3"
        "ip_address" = "192.168.22.9/24"
      }
      "ip1" = {
        "bridge" = "vmbr4"
        "ip_address" = "192.168.91.2/29"
      }
    }
    "host_name" = "prd-pve-01"
    "id" = 402
    "name" = "prd-zbx-02"
  },
]

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants