All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- This ̀
CHANGELOG.md
file. See PR 1445 - Support addition of containers to the control network. See PR 1481
- Add
pick
,toml
,withEnv
, andatoi
to templates. See [PR 1516] - Add
[[runs]]
field to compositions. See [PR 1516] - Add
--run-ids
option duringtestground run
. See [PR 1516] - Add
--result-file ./output.csv
option duringtestground run
. See [PR 1516] - Move default
TESTGROUND_HOME
from~/testgraound
to xdg directory specification. See PR 1544 - Add
.testgroundignore
support. See PR 1441
- Fix dependencies rewrites in the
exec:go
builder. See PR 1469
- Port shell code used for integration testing to a go package. See PR 1537