From cdfe67eae19118eed818fef2fd64f3803e49e207 Mon Sep 17 00:00:00 2001 From: ptrus Date: Tue, 26 Jul 2022 16:14:34 +0200 Subject: [PATCH] changelog: Assemble changes for 22.1.9 release --- .changelog/4843.feature.md | 1 - .changelog/4844.internal.md | 1 - .changelog/4861.bugfix.md | 4 ---- .punch_version.py | 2 +- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 5 files changed, 27 insertions(+), 7 deletions(-) delete mode 100644 .changelog/4843.feature.md delete mode 100644 .changelog/4844.internal.md delete mode 100644 .changelog/4861.bugfix.md diff --git a/.changelog/4843.feature.md b/.changelog/4843.feature.md deleted file mode 100644 index 5174fd65f3b..00000000000 --- a/.changelog/4843.feature.md +++ /dev/null @@ -1 +0,0 @@ -oasis-net-runner: support configuring runtime state and state root diff --git a/.changelog/4844.internal.md b/.changelog/4844.internal.md deleted file mode 100644 index 052ea503b39..00000000000 --- a/.changelog/4844.internal.md +++ /dev/null @@ -1 +0,0 @@ -go/common/sgx/sigstruct: Add support for offline signing diff --git a/.changelog/4861.bugfix.md b/.changelog/4861.bugfix.md deleted file mode 100644 index 5f897a7e402..00000000000 --- a/.changelog/4861.bugfix.md +++ /dev/null @@ -1,4 +0,0 @@ -go/runtime/host/sandbox/process: Handle missing clone3 - -This should fix seccomp filter generation failures on systems with -ancient kernel/userland pairs (RHEL8 and variants). diff --git a/.punch_version.py b/.punch_version.py index 235370eebed..20dfd444455 100644 --- a/.punch_version.py +++ b/.punch_version.py @@ -1,3 +1,3 @@ year = '22' minor = 1 -micro = 8 +micro = 9 diff --git a/CHANGELOG.md b/CHANGELOG.md index 260a020d2a0..e300484868b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,32 @@ The format is inspired by [Keep a Changelog]. +## 22.1.9 (2022-07-26) + +| Protocol | Version | +|:------------------|:---------:| +| Consensus | 6.0.0 | +| Runtime Host | 5.0.0 | +| Runtime Committee | 4.0.0 | + +### Features + +- oasis-net-runner: support configuring runtime state and state root + ([#4843](https://github.com/oasisprotocol/oasis-core/issues/4843)) + +### Bug Fixes + +- go/runtime/host/sandbox/process: Handle missing clone3 + ([#4861](https://github.com/oasisprotocol/oasis-core/issues/4861)) + + This should fix seccomp filter generation failures on systems with + ancient kernel/userland pairs (RHEL8 and variants). + +### Internal Changes + +- go/common/sgx/sigstruct: Add support for offline signing + ([#4844](https://github.com/oasisprotocol/oasis-core/issues/4844)) + ## 22.1.8 (2022-06-28) | Protocol | Version |