0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-08-23 03:48:35 +00:00

Update CHANGELOG.md

This commit is contained in:
bpg 2021-09-09 13:36:41 +00:00 committed by GitHub Actions
parent 1be71bebf2
commit f37eb9c974

View File

@ -1,3 +1,21 @@
# Changelog
## [Unreleased](https://github.com/bpg/terraform-provider-proxmox/tree/HEAD)
[Full Changelog](https://github.com/bpg/terraform-provider-proxmox/compare/v0.4.4...HEAD)
**Fixed bugs:**
- \[BUG\] SIGSEGV if cloned VM disk is in the different storage [\#2](https://github.com/bpg/terraform-provider-proxmox/issues/2)
- fix `make test` error [\#1](https://github.com/bpg/terraform-provider-proxmox/pull/1) ([bpg](https://github.com/bpg))
**Dependency updates:**
- Bump github.com/hashicorp/terraform-plugin-sdk from 1.16.0 to 1.17.2 [\#9](https://github.com/bpg/terraform-provider-proxmox/pull/9) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump addressable from 2.7.0 to 2.8.0 in /docs [\#6](https://github.com/bpg/terraform-provider-proxmox/pull/6) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump rexml from 3.2.4 to 3.2.5 in /docs [\#5](https://github.com/bpg/terraform-provider-proxmox/pull/5) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump nokogiri from 1.11.1 to 1.12.4 in /docs [\#4](https://github.com/bpg/terraform-provider-proxmox/pull/4) ([dependabot[bot]](https://github.com/apps/dependabot))
## v0.4.4
BUG FIXES:
@ -141,3 +159,6 @@ FEATURES:
* **New Resource:** `proxmox_virtual_environment_role`
* **New Resource:** `proxmox_virtual_environment_user`
* **New Resource:** `proxmox_virtual_environment_vm`
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*