diff --git a/.gitignore b/.gitignore index 437d38f..d27891d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ config.json envrun_* packer_* yq_* +LICENSE.txt diff --git a/Makefile b/Makefile index 74f2754..26fdd22 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -ENVRUN_VERSION := 0.7.1 -PACKER_VERSION := 1.10.2 -YQ_VERSION := 4.31.2 +ENVRUN_VERSION := 0.7.3 +PACKER_VERSION := 1.11.2 +YQ_VERSION := 4.44.3 ENVRUN := ./envrun_$(ENVRUN_VERSION) PACKER := ./packer_$(PACKER_VERSION)