From 42ebfa429de36b8081718d5af49797b766ecdb60 Mon Sep 17 00:00:00 2001 From: Thomas Tendyck Date: Tue, 21 Jan 2025 22:51:29 +0100 Subject: [PATCH] update versions Signed-off-by: Thomas Tendyck --- VERSION | 2 +- dockerfiles/Dockerfile | 4 ++-- dockerfiles/Dockerfile.focal | 4 ++-- src/meshpremain/go.mod | 6 +++--- src/meshpremain/go.sum | 12 ++++++------ 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/VERSION b/VERSION index f10bec9e3..4ea4ea46e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.4.8 +v0.4.9 diff --git a/dockerfiles/Dockerfile b/dockerfiles/Dockerfile index 5f68c7620..18aa3943b 100644 --- a/dockerfiles/Dockerfile +++ b/dockerfiles/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/edgelesssys/edgelessrt/build-base:v0.4.8 AS build +FROM ghcr.io/edgelesssys/edgelessrt/build-base:v0.4.9 AS build # don't run `apt-get update` because required packages are cached in build-base for reproducibility RUN apt-get install -y --no-install-recommends \ @@ -11,7 +11,7 @@ RUN apt-get install -y --no-install-recommends \ ninja-build \ wget -ARG erttag=v0.4.8 +ARG erttag=v0.4.9 RUN git clone -b $erttag --depth=1 https://github.com/edgelesssys/edgelessrt \ && mkdir build diff --git a/dockerfiles/Dockerfile.focal b/dockerfiles/Dockerfile.focal index 66b11b5a3..21796022a 100644 --- a/dockerfiles/Dockerfile.focal +++ b/dockerfiles/Dockerfile.focal @@ -1,4 +1,4 @@ -FROM ghcr.io/edgelesssys/edgelessrt/build-base-focal:v0.4.8 AS build +FROM ghcr.io/edgelesssys/edgelessrt/build-base-focal:v0.4.9 AS build # don't run `apt-get update` because required packages are cached in build-base for reproducibility RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ @@ -11,7 +11,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ ninja-build \ wget -ARG erttag=v0.4.8 +ARG erttag=v0.4.9 RUN git clone -b $erttag --depth=1 https://github.com/edgelesssys/edgelessrt \ && mkdir build diff --git a/src/meshpremain/go.mod b/src/meshpremain/go.mod index 600c256c7..6a95c1974 100644 --- a/src/meshpremain/go.mod +++ b/src/meshpremain/go.mod @@ -12,9 +12,9 @@ require ( github.com/spf13/afero v1.11.0 // indirect go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.27.0 // indirect - golang.org/x/crypto v0.31.0 // indirect - golang.org/x/net v0.32.0 // indirect - golang.org/x/sys v0.28.0 // indirect + golang.org/x/crypto v0.32.0 // indirect + golang.org/x/net v0.34.0 // indirect + golang.org/x/sys v0.29.0 // indirect golang.org/x/text v0.21.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20240812133136-8ffd90a71988 // indirect google.golang.org/grpc v1.64.1 // indirect diff --git a/src/meshpremain/go.sum b/src/meshpremain/go.sum index 40dad200d..1ead30907 100644 --- a/src/meshpremain/go.sum +++ b/src/meshpremain/go.sum @@ -18,12 +18,12 @@ go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0= go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y= go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8= go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E= -golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U= -golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk= -golang.org/x/net v0.32.0 h1:ZqPmj8Kzc+Y6e0+skZsuACbx+wzMgo5MQsJh9Qd6aYI= -golang.org/x/net v0.32.0/go.mod h1:CwU0IoeOlnQQWJ6ioyFrfRuomB8GKF6KbYXZVyeXNfs= -golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA= -golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc= +golang.org/x/crypto v0.32.0/go.mod h1:ZnnJkOaASj8g0AjIduWNlq2NRxL0PlBrbKVyZ6V/Ugc= +golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0= +golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k= +golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU= +golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= google.golang.org/genproto/googleapis/rpc v0.0.0-20240812133136-8ffd90a71988 h1:V71AcdLZr2p8dC9dbOIMCpqi4EmRl8wUwnJzXXLmbmc=