Skip to content

Commit c94a7fa

Browse files
authored
Merge pull request #4828 from oasisprotocol/kostko/stable/22.1.x/changelog-22.1.8
changelog: Assemble changes for 22.1.8 release
2 parents fe17af7 + 525b604 commit c94a7fa

File tree

10 files changed

+41
-13
lines changed

10 files changed

+41
-13
lines changed

.changelog/4727.internal.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/4733.trivial.md

Whitespace-only changes.

.changelog/4770.doc.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/4793.feature.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changelog/4808.bugfix.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changelog/4813.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/4816.trivial.md

Whitespace-only changes.

.changelog/4821.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.punch_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
year = '22'
22
minor = 1
3-
micro = 7
3+
micro = 8

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,46 @@ The format is inspired by [Keep a Changelog].
1212

1313
<!-- TOWNCRIER -->
1414

15+
## 22.1.8 (2022-06-28)
16+
17+
| Protocol | Version |
18+
|:------------------|:---------:|
19+
| Consensus | 6.0.0 |
20+
| Runtime Host | 5.0.0 |
21+
| Runtime Committee | 4.0.0 |
22+
23+
### Features
24+
25+
- go/consensus/tendermint: Add `consensus.tendermint.halt_height`
26+
([#4793](https://github.com/oasisprotocol/oasis-core/issues/4793))
27+
28+
This is equivalent to the cosmos `halt-height` option, to be used to
29+
bring a node down gracefully at a specific height.
30+
31+
- net-runner: Add --fixture.default.runtime.version flag
32+
([#4813](https://github.com/oasisprotocol/oasis-core/issues/4813))
33+
34+
- go/oasis-node: allow km to have private peers
35+
([#4821](https://github.com/oasisprotocol/oasis-core/issues/4821))
36+
37+
### Bug Fixes
38+
39+
- net-runner: Fix regression introduced in #4564
40+
([#4808](https://github.com/oasisprotocol/oasis-core/issues/4808))
41+
42+
Fix the missing Deployments field when oasis-net-runner generating the genesis
43+
state and no key manager is provided.
44+
45+
### Documentation Improvements
46+
47+
- doc: Migrate ADRs to oasisprotocol/adrs repo
48+
([#4770](https://github.com/oasisprotocol/oasis-core/issues/4770))
49+
50+
### Internal Changes
51+
52+
- rust-toolchain: Migrate to TOML version of rust-toolchain
53+
([#4727](https://github.com/oasisprotocol/oasis-core/issues/4727))
54+
1555
## 22.1.7 (2022-05-25)
1656

1757
| Protocol | Version |

0 commit comments

Comments
 (0)