From f37eb9c97489ac9c9876f156254771cdf968045a Mon Sep 17 00:00:00 2001 From: bpg Date: Thu, 9 Sep 2021 13:36:41 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f87d8641..854b0ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)*