From f91bcdd2d34b65c3366023011eaf65d53c55c2bf Mon Sep 17 00:00:00 2001 From: Rishi Anand Date: Tue, 12 Mar 2024 01:02:28 +0530 Subject: [PATCH 1/2] Update Earthfile to v4.3.0 PE Version (#142) --- Earthfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Earthfile b/Earthfile index 703e733..913f5e8 100644 --- a/Earthfile +++ b/Earthfile @@ -10,7 +10,7 @@ ARG ETCD_REPO=https://github.com/etcd-io FROM $SPECTRO_PUB_REPO/canvos/alpine-cert:v1.0.0 ## Spectro Cloud and Kairos Tags ## -ARG PE_VERSION=v4.2.3 +ARG PE_VERSION=v4.3.0 ARG SPECTRO_LUET_VERSION=v1.2.0 ARG KAIROS_VERSION=v2.4.3 ARG K3S_FLAVOR_TAG=k3s1 @@ -389,4 +389,4 @@ OS_RELEASE: # update OS-release file RUN sed -i -n '/KAIROS_/!p' /etc/os-release - RUN envsubst >>/etc/os-release >/etc/os-release Date: Tue, 12 Mar 2024 14:15:29 +0100 Subject: [PATCH 2/2] Update Earthly to 0.8.5 (#144) --- earthly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earthly.sh b/earthly.sh index dc98c3c..3f7c1b0 100755 --- a/earthly.sh +++ b/earthly.sh @@ -26,7 +26,7 @@ function build_without_proxy() { global_config="{disable_analytics: true}" PE_VERSION=$(git describe --abbrev=0 --tags) -EARTHLY_VERSION=v0.7.4 +EARTHLY_VERSION=v0.8.5 source .arg ### Verify Depencies