Skip to content

Commit

Permalink
MarbleRun release v0.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse committed Nov 8, 2021
1 parent b0d721e commit f464418
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f464418

Please sign in to comment.