From 8561df601bf2c9fdb30b54739d77f70214c21ecb Mon Sep 17 00:00:00 2001 From: Jernej Kos Date: Thu, 17 Nov 2022 12:23:06 +0100 Subject: [PATCH] changelog: Assemble changes for 22.2.2 release --- .changelog/5024.internal.md | 1 - .changelog/5035.internal.md | 1 - .changelog/5044.bugfix.md | 1 - .changelog/5049.feature.md | 1 - .changelog/5053.bugfix.md | 1 - .punch_version.py | 2 +- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 7 files changed, 30 insertions(+), 6 deletions(-) delete mode 100644 .changelog/5024.internal.md delete mode 100644 .changelog/5035.internal.md delete mode 100644 .changelog/5044.bugfix.md delete mode 100644 .changelog/5049.feature.md delete mode 100644 .changelog/5053.bugfix.md diff --git a/.changelog/5024.internal.md b/.changelog/5024.internal.md deleted file mode 100644 index 9d668b0fba1..00000000000 --- a/.changelog/5024.internal.md +++ /dev/null @@ -1 +0,0 @@ -go: Ignore CVE-2022-44797 until tendermint uses newer btcd diff --git a/.changelog/5035.internal.md b/.changelog/5035.internal.md deleted file mode 100644 index 2bf64e3dcc8..00000000000 --- a/.changelog/5035.internal.md +++ /dev/null @@ -1 +0,0 @@ -runtime: Bump oasis-cbor to 0.5.1 diff --git a/.changelog/5044.bugfix.md b/.changelog/5044.bugfix.md deleted file mode 100644 index e7f8e3644c4..00000000000 --- a/.changelog/5044.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -keymanager: Fix replication backwards compatibility diff --git a/.changelog/5049.feature.md b/.changelog/5049.feature.md deleted file mode 100644 index 46369d33318..00000000000 --- a/.changelog/5049.feature.md +++ /dev/null @@ -1 +0,0 @@ -registry: Add MaxRuntimeDeployments parameter diff --git a/.changelog/5053.bugfix.md b/.changelog/5053.bugfix.md deleted file mode 100644 index 0345d820157..00000000000 --- a/.changelog/5053.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -runtime: Properly handle state root verification on backup nodes diff --git a/.punch_version.py b/.punch_version.py index 22876920183..cd020db3139 100644 --- a/.punch_version.py +++ b/.punch_version.py @@ -1,3 +1,3 @@ year = '22' minor = 2 -micro = 1 +micro = 2 diff --git a/CHANGELOG.md b/CHANGELOG.md index bb5fd5a710d..f1fcd6186f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,35 @@ The format is inspired by [Keep a Changelog]. +## 22.2.2 (2022-11-17) + +| Protocol | Version | +|:------------------|:---------:| +| Consensus | 6.0.0 | +| Runtime Host | 5.1.0 | +| Runtime Committee | 4.0.0 | + +### Features + +- registry: Add MaxRuntimeDeployments parameter + ([#5049](https://github.com/oasisprotocol/oasis-core/issues/5049)) + +### Bug Fixes + +- keymanager: Fix replication backwards compatibility + ([#5044](https://github.com/oasisprotocol/oasis-core/issues/5044)) + +- runtime: Properly handle state root verification on backup nodes + ([#5053](https://github.com/oasisprotocol/oasis-core/issues/5053)) + +### Internal Changes + +- go: Ignore CVE-2022-44797 until tendermint uses newer btcd + ([#5024](https://github.com/oasisprotocol/oasis-core/issues/5024)) + +- runtime: Bump oasis-cbor to 0.5.1 + ([#5035](https://github.com/oasisprotocol/oasis-core/issues/5035)) + ## 22.2.1 (2022-11-05) | Protocol | Version |