|
1 | | -bssh (0.6.1-1~jammy1) jammy; urgency=medium |
| 1 | +bssh (0.7.0-1~jammy1) jammy; urgency=medium |
2 | 2 |
|
3 | | - * v0.6.1 |
| 3 | + * v0.7.0 |
4 | 4 | ### New Features |
5 | | - None |
| 5 | + - **SSH Jump Host Support**: Added infrastructure and CLI integration for SSH jump hosts using OpenSSH-compatible -J syntax (#30) |
| 6 | + - Robust parsing of OpenSSH ProxyJump format (e.g., `user@host:port,user2@host2:port2`) |
| 7 | + - Support for single and multiple jump hosts in chain |
| 8 | + - IPv6 address handling with bracket notation |
| 9 | + - Comprehensive input validation and error handling |
| 10 | + - Full integration with all commands (exec, ping, upload, download) |
6 | 11 |
|
7 | 12 | ### Improvements |
8 | | - - **Branding Update**: Rebranded from 'Backend.AI SSH' to 'Broadcast SSH' to better reflect the tool's core functionality of broadcast/parallel command execution |
9 | | - - **Documentation**: Updated all help text, manpages, and package descriptions with the new branding |
| 13 | + - **Ubuntu PPA**: Improved Ubuntu PPA build process and package generation |
| 14 | + - **Debian Packaging**: Enhanced Cargo vendor support for older distribution compatibility |
10 | 15 |
|
11 | 16 | ### Bug Fixes |
12 | | - None |
| 17 | + - Fixed Ubuntu PPA update issues |
| 18 | + - Fixed deprecated GitHub Actions by replacing actions-rs/toolchain with dtolnay/rust-toolchain |
13 | 19 |
|
14 | 20 | ### CI/CD Improvements |
15 | | - None |
| 21 | + - Modernized GitHub Actions workflow by removing deprecated actions |
| 22 | + - Improved build process for Debian-based distributions |
16 | 23 |
|
17 | 24 | ### Technical Details |
18 | | - - Maintained Backend.AI project association in documentation while emphasizing the tool's broader utility |
19 | | - - Updated project branding across CLI help output, UI banners, man pages, and Debian package metadata |
| 25 | + - Jump host parser implementation with comprehensive error handling |
| 26 | + - OpenSSH-compatible command-line syntax for ProxyJump functionality |
| 27 | + - Enhanced logging for jump host connection debugging |
20 | 28 |
|
21 | 29 | ### Dependencies |
22 | | - None |
| 30 | + - No major dependency changes in this release |
23 | 31 |
|
24 | 32 | ### Breaking Changes |
25 | 33 | None |
26 | 34 |
|
27 | 35 | ### Known Issues |
28 | 36 | None |
29 | | - |
30 | | - **Full Changelog**: https://github.com/lablup/bssh/compare/v0.6.0...v0.6.1 |
31 | 37 |
|
32 | | - -- Jeongkyu Shin < [email protected]> Thu, 28 Aug 2025 13:57:13 +0900 |
| 38 | + -- Jeongkyu Shin < [email protected]> Sat, 30 Aug 2025 08:48:19 +0900 |
33 | 39 |
|
0 commit comments