From aebbdbcad6c45243d04962cb6d82be650f220392 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Mon, 18 Apr 2022 11:23:26 -0400 Subject: [PATCH] Cut release v1.0.6 --- .gitignore | 2 +- README.md | 2 +- docs/README.md | 4 ++-- version/version.go | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3220f11c..a3ede842 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ main dist/* -packer-plugin-scaffolding \ No newline at end of file +packer-plugin-proxmox diff --git a/README.md b/README.md index 0f49117b..a9862abf 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init). packer { required_plugins { proxmox = { - version = ">= 1.0.1" + version = ">= 1.0.6" source = "github.com/hashicorp/proxmox" } } diff --git a/docs/README.md b/docs/README.md index ddc1212c..9936deae 100644 --- a/docs/README.md +++ b/docs/README.md @@ -26,8 +26,8 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init). packer { required_plugins { name = { - version = ">= 1.0.1" - source = "github.com/hashicorp/name" + version = ">= 1.0.6" + source = "github.com/hashicorp/proxmox" } } } diff --git a/version/version.go b/version/version.go index e6110fc9..9ee8fb37 100644 --- a/version/version.go +++ b/version/version.go @@ -4,7 +4,7 @@ import "github.com/hashicorp/packer-plugin-sdk/version" var ( // Version is the main version number that is being run at the moment. - Version = "1.0.1" + Version = "1.0.6" // VersionPrerelease is A pre-release marker for the Version. If this is "" // (empty string) then it means that it is a final release. Otherwise, this