mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-01 19:12:59 +00:00
chore(main): release 0.38.1 (#729)
Signed-off-by: GitHub Bot <48106979+bpg-bot@users.noreply.github.com>
This commit is contained in:
parent
b429f95ca5
commit
a96a3a9641
@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [0.38.1](https://github.com/bpg/terraform-provider-proxmox/compare/v0.38.0...v0.38.1) (2023-11-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **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))
|
||||
|
||||
## [0.38.0](https://github.com/bpg/terraform-provider-proxmox/compare/v0.37.1...v0.38.0) (2023-11-17)
|
||||
|
||||
|
||||
|
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ GOFMT_FILES?=$$(find . -name '*.go' | grep -v vendor)
|
||||
NAME=terraform-provider-proxmox
|
||||
TARGETS=darwin linux windows
|
||||
TERRAFORM_PLUGIN_EXTENSION=
|
||||
VERSION=0.38.0# x-release-please-version
|
||||
VERSION=0.38.1# x-release-please-version
|
||||
|
||||
ifeq ($(OS),Windows_NT)
|
||||
TERRAFORM_PLATFORM=windows_amd64
|
||||
|
Loading…
Reference in New Issue
Block a user