Skip to content

Commit 78669ca

Browse files
committed
chore: Prepare release v1.6.0
1 parent 6168f30 commit 78669ca

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to bssh will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.6.0rc1] - 2025-12-19
8+
## [1.6.0] - 2025-12-19
99

1010
### Added
1111
- **Jump Host Configuration Support in YAML** (Issue #115, PR #120)
@@ -644,7 +644,7 @@ None
644644
- russh library for native SSH implementation
645645
- Cross-platform support (Linux and macOS)
646646

647-
[1.6.0rc1]: https://github.com/lablup/bssh/compare/v1.5.1...v1.6.0rc1
647+
[1.6.0]: https://github.com/lablup/bssh/compare/v1.5.1...v1.6.0
648648
[1.5.1]: https://github.com/lablup/bssh/compare/v1.5.0...v1.5.1
649649
[1.5.0]: https://github.com/lablup/bssh/compare/v1.4.2...v1.5.0
650650
[1.4.2]: https://github.com/lablup/bssh/compare/v1.4.1...v1.4.2

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "bssh"
3-
version = "1.6.0-rc1"
3+
version = "1.6.0"
44
authors = ["Jeongkyu Shin <inureyes@gmail.com>"]
55
description = "Parallel SSH command execution tool for cluster management"
66
license = "Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@ See the [LICENSE](./LICENSE) file for details.
14271427
## Changelog
14281428

14291429
### Recent Updates
1430-
- **v1.6.0rc1 (2025/12/19):** Add jump_host field support in config.yaml (issue #115), fix SSH config ProxyJump directive application, fix jump host authentication with empty SSH agent (issues #116, #117)
1430+
- **v1.6.0 (2025/12/19):** Add jump_host field support in config.yaml (issue #115), fix SSH config ProxyJump directive application, fix jump host authentication with empty SSH agent (issues #116, #117)
14311431
- **v1.5.1 (2025/12/18):** Fix SSH disconnect error handling during authentication for password fallback (issue #113)
14321432
- **v1.5.0 (2025/12/18):** Add pdsh compatibility mode with -w/-x/-f/-N/-b/-k/-q options, pdsh-style hostlist expressions (node[1-5], rack[1-2]-node[1-3]), in-TUI log panel, --connect-timeout option, --fail-fast/-k and --batch/-b flags, fix --timeout 0 handling for unlimited execution
14331433
- **v1.4.2 (2025/12/16):** Fix terminal escape sequence responses displayed on first prompt when starting tmux, fix paste not working in PTY sessions, bump dependencies

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
bssh (1.6.0~rc1-1~jammy1) jammy; urgency=medium
1+
bssh (1.6.0-1~jammy1) jammy; urgency=medium
22

3-
* v1.6.0rc1
3+
* v1.6.0
44
### New Features
55
- **Jump Host Configuration Support in YAML**: Added `jump_host` field support in config.yaml (issue #115)
66
- Global defaults level: `defaults.jump_host` for all clusters

docs/man/bssh.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Manpage for bssh
22
.\" Contact the maintainers to correct errors or typos.
3-
.TH BSSH 1 "December 2025" "v1.6.0rc1" "bssh Manual"
3+
.TH BSSH 1 "December 2025" "v1.6.0" "bssh Manual"
44

55
.SH NAME
66
bssh \- Broadcast SSH - SSH-compatible client with parallel execution capabilities

0 commit comments

Comments
 (0)