Skip to content

Tags: shipzero/zero

Tags

v2026.5.6

Toggle v2026.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(proxy): enhance timeout configurability and update defaults (#22)

- Increased default timeouts for reverse proxy: `5m` request, `30s` headers, and `30m` WebSocket idle (previously `60s`, `10s`, `5m`).
- Introduced configurability for these timeouts via `PROXY_REQUEST_TIMEOUT`, `PROXY_HEADERS_TIMEOUT`, and `PROXY_WS_IDLE_TIMEOUT`.

v2026.4.8

Toggle v2026.4.8's commit message

Verified

This commit was signed with the committer’s verified signature.
rbluethl Ronald Blüthl
docs: update changelog

v2026.4.7-preview-1caaa37

Toggle v2026.4.7-preview-1caaa37's commit message

Verified

This commit was signed with the committer’s verified signature.
rbluethl Ronald Blüthl
fix(release): add retention-days option and improve pull image flow

v2026.4.1

Toggle v2026.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
rbluethl Ronald Blüthl
chore: renaming

v2026.3.26-preview-a5cca88

Toggle v2026.3.26-preview-a5cca88's commit message

Verified

This commit was signed with the committer’s verified signature.
rbluethl Ronald Blüthl
fix(deploy): ensure unique hostPort assignment with `getFreePort` dur…

…ing deployment

v2026.3.26-preview-011e6c3

Toggle v2026.3.26-preview-011e6c3's commit message

Verified

This commit was signed with the committer’s verified signature.
rbluethl Ronald Blüthl
fix(deploy): auto-assign hostPort when domain or explicit hostPort is…

… absent, update tests accordingly

v2026.3.24

Toggle v2026.3.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #15 from shipzero/bugfix/compose-metrics

fix(apps): pass project name to container resolution for compose apps

v2026.3.24-preview-f38d42a

Toggle v2026.3.24-preview-f38d42a's commit message

Verified

This commit was signed with the committer’s verified signature.
rbluethl Ronald Blüthl
fix(apps): pass project name to container resolution for compose apps

Enhanced `resolveContainerStatus` and `findComposeContainer` functions to include the project name, ensuring proper filtering when determining container status for compose apps. Added corresponding tests for validation.

v2026.3.24-preview-dcf622a

Toggle v2026.3.24-preview-dcf622a's commit message

Verified

This commit was signed with the committer’s verified signature.
rbluethl Ronald Blüthl
feat: enhance deployment handling with state-saving, detailed health …

…check logs, and env parsing fixes

v2026.3.24-preview-b1501f7

Toggle v2026.3.24-preview-b1501f7's commit message

Verified

This commit was signed with the committer’s verified signature.
rbluethl Ronald Blüthl
fix(cli/deploy): log output respects active state