Skip to content

Commit cc3865f

Browse files
committed
update: debian/changelog
1 parent 42f0ce2 commit cc3865f

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

debian/changelog

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,39 @@
1-
bssh (0.6.1-1~jammy1) jammy; urgency=medium
1+
bssh (0.7.0-1~jammy1) jammy; urgency=medium
22

3-
* v0.6.1
3+
* v0.7.0
44
### 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)
611

712
### 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
1015

1116
### Bug Fixes
12-
None
17+
- Fixed Ubuntu PPA update issues
18+
- Fixed deprecated GitHub Actions by replacing actions-rs/toolchain with dtolnay/rust-toolchain
1319

1420
### CI/CD Improvements
15-
None
21+
- Modernized GitHub Actions workflow by removing deprecated actions
22+
- Improved build process for Debian-based distributions
1623

1724
### 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
2028

2129
### Dependencies
22-
None
30+
- No major dependency changes in this release
2331

2432
### Breaking Changes
2533
None
2634

2735
### Known Issues
2836
None
29-
30-
**Full Changelog**: https://github.com/lablup/bssh/compare/v0.6.0...v0.6.1
3137

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
3339

0 commit comments

Comments
 (0)