Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Terraform proxmox to v3.0.1-rc6 #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2024

This PR contains the following updates:

Package Type Update Change
proxmox (source) required_provider patch 3.0.1-rc3 -> 3.0.1-rc6
proxmox (source) required_provider patch ~> 3.0.0 -> ~> 3.0.1-rc6

Release Notes

Telmate/terraform-provider-proxmox (proxmox)

v3.0.1-rc6

Compare Source

Release v3.0.1-rc6 is released sooner than expected do to panics in v3.0.1-rc5.

  • pm_tls_insecure now defaults to false, ensuring that the default connection settings are secure.
  • Description of pools and guests now default to Managed by Terraform..

What's Changed

Full Changelog: Telmate/terraform-provider-proxmox@v3.0.1-rc5...v3.0.1-rc6

v3.0.1-rc5

Compare Source

RC5 is Released.

breaking changes! As this is still a Release Candidate please test in your own environment before upgrading all your projects.

  • breaking USB has been re-implemented.
  • Parallelism in the provider now defaults to 1 thread as a workaround.
  • PCI has been re-implemented (hostpci is now deprecated).
  • Network interfaces have been improved and now requires setting the id.
  • cpu has been deprecated in favor of cpu_type.
  • Fixed issue where provider would always attempt to get the ip of the qemu-guest-agent.
What's Changed
New Contributors

Full Changelog: Telmate/terraform-provider-proxmox@v3.0.1-rc4...v3.0.1-rc5

v3.0.1-rc4

Compare Source

RC4 is released.

No breaking changes, as this is still a Release Candidate please test in your own environment before upgrading all your projects.

The module compatible Disk schema discussed in #​986 is released.

What's Changed
New Contributors

Full Changelog: Telmate/terraform-provider-proxmox@v3.0.1-rc3...v3.0.1-rc4


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

This comment has been minimized.

@renovate renovate bot force-pushed the renovate/proxmox-3.x branch from b2b6f40 to c8f76a6 Compare September 2, 2024 09:30
Copy link

github-actions bot commented Sep 2, 2024

🏗️ Terraform Plan

dev - 0 to add, 1 to change, 0 to destroy
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place

Terraform will perform the following actions:

# module.supernode[0].proxmox_vm_qemu.supernode will be updated in-place
~ resource "proxmox_vm_qemu" "supernode" {
    + ciupgrade              = false
      id                     = "pm4/qemu/104"
      name                   = "supernode-dev-0"
    - nameserver             = "2a0f:fc80:: 2a0f:fc81:: 193.110.81.0 185.253.5.0" -> null
    + pool                   = "supernodes-v2"
      tags                   = null
      # (59 unchanged attributes hidden)

      # (5 unchanged blocks hidden)
  }

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

@renovate renovate bot changed the title Update Terraform proxmox to v3.0.1-rc4 Update Terraform proxmox to v3.0.1-rc5 Nov 24, 2024
@renovate renovate bot force-pushed the renovate/proxmox-3.x branch from c8f76a6 to f18f07c Compare November 24, 2024 00:26
@renovate renovate bot force-pushed the renovate/proxmox-3.x branch from f18f07c to 2015853 Compare November 25, 2024 22:49
@renovate renovate bot changed the title Update Terraform proxmox to v3.0.1-rc5 Update Terraform proxmox to v3.0.1-rc6 Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants