Skip to content

Commit

Permalink
Merge pull request #4731 from oasisprotocol/kostko/stable/22.1.x/chan…
Browse files Browse the repository at this point in the history
…gelog-22.1.5

changelog: Assemble changes for 22.1.5 release
  • Loading branch information
kostko authored May 4, 2022
2 parents 5ec6211 + 6b21b05 commit 5ece996
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 19 deletions.
1 change: 0 additions & 1 deletion .changelog/4700.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/4702.feature.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4707.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/4710.bugfix.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4715.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/4724.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/4725.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/4726.bugfix.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4729.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 = 4
micro = 5
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,50 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 22.1.5 (2022-05-04)

| Protocol | Version |
|:------------------|:---------:|
| Consensus | 6.0.0 |
| Runtime Host | 5.0.0 |
| Runtime Committee | 4.0.0 |

### Features

- go/oasis-node/cmd: unsafe-reset preserve local storage by default
([#4700](https://github.com/oasisprotocol/oasis-core/issues/4700))

- go/oasis-node/cmd: unsafe-reset check datadir validity
([#4702](https://github.com/oasisprotocol/oasis-core/issues/4702))

- go/worker/common: Properly handle dynamic key manager configuration
([#4715](https://github.com/oasisprotocol/oasis-core/issues/4715))

- go/runtime/txpool: Add txpool metric for rejected runtime transactions
([#4724](https://github.com/oasisprotocol/oasis-core/issues/4724))

### Bug Fixes

- go/runtime/config: report error if SGX loader required but not configured
([#4710](https://github.com/oasisprotocol/oasis-core/issues/4710))

- go/worker/keymanager: Fix crash on capability TEE updates
([#4725](https://github.com/oasisprotocol/oasis-core/issues/4725))

- go/worker/registration: Only register once epoch is known
([#4726](https://github.com/oasisprotocol/oasis-core/issues/4726))

- go/runtime/registry: Refresh key manager policy on runtime changes
([#4729](https://github.com/oasisprotocol/oasis-core/issues/4729))

### Internal Changes

- ci: Build OpenSSL statically for Oasis Core releases
([#4707](https://github.com/oasisprotocol/oasis-core/issues/4707))

This makes sure that oasis-core-runtime-loader is more portable between
distributions.

## 22.1.4 (2022-04-25)

| Protocol | Version |
Expand Down

0 comments on commit 5ece996

Please sign in to comment.