Skip to content

Commit

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

changelog: Assemble changes for 22.1.8 release
  • Loading branch information
kostko authored Jun 28, 2022
2 parents fe17af7 + 525b604 commit c94a7fa
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 13 deletions.
1 change: 0 additions & 1 deletion .changelog/4727.internal.md

This file was deleted.

Empty file removed .changelog/4733.trivial.md
Empty file.
1 change: 0 additions & 1 deletion .changelog/4770.doc.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4793.feature.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changelog/4808.bugfix.md

This file was deleted.

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

This file was deleted.

Empty file removed .changelog/4816.trivial.md
Empty file.
1 change: 0 additions & 1 deletion .changelog/4821.feature.md

This file was deleted.

2 changes: 1 addition & 1 deletion .punch_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
year = '22'
minor = 1
micro = 7
micro = 8
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,46 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 22.1.8 (2022-06-28)

| Protocol | Version |
|:------------------|:---------:|
| Consensus | 6.0.0 |
| Runtime Host | 5.0.0 |
| Runtime Committee | 4.0.0 |

### Features

- go/consensus/tendermint: Add `consensus.tendermint.halt_height`
([#4793](https://github.com/oasisprotocol/oasis-core/issues/4793))

This is equivalent to the cosmos `halt-height` option, to be used to
bring a node down gracefully at a specific height.

- net-runner: Add --fixture.default.runtime.version flag
([#4813](https://github.com/oasisprotocol/oasis-core/issues/4813))

- go/oasis-node: allow km to have private peers
([#4821](https://github.com/oasisprotocol/oasis-core/issues/4821))

### Bug Fixes

- net-runner: Fix regression introduced in #4564
([#4808](https://github.com/oasisprotocol/oasis-core/issues/4808))

Fix the missing Deployments field when oasis-net-runner generating the genesis
state and no key manager is provided.

### Documentation Improvements

- doc: Migrate ADRs to oasisprotocol/adrs repo
([#4770](https://github.com/oasisprotocol/oasis-core/issues/4770))

### Internal Changes

- rust-toolchain: Migrate to TOML version of rust-toolchain
([#4727](https://github.com/oasisprotocol/oasis-core/issues/4727))

## 22.1.7 (2022-05-25)

| Protocol | Version |
Expand Down

0 comments on commit c94a7fa

Please sign in to comment.