Skip to content

Commit 2b35f69

Browse files
authored
Merge pull request #4866 from oasisprotocol/ptrus/stable/22.1.x/changelog-22.1.9
changelog: Assemble changes for 22.1.9 release
2 parents 099e5bf + cdfe67e commit 2b35f69

File tree

5 files changed

+27
-7
lines changed

5 files changed

+27
-7
lines changed

.changelog/4843.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/4844.internal.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/4861.bugfix.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

.punch_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
year = '22'
22
minor = 1
3-
micro = 8
3+
micro = 9

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,32 @@ The format is inspired by [Keep a Changelog].
1212

1313
<!-- TOWNCRIER -->
1414

15+
## 22.1.9 (2022-07-26)
16+
17+
| Protocol | Version |
18+
|:------------------|:---------:|
19+
| Consensus | 6.0.0 |
20+
| Runtime Host | 5.0.0 |
21+
| Runtime Committee | 4.0.0 |
22+
23+
### Features
24+
25+
- oasis-net-runner: support configuring runtime state and state root
26+
([#4843](https://github.com/oasisprotocol/oasis-core/issues/4843))
27+
28+
### Bug Fixes
29+
30+
- go/runtime/host/sandbox/process: Handle missing clone3
31+
([#4861](https://github.com/oasisprotocol/oasis-core/issues/4861))
32+
33+
This should fix seccomp filter generation failures on systems with
34+
ancient kernel/userland pairs (RHEL8 and variants).
35+
36+
### Internal Changes
37+
38+
- go/common/sgx/sigstruct: Add support for offline signing
39+
([#4844](https://github.com/oasisprotocol/oasis-core/issues/4844))
40+
1541
## 22.1.8 (2022-06-28)
1642

1743
| Protocol | Version |

0 commit comments

Comments
 (0)