Skip to content

Commit

Permalink
Bump version to 1.8
Browse files Browse the repository at this point in the history
Signed-off-by: Wojtek Porczyk <[email protected]>
  • Loading branch information
woju committed Oct 21, 2024
1 parent 2173a94 commit 8fc123d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 8 deletions.
31 changes: 26 additions & 5 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,29 @@
gramine (1.7post~UNRELEASED) UNRELEASED; urgency=medium

*

-- Wojtek Porczyk <[email protected]> Wed, 24 Apr 2024 09:27:58 +0200
gramine (1.8) bookworm bullseye noble noble jammy focal; urgency=medium

* version 1.8
* new dependency: libcbor (0.11.0)
* new build-only dependency: cmake
* updated curl (8.7.1 -> 8.8.0)
* updated glibc (2.39 -> 2.40)
* updated mbedtls (3.5.2 -> 3.6.0)
* updated musl (1.2.4 -> 1.2.5)
* gramine-manifest's check is now hard-failing by default
* RA_TLS_* variables need to be all explicitly set
* sgx.require_* manifest options are removed
* loader.entrypoint manifest option is optional
* new system calls implemented: close_range, {,l,f}{get,list}xattr
* new manifest options: sys.debug__mock_syscalls, sys.fds.limit
* /dev/fd/ is properly emulated
* added shared_cpu_list to sysfs cache info
* RA-TLS modified to adhere to Interoperable RA-TLS standard
* known issue: multithreaded apps which issue a lot of OCALLs concurrently
might experience reliability issues:
https://github.com/gramineproject/gramine/issues/1261#issuecomment-2411152710;
specifically, workloads that use PyTorch are affected.
* assorted bugfixes, perf and stability improvements, debug/devel-oriented
changes that don't affect packaged build, and other

-- Wojtek Porczyk <[email protected]> Mon, 21 Oct 2024 15:22:20 +0200

gramine (1.7) bookworm bullseye jammy focal; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion gramine.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%global has_supported_sphinx 0%{?rhel} >= 9

Name: gramine
Version: 1.7post~UNRELEASED
Version: 1.8
Release: 1%{?dist}
Group: Development Tools
Summary: A lightweight usermode guest OS designed to run a single Linux application
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
project(
'gramine',
'c', 'cpp',
version: '1.7post~UNRELEASED',
version: '1.8',
license: 'LGPLv3+',

meson_version: '>=0.56',
Expand Down
2 changes: 1 addition & 1 deletion packaging/alpine/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributor: Amie Raine <[email protected]>
# Maintainer: Wojtek Porczyk <[email protected]>
pkgname=gramine
_real_pkgver=1.7post~UNRELEASED
_real_pkgver=1.8
pkgver=$(printf %s "$_real_pkgver" | sed \
-e "s:post~UNRELEASED:_git$(printf %d 0x"$(git rev-parse HEAD 2>/dev/null | cut -c1-8)"):" \
-e 's:~:_:' \
Expand Down

0 comments on commit 8fc123d

Please sign in to comment.