Skip to content

Tags: trydirect/stacker

Tags

v0.2.9

Toggle v0.2.9's commit message
bump version to v0.2.9

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

v0.2.8

Toggle v0.2.8's commit message
Stacker v0.2.8

v0.2.7

Toggle v0.2.7's commit message
chore: bump version to v0.2.7

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

v0.2.6

Toggle v0.2.6's commit message
release: v0.2.6

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

v0.2.5

Toggle v0.2.5's commit message
Add release build instructions and docker release tags

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

v0.2.4

Toggle v0.2.4's commit message
fix: replace softprops action with gh release upload to avoid finaliz…

…e retry bug

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update diagram in README for Stacker architecture

align diagram

v0.2.2

Toggle v0.2.2's commit message
fix: container discovery now uses list_containers results instead of …

…health checks

The discover endpoint was only seeing containers that appeared in health check
results. But health checks only return registered apps + system patterns.
Now it:
1. First looks for list_containers command results (has ALL containers)
2. Falls back to health check results if no list_containers found
3. Properly parses system_containers array from health results

This allows discovering unregistered containers like nginx-proxy-manager.

v0.2.1

Toggle v0.2.1's commit message
fix docker.yml copy dist, npm fix