Skip to content

Commit

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

changelog: Assemble changes for 23.0.1 release
  • Loading branch information
kostko committed Oct 12, 2023
2 parents d87c438 + a477076 commit 2f17c41
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 7 deletions.
1 change: 0 additions & 1 deletion .changelog/5394.bugfix.2.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion .punch_version.py
@@ -1,3 +1,3 @@
year = '23'
minor = 0
micro = 0
micro = 1
28 changes: 28 additions & 0 deletions CHANGELOG.md
Expand Up @@ -12,6 +12,34 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 23.0.1 (2023-10-12)

| Protocol | Version |
|:------------------|:---------:|
| Consensus | 7.0.0 |
| Runtime Host | 5.1.0 |
| Runtime Committee | 5.0.0 |

### Bug Fixes

- go/worker/storage: Disable storage worker when no runtimes configured
([#5394](https://github.com/oasisprotocol/oasis-core/issues/5394))

- go/oasis-net-runner: Fix SkipPolicy flag in default fixture
([#5394](https://github.com/oasisprotocol/oasis-core/issues/5394))

- go/worker/keymanager: Fix race condition when accessing runtime status
([#5398](https://github.com/oasisprotocol/oasis-core/issues/5398))

- keymanager: Fix public key decoding for legacy key manager clients
([#5398](https://github.com/oasisprotocol/oasis-core/issues/5398))

- go/worker/common: Refresh current epoch for suspended runtimes
([#5400](https://github.com/oasisprotocol/oasis-core/issues/5400))

- go/runtime/registry: Allow client nodes without runtimes
([#5400](https://github.com/oasisprotocol/oasis-core/issues/5400))

## 23.0 (2023-10-10)

| Protocol | Version |
Expand Down

0 comments on commit 2f17c41

Please sign in to comment.