Skip to content

Commit df08f54

Browse files
release: bump version to 0.36.0 (#4187)
Automated version bump for the v0.36.0 testnet release. Review the promoted CHANGELOG section before merging. Co-authored-by: dz-release-bot[bot] <301885564+dz-release-bot[bot]@users.noreply.github.com>
1 parent ed56308 commit df08f54

3 files changed

Lines changed: 21 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.
88

99
### Changes
1010

11+
## [v0.36.0](https://github.com/malbeclabs/doublezero/compare/client/v0.35.0...client/v0.36.0) - 2026-08-14
12+
13+
### Breaking
14+
15+
### Changes
16+
1117
- CI
1218
- The devnet daily deploy waits for CloudSmith to list the nightly it just built before it runs ansible. On 2026-08-12 the client package finished uploading at 14:37:00 UTC, and four devnet hosts ran `apt-get update` between 14:37:21 and 14:37:24. Those four hosts read the old index and stayed on the 2026-08-11 nightly, while the four hosts that ansible reached 7 seconds later upgraded. The new step polls the jammy and noble package indexes for up to 10 minutes, then fails the deploy. CloudFront serves those indexes with `max-age=30`, so the step waits another 35 seconds after the indexes list the version, because a host reaches a different edge than the runner. A component that builds no deb skips the step. (#4181)
1319
- E2E/QA

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ exclude = [
2626
resolver = "2"
2727

2828
[workspace.package]
29-
version = "0.35.0"
29+
version = "0.36.0"
3030
authors = ["Malbec Labs <dev@malbeclabs.com>"]
3131
readme = "README.md"
3232
edition = "2021"

0 commit comments

Comments
 (0)