What's Changed
- fix: shell-quote dokku arguments sent over ssh by @josegonzalez in #361
- Fix secret exposure in plan and apply output by @josegonzalez in #367
- Fix docket fmt idempotency and corruption bugs by @josegonzalez in #368
- fix: correct idempotency probe comparisons across tasks by @josegonzalez in #369
- fix: close recipe validation gaps via a shared parser by @josegonzalez in #372
- fix: reject input names that break template rendering by @josegonzalez in #373
- fix: handle input values that break a quoted task body by @josegonzalez in #375
- fix: correct docket export migration-fidelity bugs by @josegonzalez in #377
- fix: export global-scope plugin properties by @josegonzalez in #378
- fix: correct task envelope semantics bugs by @josegonzalez in #379
- fix: correct toggle task global and ssh-probe bugs by @josegonzalez in #380
- fix: reconcile documentation with actual behavior by @josegonzalez in #381
- fix: fail rescue-less groups when a block child fails by @josegonzalez in #382
- fix: honor explicit restart: false in dokku_config by @josegonzalez in #383
- fix: run tag filtering after --start-at-task gate by @josegonzalez in #384
- Fix install.sh usage examples so ENV is available to the shell. by @zenspider in #385
- chore(deps): bump github.com/mattn/go-isatty from 0.0.22 to 0.0.23 by @dependabot[bot] in #387
- chore(deps): bump actions/setup-go from 6 to 7 by @dependabot[bot] in #386
- chore(deps): bump golang.org/x/crypto from 0.50.0 to 0.54.0 by @dependabot[bot] in #390
- docs: add state: absent to property clearing examples by @josegonzalez in #389
- fix: stop probe from swallowing local exec errors by @josegonzalez in #391
- fix: suggest recipe files in shell completion by @josegonzalez in #392
- fix: sort resource and ps-scale command arguments by @josegonzalez in #393
- fix: mark in-place storage mount drift as a modify by @josegonzalez in #394
- fix: make dokku_storage_ensure chown genuinely optional by @josegonzalez in #395
- fix: route probe warnings through the event emitter by @josegonzalez in #397
- fix: accept a numeric chown uid in dokku_storage_ensure by @josegonzalez in #398
- test: exercise every documented task example by @josegonzalez in #399
- Fix for code scanning alert no. 2: Incorrect conversion between integer types by @josegonzalez in #400
- fix: guard make() capacity against integer overflow by @josegonzalez in #401
New Contributors
- @zenspider made their first contribution in #385
Full Changelog: 0.7.1...0.8.0