Skip to content

Commit

Permalink
Merge pull request #3029 from oasisprotocol/ptrus/stable/28.8.x/chang…
Browse files Browse the repository at this point in the history
…elog-20.8.1

changelog: Assemble changes for release 20.8.1
  • Loading branch information
ptrus authored Jun 18, 2020
2 parents 0ea81fd + ca3c5c6 commit 1154fb1
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 15 deletions.
9 changes: 0 additions & 9 deletions .changelog/3015.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/3023.bugfix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/3024.bugfix.md

This file was deleted.

Empty file removed .changelog/3028.trivial.md
Empty file.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,33 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 20.8.1 (2020-06-18)

### Features

- go/identity/cli: Add show TLS pubkey commands
([#3015](https://github.com/oasisprotocol/oasis-core/issues/3015))

Adds following CLI helpers for displaying TLS public keys:

- `oasis-node identity show-tls-pubkey --datadir <datadir>` for displaying
the public key used in the external node gRPC endpoints.
- `oasis-node identity show-sentry-client-pubkey --datadir <datadir>` for
displaying the public key used by the upstream nodes when connecting to the
sentry control endpoint.

### Bug Fixes

- runtime/dispatcher: Break recv loop on abort request
([#3023](https://github.com/oasisprotocol/oasis-core/issues/3023))

- go/runtime/host/sandbox: Fix possible data race
([#3024](https://github.com/oasisprotocol/oasis-core/issues/3024))

The data race existed because the cancel function that is referenced inside a
goroutine waiting for initialization to complete was unintentionally
overwritten.

## 20.8 (2020-06-16)

### Process
Expand Down

0 comments on commit 1154fb1

Please sign in to comment.