From 2233c5e5892faf16d63f26e6439a1cfc15e8cd81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wei=C3=9Fe?= <66256922+daniel-weisse@users.noreply.github.com> Date: Wed, 26 Oct 2022 15:58:02 +0200 Subject: [PATCH] Bump version to v0.6.1 (#319) 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 dfe120f5..b925469a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.11) -project(marblerun VERSION 0.6.0) +project(marblerun VERSION 0.6.1) find_package(OpenEnclave CONFIG REQUIRED) if (NOT CMAKE_BUILD_TYPE) diff --git a/charts/Chart.yaml b/charts/Chart.yaml index 5cea0321..ba2f8fb3 100644 --- a/charts/Chart.yaml +++ b/charts/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: v0.6.0 +appVersion: v0.6.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.6.0 +version: 0.6.1 maintainers: - name: Edgeless Systems email: contact@edgeless.systems diff --git a/charts/values.yaml b/charts/values.yaml index ee58468f..249d20ee 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -7,7 +7,7 @@ global: image: pullPolicy: IfNotPresent - version: v0.6.0 + version: v0.6.1 repository: ghcr.io/edgelesssys # Additional annotations to add to all pods