From fefa09c86e2d28b6ef5e3aea80296345d27a52fe Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 21 Aug 2024 13:50:43 +0200 Subject: [PATCH] Update build tooling Signed-off-by: Knut Ahlers --- .gitignore | 1 + Makefile | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) 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)