Skip to content

Tags: shipzero/zero

Tags

v2026.7.9

Toggle v2026.7.9's commit message

Verified

This commit was signed with the committer’s verified signature.
rbluethl Ronald Blüthl
chore(changelog): update version to v2026.7.9 in CHANGELOG.md

v2026.7.8-preview-82db546

Toggle v2026.7.8-preview-82db546's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/config and cleanup (#26)

* feat: add image pruning and update app configuration workflows

- Introduced periodic dangling image pruning to prevent disk issues.
- Added `updateAppConfig` function for modifying app configurations, with field tracking.
- Ensured unreferenced images are removed after deployments or previews are deregistered.
- Updated `composeDown` to support image and volume removal options.
- Improved `destroyPreview` and app removal workflows to clean up associated resources.

* chore: release v2026.7.8 with config updates, image garbage collection, and bug fixes

v2026.6.26

Toggle v2026.6.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix/renew host certificate (#25)

* fix(certs): properly renew host certificate

* bump changelog

* tests

v2026.5.18

Toggle v2026.5.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
MCP integration (#24)

* feat(mcp): added MCP functionality

* ci(release): add step to install CLI dependencies in release workflow

* feat(cli): add `--cwd` flag to `mcp` command for directory context handling (#24)

- Validate `--cwd` path existence and handle path switching.
- Update `mcpServers` configuration to include `--cwd` argument.
- Log current working directory with server connection details.

* feat(mcp): added additional tools

* feat(mcp): introduce MCP integration with CLI tools and schema-level safety features

v2026.5.18-preview-5874731

Toggle v2026.5.18-preview-5874731's commit message

Verified

This commit was signed with the committer’s verified signature.
rbluethl Ronald Blüthl
ci(release): add step to install CLI dependencies in release workflow

v2026.5.18-preview-13459d9

Toggle v2026.5.18-preview-13459d9's commit message

Verified

This commit was signed with the committer’s verified signature.
rbluethl Ronald Blüthl
feat(cli): add `--cwd` flag to `mcp` command for directory context ha…

…ndling (#24)

- Validate `--cwd` path existence and handle path switching.
- Update `mcpServers` configuration to include `--cwd` argument.
- Log current working directory with server connection details.

v2026.5.18-preview-8217bf2

Toggle v2026.5.18-preview-8217bf2's commit message

Verified

This commit was signed with the committer’s verified signature.
rbluethl Ronald Blüthl
feat(mcp): added MCP functionality

v2026.5.18-preview-6fefe31

Toggle v2026.5.18-preview-6fefe31's commit message

Verified

This commit was signed with the committer’s verified signature.
rbluethl Ronald Blüthl
feat(mcp): added additional tools

v2026.5.12

Toggle v2026.5.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(cli): replace `execFile` with `spawn` for improved SSH handling (#23

)

v2026.5.12-preview-62e902e

Toggle v2026.5.12-preview-62e902e's commit message

Verified

This commit was signed with the committer’s verified signature.
rbluethl Ronald Blüthl
fix(cli): replace `execFile` with `spawn` for improved SSH handling