Skip to content

chore(deps): update terraform oci to v8.26.0 - #421

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/oci-8.x
Aug 5, 2026
Merged

chore(deps): update terraform oci to v8.26.0#421
renovate[bot] merged 1 commit into
mainfrom
renovate/oci-8.x

Conversation

@renovate

@renovate renovate Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
oci (source) required_provider minor 8.25.08.26.0

Release Notes

oracle/terraform-provider-oci (oci)

v8.26.0

Compare Source

Added
  • context propagation for management resources in database_management service
  • context propagation for resources in database_management - part 3
  • context support into database_management resources - part 1
  • Support for ACD Backup info and Cloning Phase 2 (Timestamp, CPU parameter, subsetting) | ADB-D & ADB-CC
  • Support for Automatic failover with FSFO
  • Support for OpenSearch cluster network security groups
  • Upgrading packages to fix vulnerabilities
Bug Fix
  • resolve no-op patches
  • Disable DevOps pipeline commit triggers after Merino migration

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 5, 2026
@renovate
renovate Bot enabled auto-merge (squash) August 5, 2026 18:45
@github-actions

github-actions Bot commented Aug 5, 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 f65411a into main Aug 5, 2026
5 checks passed
@renovate
renovate Bot deleted the renovate/oci-8.x branch August 5, 2026 18:46
@github-actions

github-actions Bot commented Aug 5, 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.zabbix_server["02"]: Modifying... [id=prd-pve-01/qemu/402]
proxmox_vm_qemu.desktop["01"]: Modifying... [id=prd-pve-01/qemu/403]
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.zabbix_server["01"]: Modifying... [id=prd-pve-01/qemu/401]
proxmox_vm_qemu.zabbix_server["02"]: Modifications complete after 3s [id=prd-pve-01/qemu/402]
proxmox_vm_qemu.dns_proxy_server["02"]: Modifications complete after 6s [id=prd-pve-01/qemu/204]
proxmox_vm_qemu.desktop["01"]: Modifications complete after 9s [id=prd-pve-01/qemu/403]
proxmox_vm_qemu.dns_proxy_server["01"]: Still modifying... [id=prd-pve-01/qemu/203, 00m10s elapsed]
proxmox_vm_qemu.zabbix_server["01"]: Still modifying... [id=prd-pve-01/qemu/401, 00m10s elapsed]
proxmox_vm_qemu.dns_proxy_server["01"]: Modifications complete after 12s [id=prd-pve-01/qemu/203]
proxmox_vm_qemu.zabbix_server["01"]: Modifications complete after 15s [id=prd-pve-01/qemu/401]

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