Skip to content

Commit 39a7836

Browse files
committed
Change version number to 0.5.1.
1 parent a83ab78 commit 39a7836

File tree

4 files changed

+30
-25
lines changed

4 files changed

+30
-25
lines changed

.ci/deploy/localenv/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ services:
345345

346346
carl:
347347
container_name: opendut-carl
348-
image: "ghcr.io/eclipse-opendut/opendut-carl:0.5.0"
348+
image: "ghcr.io/eclipse-opendut/opendut-carl:0.5.1"
349349
command: ["/opt/opendut-carl/opendut-carl"]
350350
restart: unless-stopped
351351
depends_on:

Cargo.lock

Lines changed: 19 additions & 19 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
@@ -22,7 +22,7 @@ members = [
2222
resolver = "3"
2323

2424
[workspace.package]
25-
version = "0.6.0-alpha"
25+
version = "0.5.1"
2626
edition = "2024"
2727
rust-version = "1.85"
2828
license = "Apache-2.0"

doc/src/changelog.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9-
### Fixed
10-
* The web-UI now loads much faster when there are many peers.
9+
tbd.
10+
11+
12+
## 0.5.1
1113

1214
### Added
1315
* Backups include PKI and other credentials now
14-
* Backups include netbird management database now
16+
* Backups include NetBird Management database now
1517

1618
### Fixed
17-
* Localenv deployment provisioning scripts persist pki secret on host now.
19+
* The web-UI now loads much faster when there are many peers.
20+
* CLEO now outputs network interfaces as a list when running `opendut-cleo list peers --output=json`.
21+
* Localenv deployment provisioning scripts persist PKI secrets on host now.
22+
1823

1924
## 0.5.0
2025

0 commit comments

Comments
 (0)