v10.15.1
XBP v10.15.1
Short summary
This patch release for XBP (previous: v10.14.1) includes new CLI commands and options, improvements to ports output and Docker logging, CI workflow hardening and automation, several version bumps and lockfile regenerations, and minor fixes. See the full changelog for a complete diff.
Highlights
| Area | Change | Commits |
|---|---|---|
| CLI features | Add xbp init interactive wizard; feature-gated Secrets and Nordvpn commands; add Done report command | 8e0f4f6, 4e4911a |
| Ports & networking | Add --no-local to xbp ports, add connection-state sorting, and render ports as a compact table | e12a281, b55fa3d0 |
| Docker & logging | Route xbp logs to Docker logging and improve Docker port listing | d4e1409, 807e3ab |
| CI / release automation | Add lint/test workflows, grant required permissions, and harden crates.io publish automation | 6075a6a, 17c59ad, 519afe2 |
| Versioning & build | Multiple version bumps and Cargo.lock regenerations; update .rustc_info.json for build diagnostics | e027776, 29a5cc0, c5b967a |
| Misc fixes | LICENSE update, ensure_nordvpn_installed return fix, and logging refactors for concurrency | 6630d2a, 745abf2, d4c2a3b |
Relevant links
- Repository: https://github.com/xylex-group/xbp
- Crates.io package: https://crates.io/crates/xbp
- Compare changes since v10.14.1: https://github.com/xylex-group/xbp/compare/v10.14.1...v10.15.1
- Full changelog: https://github.com/xylex-group/xbp/compare/v10.14.1...v10.15.1
Upgrade notes
- No breaking changes are expected for this release; users upgrading to v10.15.1 should review the new CLI commands and any CI workflow changes if you mirror or rely on the repository's automation.
Enhancements
- Add GitHub Actions workflows to run linting and tests and to support publishing to crates.io. 6075a6a by @Copilot
- Harden the crates.io publish workflow with additional checks to reduce accidental releases. 17c59ad by @Copilot
- Grant necessary GitHub permissions for the lint and test workflows. 519afe2 by @Copilot
Full diff: v10.14.1...v10.15.1
Share card: Generate release OG image