Skip to content

Commit a7eae7a

Browse files
committed
preparing v1.6.1 release
1 parent 97e5b35 commit a7eae7a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 1.6.1 (Next)
1+
### 1.6.1
22
- Improve `env_vars` parameter configuration logging.
33
- Improve file upload destination targeting.
44
- Improve logging safeguards if no remote/local commands are determined.

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func main() {
1515
// register plugin provisioner
1616
packerPluginSet.RegisterProvisioner(plugin.DEFAULT_NAME, new(testinfra.Provisioner))
1717
// set plugin version
18-
pluginVersion := version.NewPluginVersion("1.6.0", "", "")
18+
pluginVersion := version.NewPluginVersion("1.6.1", "", "")
1919
packerPluginSet.SetVersion(pluginVersion)
2020

2121
// execute packer plugin for testinfra

0 commit comments

Comments
 (0)