diff --git a/.changelog/4534.bugfix.md b/.changelog/4534.bugfix.md deleted file mode 100644 index dd2dbb482aa..00000000000 --- a/.changelog/4534.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -go/worker/common: Don't crash if current descriptor is not ready diff --git a/.changelog/4536.bugfix.md b/.changelog/4536.bugfix.md deleted file mode 100644 index 7fabfd96461..00000000000 --- a/.changelog/4536.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -go/worker/beacon: Don't submit VRF proofs if registration disabled diff --git a/.changelog/4538.bugfix.md b/.changelog/4538.bugfix.md deleted file mode 100644 index 7cc5c8d1106..00000000000 --- a/.changelog/4538.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -go/runtime/host/multi: Release lock before calling into runtime diff --git a/.changelog/4541.bugfix.md b/.changelog/4541.bugfix.md deleted file mode 100644 index ada3c4ac1b9..00000000000 --- a/.changelog/4541.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -go/worker/common: Watch for all deployment updates when suspended diff --git a/.changelog/4542.internal.md b/.changelog/4542.internal.md deleted file mode 100644 index 91e3066228b..00000000000 --- a/.changelog/4542.internal.md +++ /dev/null @@ -1 +0,0 @@ -go/runtime/bundle: Verify SGX signature if present diff --git a/.changelog/4543.bugfix.md b/.changelog/4543.bugfix.md deleted file mode 100644 index 469d6128611..00000000000 --- a/.changelog/4543.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -go/worker/common: Properly refresh liveness statistics diff --git a/.changelog/4544.bugfix.md b/.changelog/4544.bugfix.md deleted file mode 100644 index 0d93cdd1090..00000000000 --- a/.changelog/4544.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -go/worker/storage: Only attempt checkpoint sync on initial startup diff --git a/.punch_version.py b/.punch_version.py index 6b4d7b1e318..d0b4fa89029 100644 --- a/.punch_version.py +++ b/.punch_version.py @@ -1,3 +1,3 @@ year = '22' minor = 0 -micro = 0 +micro = 1 diff --git a/CHANGELOG.md b/CHANGELOG.md index db13b301189..a4fec77c4d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,39 @@ The format is inspired by [Keep a Changelog]. +## 22.0.1 (2022-03-07) + +| Protocol | Version | +|:------------------|:---------:| +| Consensus | 5.0.0 | +| Runtime Host | 5.0.0 | +| Runtime Committee | 4.0.0 | + +### Bug Fixes + +- go/worker/common: Don't crash if current descriptor is not ready + ([#4534](https://github.com/oasisprotocol/oasis-core/issues/4534)) + +- go/worker/beacon: Don't submit VRF proofs if registration disabled + ([#4536](https://github.com/oasisprotocol/oasis-core/issues/4536)) + +- go/runtime/host/multi: Release lock before calling into runtime + ([#4538](https://github.com/oasisprotocol/oasis-core/issues/4538)) + +- go/worker/common: Watch for all deployment updates when suspended + ([#4541](https://github.com/oasisprotocol/oasis-core/issues/4541)) + +- go/worker/common: Properly refresh liveness statistics + ([#4543](https://github.com/oasisprotocol/oasis-core/issues/4543)) + +- go/worker/storage: Only attempt checkpoint sync on initial startup + ([#4544](https://github.com/oasisprotocol/oasis-core/issues/4544)) + +### Internal Changes + +- go/runtime/bundle: Verify SGX signature if present + ([#4542](https://github.com/oasisprotocol/oasis-core/issues/4542)) + ## 22.0 (2022-03-01) | Protocol | Version |