Skip to content

Commit befc4f7

Browse files
committed
Release v0.5.4
1 parent b69f430 commit befc4f7

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.5.4
2+
3+
### Bug Fixes
4+
5+
- **Fix `scdev update` ignoring env/image/volume/command changes** - `serviceNeedsRecreate` only compared Traefik labels and bailed out with "Project is up to date" on any other change, leaving stale containers running. It now compares a deterministic `scdev.config-hash` label stamped on each container, covering image, env, volumes, command, working dir, routing, published ports, and network aliases. Containers created before the label existed are recreated once on first update after upgrade.
6+
7+
### Improvements
8+
9+
- **Skill updates for template creation and existing-project setup** - expanded `skills/scdev/` references (new stack-gotchas reference, richer config examples and template authoring notes, updated SKILL.md with rename/link commands and per-service `routing.domain` guidance) to help agents scaffold new templates and onboard scdev into existing projects.
10+
- **README and template docs: Symfony/Sylius/Laravel trusted-proxies troubleshooting** - documented the mixed-content / stuck debug toolbar / broken admin login failure mode caused by Traefik terminating HTTPS without a trusted-proxy env var, plus PHP template authoring tips (memory_limit drop-in, install-php-extensions, asset-pipeline builds).
11+
112
## v0.5.3
213

314
### Bug Fixes

0 commit comments

Comments
 (0)