From a4770763ccd708de2446453e6edfc300f6d87069 Mon Sep 17 00:00:00 2001 From: Jernej Kos Date: Thu, 12 Oct 2023 16:53:20 +0200 Subject: [PATCH] changelog: Assemble changes for 23.0.1 release --- .changelog/5394.bugfix.2.md | 1 - .changelog/5394.bugfix.md | 1 - .changelog/5398.bugfix.1.md | 1 - .changelog/5398.bugfix.2.md | 1 - .changelog/5398.feature.md | 1 - .changelog/5400.bugfix.md | 1 - .punch_version.py | 2 +- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 8 files changed, 29 insertions(+), 7 deletions(-) delete mode 100644 .changelog/5394.bugfix.2.md delete mode 100644 .changelog/5394.bugfix.md delete mode 100644 .changelog/5398.bugfix.1.md delete mode 100644 .changelog/5398.bugfix.2.md delete mode 100644 .changelog/5398.feature.md delete mode 100644 .changelog/5400.bugfix.md diff --git a/.changelog/5394.bugfix.2.md b/.changelog/5394.bugfix.2.md deleted file mode 100644 index 4cd7b88f040..00000000000 --- a/.changelog/5394.bugfix.2.md +++ /dev/null @@ -1 +0,0 @@ -go/oasis-net-runner: Fix SkipPolicy flag in default fixture diff --git a/.changelog/5394.bugfix.md b/.changelog/5394.bugfix.md deleted file mode 100644 index 4e25f2971ab..00000000000 --- a/.changelog/5394.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -go/worker/storage: Disable storage worker when no runtimes configured diff --git a/.changelog/5398.bugfix.1.md b/.changelog/5398.bugfix.1.md deleted file mode 100644 index f5cd2b04dd5..00000000000 --- a/.changelog/5398.bugfix.1.md +++ /dev/null @@ -1 +0,0 @@ -keymanager: Fix public key decoding for legacy key manager clients diff --git a/.changelog/5398.bugfix.2.md b/.changelog/5398.bugfix.2.md deleted file mode 100644 index 8a62f36770b..00000000000 --- a/.changelog/5398.bugfix.2.md +++ /dev/null @@ -1 +0,0 @@ -go/worker/keymanager: Fix race condition when accessing runtime status diff --git a/.changelog/5398.feature.md b/.changelog/5398.feature.md deleted file mode 100644 index 1dd194683da..00000000000 --- a/.changelog/5398.feature.md +++ /dev/null @@ -1 +0,0 @@ -go/oasis-test-runner: Add encrypt/decrypt txs to test client scenarios diff --git a/.changelog/5400.bugfix.md b/.changelog/5400.bugfix.md deleted file mode 100644 index 9c9240295c4..00000000000 --- a/.changelog/5400.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -go/worker/common: Refresh current epoch for suspended runtimes diff --git a/.punch_version.py b/.punch_version.py index 88eb1fd8e38..e7817257ff9 100644 --- a/.punch_version.py +++ b/.punch_version.py @@ -1,3 +1,3 @@ year = '23' minor = 0 -micro = 0 +micro = 1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ff9d3ead31..117c1327c17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,34 @@ The format is inspired by [Keep a Changelog]. +## 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 |