0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-05 13:33:58 +00:00

Update CHANGELOG.md

This commit is contained in:
Pavel Boldyrev 2022-10-16 22:53:19 -04:00 committed by GitHub
parent 48c2e6f969
commit 6acc5d19fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +1,12 @@
# Changelog
## [0.6.3](https://github.com/bpg/terraform-provider-proxmox/compare/v0.6.2...v0.6.3) (2022-10-17)
## [v0.6.3](https://github.com/bpg/terraform-provider-proxmox/compare/v0.6.2...v0.6.3) (2022-10-17)
### Bug Fixes
* Non-default VM disk format is not preserved in TF state ([#134](https://github.com/bpg/terraform-provider-proxmox/issues/134)) ([b09389f](https://github.com/bpg/terraform-provider-proxmox/commit/b09389f0a9c65f8f6ab82ae989d29951dd643ed2))
## [Unreleased](https://github.com/bpg/terraform-provider-proxmox/tree/HEAD)
[Full Changelog](https://github.com/bpg/terraform-provider-proxmox/compare/v0.6.2...HEAD)
BUG FIXES:
- disk file\_format state is always qcow2 [\#129](https://github.com/bpg/terraform-provider-proxmox/issues/129)
## [v0.6.2](https://github.com/bpg/terraform-provider-proxmox/tree/v0.6.2) (2022-09-28)
[Full Changelog](https://github.com/bpg/terraform-provider-proxmox/compare/v0.6.1...v0.6.2)