From f4644183f8b34ceabfbcfb7a4dbd4d7087055b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wei=C3=9Fe?= Date: Mon, 8 Nov 2021 10:10:59 +0100 Subject: [PATCH] MarbleRun release v0.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Weiße --- CMakeLists.txt | 2 +- charts/Chart.yaml | 4 ++-- charts/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 297147f5..06258d41 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.11) -project(marblerun VERSION 0.5.0) +project(marblerun VERSION 0.5.1) find_package(OpenEnclave CONFIG REQUIRED) if (NOT CMAKE_BUILD_TYPE) diff --git a/charts/Chart.yaml b/charts/Chart.yaml index 107a9822..49b12a5b 100644 --- a/charts/Chart.yaml +++ b/charts/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: v0.5.0 +appVersion: v0.5.1 description: The control plane for confidential computing. home: https://edgeless.systems keywords: @@ -9,7 +9,7 @@ kubeVersion: ">=1.13.0-0" name: marblerun sources: - https://github.com/edgelesssys/marblerun -version: 0.5.0 +version: 0.5.1 maintainers: - name: Edgeless Systems email: contact@edgeless.systems diff --git a/charts/values.yaml b/charts/values.yaml index d76f6a4a..7304362b 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -7,7 +7,7 @@ global: image: pullPolicy: IfNotPresent - version: v0.5.0 + version: v0.5.1 repository: ghcr.io/edgelesssys # Additional annotations to add to all pods