Skip to content

Commit f8f4ff3

Browse files
authored
Merge pull request #5679 from oasisprotocol/kostko/stable/23.0.x/changelog-23.0.11
changelog: Assemble changes for 23.0.11 release
2 parents a11fe14 + 3cbcef4 commit f8f4ff3

File tree

8 files changed

+33
-7
lines changed

8 files changed

+33
-7
lines changed

.changelog/5513.internal.md

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

.changelog/5587.feature.md

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

.changelog/5610.internal.md

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

.changelog/5625.feature.2.md

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

.changelog/5625.feature.md

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

.changelog/5660.bugfix.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 = '23'
22
minor = 0
3-
micro = 10
3+
micro = 11

CHANGELOG.md

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

1313
<!-- TOWNCRIER -->
1414

15+
## 23.0.11 (2024-05-06)
16+
17+
| Protocol | Version |
18+
|:------------------|:---------:|
19+
| Consensus | 7.0.0 |
20+
| Runtime Host | 5.1.0 |
21+
| Runtime Committee | 5.0.0 |
22+
23+
### Features
24+
25+
- go: Update go to 1.21.8
26+
([#5587](https://github.com/oasisprotocol/oasis-core/issues/5587))
27+
28+
- go: Bump github.com/quic-go/quic-go to v0.42.0
29+
([#5625](https://github.com/oasisprotocol/oasis-core/issues/5625))
30+
31+
- go: Bump go-libp2p to v0.33.2
32+
([#5625](https://github.com/oasisprotocol/oasis-core/issues/5625))
33+
34+
### Bug Fixes
35+
36+
- go/worker/compute/executor/committee: Retry scheduling on failure
37+
([#5660](https://github.com/oasisprotocol/oasis-core/issues/5660))
38+
39+
### Internal Changes
40+
41+
- Bump Rust toolchain to 2024-01-08
42+
([#5513](https://github.com/oasisprotocol/oasis-core/issues/5513))
43+
44+
- ci: Update SGX tests to run DCAP
45+
([#5610](https://github.com/oasisprotocol/oasis-core/issues/5610))
46+
1547
## 23.0.10 (2024-03-04)
1648

1749
| Protocol | Version |

0 commit comments

Comments
 (0)