Skip to content

Commit 7ca5013

Browse files
committed
chore: bump version to v0.12.0
Changes since v0.11.0: - refactor(health): extract helpers to reduce pollContainers cognitive complexity - docs(quick-260530-hkb): fix SSH host key capture in DinD integration tests - fix(integration): bound full SSH handshake per attempt in captureHostKeyFromContainer - docs(phase-15): complete phase execution — verification passed - docs(15-02): complete per-container retries plan — SUMMARY, STATE, ROADMAP - feat(15-02): migrate tests to new Healthcheck config shape; add retries tests - feat(15-02): implement per-container retries semantics in pollContainers - test(15-02): add failing tests for per-container retries semantics - docs(15-01): complete deploy-healthcheck-config-format plan 01 - feat(15-01): register --healthcheck-{timeout,interval,retries} flags; load global config in main.go - feat(15-01): implement four-tier healthcheck resolution in Resolve(); migrate config and health tests - feat(15-01): add HealthcheckConfig struct, update TargetConfig/Config/FlagOpts - docs(15): create phase plan - docs(15): create phase plan — healthcheck config format - docs(15): no hardcoded defaults, global config owns defaults, remove deferred section - docs(15): update default healthcheck interval=10s, timeout=30s - docs(15): capture phase context
1 parent 2c94f71 commit 7ca5013

3 files changed

Lines changed: 5 additions & 5 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: complete
66
stopped_at: Phase 15 verification passed
7-
last_updated: "2026-05-30T14:30:00.000Z"
8-
last_activity: 2026-05-30
7+
last_updated: "2026-05-30T15:38:46Z"
8+
last_activity: 2026-05-30 -- Released v0.12.0
99
progress:
1010
total_phases: 16
1111
completed_phases: 13

INSTALL.md

Lines changed: 2 additions & 2 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.11.0/install.sh | sh
10+
curl -fsSL https://raw.githubusercontent.com/webcane/docker-deploy/v0.12.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.11.0 sh
16+
curl -fsSL https://raw.githubusercontent.com/webcane/docker-deploy/master/install.sh | INSTALL_VERSION=v0.12.0 sh
1717
```
1818

1919
## Homebrew

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.11.0/install.sh | sh
18+
curl -fsSL https://raw.githubusercontent.com/webcane/docker-deploy/v0.12.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)