Skip to content

Commit 3623e63

Browse files
committed
Bump Gramine version to 1.1
Signed-off-by: Michał Kowalczyk <[email protected]>
1 parent 97704a5 commit 3623e63

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

README.rst

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Gramine Library OS with Intel SGX Support
1515

1616
.. highlight:: sh
1717

18+
1819
What is Gramine?
1920
================
2021

@@ -43,23 +44,6 @@ Note that the Gramine project was formerly known as Graphene. However, the name
4344
"Graphene" was deemed too common, could be impossible to trademark, and collided
4445
with several other software projects. Thus, a new name "Gramine" was chosen.
4546

46-
Gramine 1.0 release
47-
===================
48-
49-
Gramine has evolved a |nbsp| lot since our last major release. Over the last
50-
few months, we have made significant updates to provide a |nbsp| stable version
51-
that supports deploying key workloads with Intel SGX. We’ve rewritten major
52-
subsystems, done a |nbsp| significant update to the build and packaging
53-
scripts, extended test coverage, and improved the CI/CD process. We’ve reviewed
54-
and hardened specific security aspects of Gramine, and increased stability for
55-
long-running and heavy workloads.
56-
57-
We recently published our first production-ready release - Gramine 1.0. This
58-
version was tested on various configurations and heavy workloads, we also
59-
ensured that all risky configurations are clearly warned about to prevent
60-
insecure deployments. More details (including a list of all breaking changes)
61-
are available on the `v1.0 release page
62-
<https://github.com/gramineproject/gramine/releases/tag/v1.0>`__.
6347

6448
Gramine documentation
6549
=====================

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
project(
66
'gramine',
77
'c', 'cpp',
8-
version: '1.0',
8+
version: '1.1',
99
license: 'LGPLv3+',
1010

1111
meson_version: '>=0.55',

0 commit comments

Comments
 (0)