Skip to content

Commit 7a147e9

Browse files
committed
chore: bump version to v0.13.0
Changes since v0.12.2: - d4ce21e fix(lint): add package comment to completion package - 96a5c9b fix(lint): add package comment to completion package - 5ed1542 fix(integration): double DinD startup timeout and bound docker pull - 2d6bee3 fix(integration): replace ForListeningPort with ForLog for DinD container - 01f97e8 docs(phase-10): update validation strategy — mark nyquist_compliant - 7800d4b test(phase-10): add Nyquist validation tests - 40db01d docs(phase-10): add security threat verification - 4df737d fix(10): WR-01 WR-02 sshconfig UserHomeDir error and Keyword=Value parsing - e058946 fix(10): CR-02 replace eval with direct invocation in bash completion - 002afc5 fix(10): WR-03 CR-01 install-completions shell detection and checksum - c0f46ce docs(phase-10): complete phase execution — static cobra completions rework - c4b5374 docs(10): add code review report - 4519d61 docs(10-04): complete plan — Makefile completions target, generated scripts, install helper - c167a97 feat(10-04): add contrib/install-completions.sh for non-Homebrew users - 060c421 feat(10-04): generate and commit static shell completion scripts - 1cbf520 feat(10-04): add completions Makefile target and standalone completion root - edcec09 docs(10-05): complete goreleaser + INSTALL.md completion rollout plan - 1aa6d97 docs(10-05): add Shell Completions section to INSTALL.md - 17b925b feat(10-05): add completion files to release tarballs and homebrew formula - 1592ea6 docs(10-03): complete plan — static cobra completions (rework) - fd008e0 test(10-03): assert Hidden and DisableFlagsInUseLine in TestCompletionCmd_Registered - eeaf44b feat(10-03): remove completion.Register and mark completion subcommand hidden - e077900 feat(10-03): delete dynamic completion code and tests - 1da5a69 docs(10): add rework plans — static cobra completions (10-03, 10-04, 10-05) - b49c375 docs(10): update phase 10 context — rework to static cobra completions - 4beb4b5 docs: capture phase 10 completion rework exploration - bb69573 docs(10): mark phase 10 complete in ROADMAP.md progress table - 01e5fd2 test(10): complete UAT - 7 passed, 0 issues - a5f0110 style: remove trailing newline from bash_test.go - 6acf57d fix(lint): resolve all 7 golangci-lint issues - ffd93e9 docs(10): mark code review fixes applied — status: fixed - ed81707 fix(10): apply code review fixes — WR-01/WR-02/IN-01/IN-02 - f69a5ff docs(10): add code review report - 1693d87 docs(phase-10): complete phase execution — shell tab completion delivered - 0b95da2 docs(10): complete phase verification — 14/14 must-haves passed - 9d1a8c8 docs(10): add code review report - 87e8216 docs(10-02): complete internal/completion package plan — add SUMMARY, update STATE and ROADMAP - 9654d63 feat(10-02): wire buildCompletionCmd() and completion.Register() in main.go (GREEN) - b6f7672 test(10-02): add failing TestCompletionCmd_Registered in main_test.go (RED) - 650c503 feat(10-02): implement internal/completion package (GREEN) - a824a7a test(10-02): add failing tests for internal/completion package (RED) - 7428ae0 docs(10-01): complete sshconfig.ListHosts TDD plan — add SUMMARY, update STATE and ROADMAP - 44ac600 feat(10-01): implement sshconfig.ListHosts — enumerate non-wildcard Host aliases - 5022181 test(10-01): add failing TestListHosts_* tests for ListHosts enumeration - 933f7ed docs(10): add D-08 package structure decision (internal/completion/ package) - 88ef341 docs(10): enforce D-08 — move completion logic to internal/completion/ package - 6fcf1bf docs(10): add pattern map, validation strategy, and mark open questions resolved - 116e2e3 docs(10): create phase plan — shell completion subcommand + dynamic flag completions - 7287d6d docs(10): research phase autosuggestion domain - e43626a docs(10): capture phase context
1 parent 47a62b0 commit 7a147e9

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.planning/STATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ milestone: v1.0
44
milestone_name: milestone
55
status: executing
66
stopped_at: Phase 10 complete (static cobra completion rework — 5/5 plans)
7-
last_updated: "2026-06-02T07:38:19.283Z"
8-
last_activity: 2026-06-02 -- Phase 10 execution complete (rework)
7+
last_updated: "2026-06-02T13:11:13Z"
8+
last_activity: 2026-06-02 -- Released v0.13.0
99
progress:
1010
total_phases: 16
1111
completed_phases: 13

INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Choose the method that best fits your environment.
77
Pin to a release tag (recommended — avoids fetching from an unpinned `master` branch):
88

99
```bash
10-
curl -fsSL https://raw.githubusercontent.com/webcane/docker-deploy/v0.12.2/install.sh | sh
10+
curl -fsSL https://raw.githubusercontent.com/webcane/docker-deploy/v0.13.0/install.sh | sh
1111
```
1212

1313
Or to select a specific version at install time:
1414

1515
```bash
16-
curl -fsSL https://raw.githubusercontent.com/webcane/docker-deploy/master/install.sh | INSTALL_VERSION=v0.12.2 sh
16+
curl -fsSL https://raw.githubusercontent.com/webcane/docker-deploy/master/install.sh | INSTALL_VERSION=v0.13.0 sh
1717
```
1818

1919
## Homebrew
@@ -108,7 +108,7 @@ For non-Homebrew installs, use the `contrib/install-completions.sh` script from
108108
Pinned to a release tag (recommended):
109109

110110
```bash
111-
curl -fsSL https://raw.githubusercontent.com/webcane/docker-deploy/v0.12.2/contrib/install-completions.sh | sh
111+
curl -fsSL https://raw.githubusercontent.com/webcane/docker-deploy/v0.13.0/contrib/install-completions.sh | sh
112112
```
113113

114114
Or from the latest `master` (less stable):

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A Docker CLI plugin for solo developers and small teams with a single VPS. One c
1515
Pin to a release tag (recommended — avoids fetching from an unpinned `master` branch):
1616

1717
```bash
18-
curl -fsSL https://raw.githubusercontent.com/webcane/docker-deploy/v0.12.2/install.sh | sh
18+
curl -fsSL https://raw.githubusercontent.com/webcane/docker-deploy/v0.13.0/install.sh | sh
1919
```
2020

2121
For Homebrew, manual binary download, and `go install`, see [INSTALL.md](INSTALL.md).

0 commit comments

Comments
 (0)