Update Terraform proxmox to v2.9.14
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
proxmox (source) | required_provider | patch |
2.9.4 -> 2.9.14
|
proxmox (source) | required_provider | patch |
2.9.10 -> 2.9.14
|
proxmox (source) | required_provider | patch |
2.9.0 -> 2.9.14
|
Release Notes
Telmate/terraform-provider-proxmox
v2.9.14
What's Changed
- fix and consolidate persmissions by @mleone87 in https://github.com/Telmate/terraform-provider-proxmox/pull/683
- Add Unicast MAC Address requirement to docs by @browningluke in https://github.com/Telmate/terraform-provider-proxmox/pull/675
- Add Missing Required Permission by @scottbot95 in https://github.com/Telmate/terraform-provider-proxmox/pull/688
- fix(docs) vm_qemu.md table misalignment by @akazantzidis in https://github.com/Telmate/terraform-provider-proxmox/pull/689
- Do not return error if MAC address value is empty by @NlVlN in https://github.com/Telmate/terraform-provider-proxmox/pull/690
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.1 to 2.25.0 by @dependabot in https://github.com/Telmate/terraform-provider-proxmox/pull/698
- Bump golang.org/x/net from 0.6.0 to 0.7.0 by @dependabot in https://github.com/Telmate/terraform-provider-proxmox/pull/709
- Support 'T' suffix for size attribute in LXC rootfs and mountpoints by @simoncaron in https://github.com/Telmate/terraform-provider-proxmox/pull/695
- Fix Ipconfigmap empty values by @tnyeanderson in https://github.com/Telmate/terraform-provider-proxmox/pull/696
- change boot order in example by @GannonTdW in https://github.com/Telmate/terraform-provider-proxmox/pull/697
- Updated cloud-init example guide by @ntatschner in https://github.com/Telmate/terraform-provider-proxmox/pull/707
- Add qemu machine type support for vm and make waiting times for creat… by @mleone87 in https://github.com/Telmate/terraform-provider-proxmox/pull/684
- Remove ForceNew from ip option by @saturn4er in https://github.com/Telmate/terraform-provider-proxmox/pull/713
- Update dependencies by @ccadruvi in https://github.com/Telmate/terraform-provider-proxmox/pull/720
- extract pm_user from pm_api_token_id when GetUserPermissions by @ethinx in https://github.com/Telmate/terraform-provider-proxmox/pull/649
New Contributors
- @browningluke made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/675
- @scottbot95 made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/688
- @akazantzidis made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/689
- @NlVlN made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/690
- @simoncaron made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/695
- @GannonTdW made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/697
- @ntatschner made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/707
- @saturn4er made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/713
- @ccadruvi made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/720
- @ethinx made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/649
Full Changelog: https://github.com/Telmate/terraform-provider-proxmox/compare/v2.9.13...v2.9.14
v2.9.13
What's Changed
- Fix: type conflict for cloud-init. by @Tinyblargon in https://github.com/Telmate/terraform-provider-proxmox/pull/653
- Refactor: proxmox-api-go [user config] by @Tinyblargon in https://github.com/Telmate/terraform-provider-proxmox/pull/654
- chore: update deps by @mleone87 in https://github.com/Telmate/terraform-provider-proxmox/pull/656
- Bump github.com/rs/zerolog from 1.28.0 to 1.29.0 by @dependabot in https://github.com/Telmate/terraform-provider-proxmox/pull/674
- Update default role permissions by @ofan in https://github.com/Telmate/terraform-provider-proxmox/pull/664
- Change to correct parameter in documentation by @shaul75 in https://github.com/Telmate/terraform-provider-proxmox/pull/663
- Fix minimum permissions by @tnyeanderson in https://github.com/Telmate/terraform-provider-proxmox/pull/667
- Fix boot order option documentation, disallow deprecated syntax by @tnyeanderson in https://github.com/Telmate/terraform-provider-proxmox/pull/668
- change backup disk option to boolean by @tnyeanderson in https://github.com/Telmate/terraform-provider-proxmox/pull/669
- Improvements by @mleone87 in https://github.com/Telmate/terraform-provider-proxmox/pull/678
- ga action for release update by @mleone87 in https://github.com/Telmate/terraform-provider-proxmox/pull/679
New Contributors
- @ofan made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/664
- @shaul75 made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/663
- @tnyeanderson made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/667
Full Changelog: https://github.com/Telmate/terraform-provider-proxmox/compare/v2.9.12...v2.9.13
v2.9.11
What's Changed
- feat: add debug log on failed getting vm info by @clwluvw in https://github.com/Telmate/terraform-provider-proxmox/pull/551
- cosmetic fix by @jmbayu in https://github.com/Telmate/terraform-provider-proxmox/pull/560
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.14.0 to 2.17.0 by @dependabot in https://github.com/Telmate/terraform-provider-proxmox/pull/564
- Bump github.com/rs/zerolog from 1.26.1 to 1.27.0 by @dependabot in https://github.com/Telmate/terraform-provider-proxmox/pull/566
- chore: dependencies upgrade by @mleone87 in https://github.com/Telmate/terraform-provider-proxmox/pull/571
- Add missing QEMU startup order option by @ralgar in https://github.com/Telmate/terraform-provider-proxmox/pull/570
- Add all IOPS related parameters from Proxmox API by @HansAdema in https://github.com/Telmate/terraform-provider-proxmox/pull/559
- Added Import documentation by @glangendam in https://github.com/Telmate/terraform-provider-proxmox/pull/590
- Backup should be a Int by @DoktorAerzt in https://github.com/Telmate/terraform-provider-proxmox/pull/582
- chore: update libs by @mleone87 in https://github.com/Telmate/terraform-provider-proxmox/pull/598
New Contributors
- @jmbayu made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/560
- @ralgar made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/570
- @HansAdema made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/559
- @glangendam made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/590
- @DoktorAerzt made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/582
Full Changelog: https://github.com/Telmate/terraform-provider-proxmox/compare/v2.9.10...v2.9.11
v2.9.10
What's Changed
- chore: bump proxmox-api-go dependency by @clwluvw in https://github.com/Telmate/terraform-provider-proxmox/pull/548
- Start parameter was not taken into account when clone of LXC was done by @vmvarga in https://github.com/Telmate/terraform-provider-proxmox/pull/545
New Contributors
- @clwluvw made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/548
Full Changelog: https://github.com/Telmate/terraform-provider-proxmox/compare/v2.9.9...v2.9.10
v2.9.9
What's Changed
- [fix-crash] Correct usage of changed proxmox-api (GetPoolInfo) by @mizhka in https://github.com/Telmate/terraform-provider-proxmox/pull/542
Full Changelog: https://github.com/Telmate/terraform-provider-proxmox/compare/v2.9.8...v2.9.9
v2.9.8
Full Changelog: https://github.com/Telmate/terraform-provider-proxmox/compare/v2.9.7...v2.9.8
Some fixes to get LXC cloning working
v2.9.7
What's Changed
- lxc mknod feature flag support by @h0tw1r3 in https://github.com/Telmate/terraform-provider-proxmox/pull/504
- Release lock before attempting to read by @h0tw1r3 in https://github.com/Telmate/terraform-provider-proxmox/pull/505
- Fix missed tags filed doc supported by proxmox_lxc by @npdev453 in https://github.com/Telmate/terraform-provider-proxmox/pull/513
- Fix typo by @jmbaur in https://github.com/Telmate/terraform-provider-proxmox/pull/516
- terraform-plugin-sdk/v2 2.12.0 changes by @mleone87 in https://github.com/Telmate/terraform-provider-proxmox/pull/522
- Fix default value for
onboot
in documentation by @mboutet in https://github.com/Telmate/terraform-provider-proxmox/pull/526 - Fix VMIDValidator for next available ID by @maximiliend in https://github.com/Telmate/terraform-provider-proxmox/pull/530
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.12.0 to 2.13.0 by @dependabot in https://github.com/Telmate/terraform-provider-proxmox/pull/528
- Update dependencies & fix incomplete pluginpath for debug mode by @mleone87 in https://github.com/Telmate/terraform-provider-proxmox/pull/534
- Support rootfs flags by @h0tw1r3 in https://github.com/Telmate/terraform-provider-proxmox/pull/524
New Contributors
- @h0tw1r3 made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/504
- @npdev453 made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/513
- @jmbaur made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/516
- @mboutet made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/526
- @maximiliend made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/530
Full Changelog: https://github.com/Telmate/terraform-provider-proxmox/compare/v2.9.6...v2.9.7
v2.9.6
What's Changed
- Fix markdown table of VM Qemu Resource doc by @tt512 in https://github.com/Telmate/terraform-provider-proxmox/pull/496
- Update example username in documentation to match username used earlier by @charliewoollard in https://github.com/Telmate/terraform-provider-proxmox/pull/494
- Allow set custom MTU. by @VitalyZnachenok in https://github.com/Telmate/terraform-provider-proxmox/pull/498
- Fix MTU type for LXC container by @vmvarga in https://github.com/Telmate/terraform-provider-proxmox/pull/499
New Contributors
- @tt512 made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/496
- @charliewoollard made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/494
- @VitalyZnachenok made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/498
- @vmvarga made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/499
Full Changelog: https://github.com/Telmate/terraform-provider-proxmox/compare/v2.9.5...v2.9.6
v2.9.5
What's Changed
- feat(qemu): add usb devices support by @Neonox31 in https://github.com/Telmate/terraform-provider-proxmox/pull/490
- enhance(pxe): Add Network PXE boot option, doc, and examples by @sygibson in https://github.com/Telmate/terraform-provider-proxmox/pull/492
New Contributors
- @Neonox31 made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/490
- @sygibson made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/492
Full Changelog: https://github.com/Telmate/terraform-provider-proxmox/compare/v2.9.4...v2.9.5
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.