We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e5b35 commit a7eae7aCopy full SHA for a7eae7a
2 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-### 1.6.1 (Next)
+### 1.6.1
2
- Improve `env_vars` parameter configuration logging.
3
- Improve file upload destination targeting.
4
- Improve logging safeguards if no remote/local commands are determined.
main.go
@@ -15,7 +15,7 @@ func main() {
15
// register plugin provisioner
16
packerPluginSet.RegisterProvisioner(plugin.DEFAULT_NAME, new(testinfra.Provisioner))
17
// set plugin version
18
- pluginVersion := version.NewPluginVersion("1.6.0", "", "")
+ pluginVersion := version.NewPluginVersion("1.6.1", "", "")
19
packerPluginSet.SetVersion(pluginVersion)
20
21
// execute packer plugin for testinfra
0 commit comments