Skip to content

Commit a96a3a9

Browse files
author
GitHub Bot
authored
chore(main): release 0.38.1 (#729)
Signed-off-by: GitHub Bot <48106979+bpg-bot@users.noreply.github.com>
1 parent b429f95 commit a96a3a9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.38.1](https://github.com/bpg/terraform-provider-proxmox/compare/v0.38.0...v0.38.1) (2023-11-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **vm:** type error when unmarshalling `GetResponseData.data.memory` ([#728](https://github.com/bpg/terraform-provider-proxmox/issues/728)) ([b429f95](https://github.com/bpg/terraform-provider-proxmox/commit/b429f95ca578c530d08caae95228f20e57de0c03))
9+
310
## [0.38.0](https://github.com/bpg/terraform-provider-proxmox/compare/v0.37.1...v0.38.0) (2023-11-17)
411

512

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ GOFMT_FILES?=$$(find . -name '*.go' | grep -v vendor)
22
NAME=terraform-provider-proxmox
33
TARGETS=darwin linux windows
44
TERRAFORM_PLUGIN_EXTENSION=
5-
VERSION=0.38.0# x-release-please-version
5+
VERSION=0.38.1# x-release-please-version
66

77
ifeq ($(OS),Windows_NT)
88
TERRAFORM_PLATFORM=windows_amd64

0 commit comments

Comments
 (0)