Skip to content

chore(deps): update terraform proxmox to v0.78.0 #46

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 16, 2024

This PR contains the following updates:

Package Type Update Change
proxmox (source) required_provider minor 0.46.3 -> 0.78.0

Release Notes

bpg/terraform-provider-proxmox (proxmox)

v0.78.0

Compare Source

Features
Bug Fixes
Miscellaneous

v0.77.1

Compare Source

Bug Fixes
  • lxc: spurious ip_config diff when interface has both IPv4 and IPv6 addresses (15b0ae9)
Miscellaneous
  • ci: update actions/create-github-app-token action (v2.0.2 → v2.0.3) (#​1941) (922d1eb)
  • ci: update actions/create-github-app-token action (v2.0.3 → v2.0.6) (#​1946) (84c9b72)
  • ci: Update golangci/golangci-lint-action action (v7 → v8) (#​1950) (8ded437)
  • code: fix new qodana warnings (#​1951) (d23f7ab)
  • deps: update golangci/golangci-lint (v2.1.5 → v2.1.6) (#​1947) (462c153)
  • deps: update module golang.org/x/net (v0.39.0 → v0.40.0) (#​1949) (58cee6d)

v0.77.0

Compare Source

Features
  • lxc: increase number of supported mount points to 256 (#​1939) (a99220e)
Bug Fixes
  • file: better error message on download failure (#​1923) (d463990)
  • firewall: prevent reordering of CIDRs in ipset resource with mixed IPv4/IPv6 (#​1935) (64147cd)
  • lxc: do not reboot for cpu block changes (#​1932) (5e49b98)
Miscellaneous

v0.76.1

Compare Source

Bug Fixes
Miscellaneous
  • code: move hardwaremapping package from node to cluster in fwprovider (#​1917) (fd24c5a)
  • docs: fix broken links in documentation (#​1916) (d27b24f)

v0.76.0

Compare Source

Features
Bug Fixes
  • vm,lxc: error parsing disk ID when datastore name contains . (#​1894) (1340146)
  • vm: edge case error when cloning a VM with EFI disk (#​1897) (4ca2f32)
  • vm: race condition on reboot causing inconsistent VM state (#​1911) (7fd190a)
Miscellaneous
  • deps: update golangci/golangci-lint (v2.0.2 → v2.1.2) (#​1903) (ce5cc74)
  • deps: update module github.com/hashicorp/terraform-plugin-docs (v0.20.1 → v0.21.0) (#​1898) (504a84c)
  • docs: indicate support of Proxmox VE 8.4 (#​1899) (35a5296)
  • vm: add an acc test for disk.backup update edge case (#​1906) (ad41476)

v0.75.0

Compare Source

⚠ BREAKING CHANGES
  • vm: remove deprecated initialization.dns.server, initialization.upgrade (#​1884)
  • datastores: implement new structured format and filters for datastores data source (#​1875)
Features
  • datastores: implement new structured format and filters for datastores data source (#​1875) (b5b61b4)
  • vm: do not force VM re-create on initialization.user_account changes (#​1885) (d631ccb)
Miscellaneous
  • ci: pin golangci/golangci-lint-action action to (#​1872) (f7706c8)
  • ci: Update actions/create-github-app-token action (v1.12.0 → v2.0.2) (#​1880) (3d0c47a)
  • ci: update lycheeverse/lychee-action action (v2.3.0 → v2.4.0) (#​1873) (ece13f7)
  • deps: update module golang.org/x/crypto (v0.36.0 → v0.37.0) (#​1882) (c526208)
  • deps: update module golang.org/x/net (v0.38.0 → v0.39.0) (#​1887) (5035965)
  • docs: add known issue to the README about Debian 12 VM requiring a serial device (#​1886) (8e231f9)
  • vm: remove deprecated initialization.dns.server, initialization.upgrade (#​1884) (51e6d7b)

v0.74.1

Compare Source

Bug Fixes
  • auth: do not reset user token value in TF state during update (#​1857) (2da4e3d)
  • docs: clarify tags behaviour for container (#​1851) (b19d28e)
  • lxc: multiple issues during container import (#​1867) (aa9cdba)
  • lxc: prevent spurious dns config change when updating initialization block (#​1859) (03f2079)
  • vm: allow to set machine type in clone (#​1865) (7090b10)
  • vm: improve error handling when updating initialization block (#​1858) (539b902)
  • vm: prevent cloud-init password reset to ********** during update (#​1864) (4f522ec)
  • vm: prevent cloud-init username reset to " " during create (#​1863) (c9fcb30)
  • vm: remove qcow2 as the default for disk.file_format (#​1862) (af46a9c)
Miscellaneous
  • ci: update actions/create-github-app-token action (v1.11.7 → v1.12.0) (#​1860) (7ba9417)
  • ci: update crazy-max/ghaction-import-gpg action (v6.2.0 → v6.3.0) (#​1868) (4d30ba7)
  • ci: update goreleaser/goreleaser-action action (v6.2.1 → v6.3.0) (#​1869) (8c42d80)
  • deps: update module golang.org/x/net (v0.37.0 → v0.38.0) (#​1861) (f030a49)
  • docs: add known issue for HA VMs and containers in README (#​1855) (de65997)

v0.74.0

Compare Source

⚠ BREAKING CHANGES
  • docs: clarify disk behaviour in clone operation (#​1850)
Bug Fixes
Miscellaneous
  • ci: pin actions/attest-build-provenance action to (#​1843) (ef66b55)
  • deps: Update golangci/golangci-lint (v1.64.8 → v2.0.2) (#​1847) (1eee8cd)
  • deps: update module github.com/pkg/sftp (v1.13.8 → v1.13.9) (#​1846) (2ae7725)
  • docs: clarify disk behaviour in clone operation (#​1850) (75281b2)

v0.73.2

Compare Source

Bug Fixes
  • provider: better error handling for non-existent resources(#​1824) (febf239)
  • vm: fix and improve disk management for cloned VMs (#​1840) (faeada9)
Miscellaneous

v0.73.1

Compare Source

Bug Fixes
  • vm: fix vm machine type validation in order to support viommu (#​1798) (57c3970)
Miscellaneous
  • ci: update actions/create-github-app-token action (v1.11.5 → v1.11.6) (#​1809) (1145718)
  • ci: update googleapis/release-please-action action (v4.1.3 → v4.1.4) (#​1804) (748fb0d)
  • ci: update googleapis/release-please-action action (v4.1.4 → v4.2.0) (#​1812) (b526e75)
  • deps: update module github.com/avast/retry-go/v4 (v4.6.0 → v4.6.1) (#​1791) (b3c862b)
  • deps: update module github.com/hashicorp/go-cty (v1.4.1-0.20241127173709-a0325cb22c13 → v1.4.1) (#​1811) (51b93cf)
  • deps: update module github.com/rogpeppe/go-internal (v1.13.1 → v1.14.0) (#​1792) (c5e4d5c)
  • deps: update module github.com/rogpeppe/go-internal (v1.14.0 → v1.14.1) (#​1805) (ed1b25a)
  • deps: update module golang.org/x/crypto (v0.34.0 → v0.35.0) (#​1793) (a04ff63)
  • deps: update module golang.org/x/crypto (v0.35.0 → v0.36.0) (#​1813) (be6ddb4)
  • deps: update module golang.org/x/net (v0.35.0 → v0.37.0) (#​1814) (c126928)
  • docs: update sponsorship section (#​1803) (654a5fc)

v0.73.0

Compare Source

Features
  • vm: add optional reboot_after_update configuration flag (#​1777) (5e726c4)
Miscellaneous
  • build: update Go version and linter /documentation workflows (#​1789) (8ed271b)
  • deps: update github.com/hashicorp/terraform-plugin-* (#​1782) (9c46bf0)
  • deps: update module github.com/google/go-cmp (v0.6.0 → v0.7.0) (#​1783) (f516f80)
  • deps: update module github.com/hashicorp/terraform-plugin-sdk/v2 (v2.36.0 → v2.36.1) (#​1781) (74141bf)
  • deps: update module golang.org/x/crypto (v0.33.0 → v0.34.0) (#​1784) (e013e54)

v0.72.0

Compare Source

Features
Bug Fixes
  • docs: update incorrect reference to meta_data_file_id (#​1759) (28327f9)
Miscellaneous
  • ci: update actions/create-github-app-token action (v1.11.3 → v1.11.5) (#​1773) (3d48a97)
  • ci: update goreleaser/goreleaser-action action (v6.1.0 → v6.2.1) (#​1764) (54624fb)
  • code: update linters config (#​1775) (45806f3)
  • deps: update module github.com/golangci/golangci-lint (v1.63.4 → v1.64.2) in /tools (#​1765) (6e21bca)
  • deps: update module github.com/golangci/golangci-lint (v1.64.2 → v1.64.4) in /tools (#​1769) (a5251d1)
  • deps: update module github.com/golangci/golangci-lint (v1.64.4 → v1.64.5) in /tools (#​1772) (417cdff)
  • deps: update module golang.org/x/net (v0.34.0 → v0.35.0) (#​1766) (d350c65)
  • docs: add security policy (#​1758) (cbff3e4)
  • docs: remove broken links from SECURITY.md (#​1776) (4c06d0f)
  • docs: reorganize API token auth section (#​1761) (4057d13)
  • docs: update project documentation and contribution guidelines (#​1756) (8c0c79b)

v0.71.0

Compare Source

Features
  • cluster: add proxmox_virtual_environment_metrics_server resource (#​1719) (d1cc214)
  • vm: deprecate enabled attribute on cdrom/disk devices (#​1746) (5f00314)
Bug Fixes
  • file: fix for datastore does not support content type "dump" (#​1752) (0aa2b50)
  • lxc: allow container disk size 0 for lxc zfs/brfs subvols (#​1737) (2925ae6)
  • provider: improve provider credentials error handling (#​1754) (f221a85)
Miscellaneous
  • ci: update actions/create-github-app-token action (v1.11.2 → v1.11.3) (#​1743) (ccc263f)
  • ci: update lycheeverse/lychee-action action (v2.2.0 → v2.3.0) (#​1744) (0700975)
  • deps: update module github.com/hashicorp/terraform-plugin-sdk/v2 (v2.35.0 → v2.36.0) (#​1745) (bf9c496)
  • deps: update module golang.org/x/crypto (v0.32.0 → v0.33.0) (#​1751) (96594e4)
  • docs: update terraform proxmox (0.70.0 → 0.70.1) (#​1741) (9bd0b57)

v0.70.1

Compare Source

Bug Fixes
  • lxc: support device_passthrough config on non-clone container (#​1722) (e92b006)
  • vm: vga block defaults handling during create / clone (#​1732) (c992dfc)
Miscellaneous
  • ci: update actions/create-github-app-token action (v1.11.1 → v1.11.2) (#​1733) (4d89d34)
  • deps: update module github.com/brianvoe/gofakeit/v7 (v7.1.2 → v7.2.1) (#​1735) (d4b1d5f)
  • deps: update module github.com/hashicorp/terraform-plugin-go (v0.25.0 → v0.26.0) (#​1726) (198f0ad)
  • deps: update module github.com/hashicorp/terraform-plugin-mux (v0.17.0 → v0.18.0) (#​1727) (e031a38)
  • deps: update module github.com/skeema/knownhosts (v1.3.0 → v1.3.1) (#​1734) (4cedbf1)
  • docs: update terraform proxmox (0.69.1 → 0.70.0) (#​1717) (56f81cc)
  • testacc: add missing acceptance build tags, improve vscode settings (#​1723) (974a3c9)
  • testacc: update apt repository acceptance tests (#​1725) (5e7e799)

v0.70.0

Compare Source

Features
Bug Fixes
Miscellaneous
  • deps: update module github.com/hashicorp/terraform-plugin-framework-timeouts (v0.4.1 → v0.5.0) (#​1714) (eccd55f)
  • deps: update module golang.org/x/crypto (v0.31.0 → v0.32.0) (#​1702) (d22f9d3)
  • deps: update module golang.org/x/net (v0.33.0 → v0.34.0) (#​1703) (3808aef)
  • docs: add 'stop_on_destroy' configuration to cloud image examples (#​1705) (ab09b09)
  • docs: update README.md (#​1707) (6f65789)

v0.69.1

Compare Source

Miscellaneous

v0.69.0

Compare Source

⚠ BREAKING CHANGES
  • vm: improve cpu.architecture handling (#​1683)
Bug Fixes
  • vm: edge case of deleting incomplete VM if create fails and provider retries (#​1684) (bf9e243)
  • vm: improve cpu.architecture handling (#​1683) (be6f220)
  • vm: retry start if it fails with a transient error (#​1685) (9d2118d)
Miscellaneous

v0.68.1

Compare Source

Bug Fixes
Miscellaneous

v0.68.0

Compare Source

Features
Bug Fixes
Miscellaneous

v0.67.1

Compare Source

Bug Fixes
  • provider: "context deadline exceeded" error when retrieving the next available VM identifier (#​1647) (2385975)

v0.67.0

Compare Source

Features
  • provider: better error logging when provider can't generate a VM/Container ID (#​1645) (071cad4)
  • vm: add CPU type support for EPYC-v4 (#​1611) (8b51e99)
Bug Fixes
Miscellaneous
  • ci: remove semgrep workflow (#​1644) (e1e55f9)
  • ci: update crazy-max/ghaction-import-gpg action (v6.1.0 → v6.2.0) (#​1613) (21dd8ee)
  • ci: update goreleaser/goreleaser-action action (v6.0.0 → v6.1.0) (#​1627) (93c391c)
  • ci: update jetbrains/qodana-action action (v2024.2.5 → v2024.2.6) (#​1612) (46ab49c)
  • ci: update lycheeverse/lychee-action action (v2.0.2 → v2.1.0) (#​1628) (32d6b7d)
  • config: migrate config

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 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 requested a review from zimmertr as a code owner February 16, 2024 04:20
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.46.4 chore(deps): update terraform proxmox to v0.46.5 Feb 20, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 11d5089 to 149df00 Compare February 20, 2024 04:43
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.46.5 chore(deps): update terraform proxmox to v0.46.6 Feb 21, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 149df00 to 244c58c Compare February 21, 2024 04:20
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.46.6 chore(deps): update terraform proxmox to v0.47.0 Feb 27, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 244c58c to 3a4001d Compare February 27, 2024 07:37
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.47.0 chore(deps): update terraform proxmox to v0.48.0 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 3a4001d to 902f560 Compare March 4, 2024 13:58
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.48.0 chore(deps): update terraform proxmox to v0.48.1 Mar 5, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 902f560 to a94d258 Compare March 5, 2024 04:36
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from a94d258 to c4af756 Compare March 13, 2024 04:07
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.48.1 chore(deps): update terraform proxmox to v0.48.4 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from c4af756 to b61431b Compare March 16, 2024 00:47
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.48.4 chore(deps): update terraform proxmox to v0.49.0 Mar 16, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from b61431b to cf8a7ae Compare March 22, 2024 03:21
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.49.0 chore(deps): update terraform proxmox to v0.50.0 Mar 22, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from cf8a7ae to 2377a2a Compare March 30, 2024 13:24
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.50.0 chore(deps): update terraform proxmox to v0.51.0 Mar 30, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 2377a2a to 6fdf5f6 Compare April 5, 2024 01:12
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.51.0 chore(deps): update terraform proxmox to v0.51.1 Apr 5, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 6fdf5f6 to acc724f Compare April 10, 2024 03:06
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.51.1 chore(deps): update terraform proxmox to v0.52.0 Apr 10, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from acc724f to f471228 Compare April 11, 2024 04:17
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.52.0 chore(deps): update terraform proxmox to v0.53.0 Apr 11, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from f471228 to e8ce9c5 Compare April 12, 2024 06:44
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.53.0 chore(deps): update terraform proxmox to v0.53.1 Apr 12, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from e8ce9c5 to 9354d59 Compare April 20, 2024 00:12
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.53.1 chore(deps): update terraform proxmox to v0.54.0 Apr 20, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 9354d59 to ee2f001 Compare April 30, 2024 04:23
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.69.1 chore(deps): update terraform proxmox to v0.70.0 Jan 18, 2025
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 5efcaf7 to cf9d039 Compare February 1, 2025 22:05
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.70.0 chore(deps): update terraform proxmox to v0.70.1 Feb 1, 2025
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from cf9d039 to fb0a77d Compare February 10, 2025 01:00
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.70.1 chore(deps): update terraform proxmox to v0.71.0 Feb 10, 2025
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from fb0a77d to cef5797 Compare February 17, 2025 06:58
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.71.0 chore(deps): update terraform proxmox to v0.72.0 Feb 17, 2025
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from cef5797 to 3db73be Compare February 24, 2025 05:35
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.72.0 chore(deps): update terraform proxmox to v0.73.0 Feb 24, 2025
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 3db73be to 5fcf128 Compare March 11, 2025 06:40
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.73.0 chore(deps): update terraform proxmox to v0.73.1 Mar 11, 2025
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 5fcf128 to 3888ac6 Compare March 21, 2025 05:29
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.73.1 chore(deps): update terraform proxmox to v0.73.2 Mar 21, 2025
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 3888ac6 to 5544847 Compare March 27, 2025 20:29
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.73.2 chore(deps): update terraform proxmox to v0.74.0 Mar 27, 2025
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 5544847 to 8b30c6b Compare March 31, 2025 01:42
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.74.0 chore(deps): update terraform proxmox to v0.74.1 Mar 31, 2025
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 8b30c6b to 09b4d2a Compare April 8, 2025 07:48
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.74.1 chore(deps): update terraform proxmox to v0.75.0 Apr 8, 2025
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 09b4d2a to 04fbe6e Compare April 17, 2025 03:45
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.75.0 chore(deps): update terraform proxmox to v0.76.0 Apr 17, 2025
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 04fbe6e to 8374207 Compare April 23, 2025 03:44
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.76.0 chore(deps): update terraform proxmox to v0.76.1 Apr 23, 2025
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 8374207 to b6a3b02 Compare April 30, 2025 01:48
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.76.1 chore(deps): update terraform proxmox to v0.77.0 Apr 30, 2025
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.77.0 chore(deps): update terraform proxmox to v0.77.1 May 6, 2025
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from b6a3b02 to 439ce1e Compare May 6, 2025 03:24
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 439ce1e to c56167d Compare May 14, 2025 03:25
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.77.1 chore(deps): update terraform proxmox to v0.78.0 May 14, 2025
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