Skip to content

Commit

Permalink
Merge pull request #4866 from oasisprotocol/ptrus/stable/22.1.x/chang…
Browse files Browse the repository at this point in the history
…elog-22.1.9

changelog: Assemble changes for 22.1.9 release
  • Loading branch information
ptrus authored Jul 26, 2022
2 parents 099e5bf + cdfe67e commit 2b35f69
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 7 deletions.
1 change: 0 additions & 1 deletion .changelog/4843.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/4844.internal.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4861.bugfix.md

This file was deleted.

2 changes: 1 addition & 1 deletion .punch_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
year = '22'
minor = 1
micro = 8
micro = 9
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,32 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 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 |
Expand Down

0 comments on commit 2b35f69

Please sign in to comment.