Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

30 lines (24 loc) · 1.33 KB

Changelog

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.

[0.6.0] - unreleased

Added

  • This ̀CHANGELOG.md file. See PR 1445
  • Support addition of containers to the control network. See PR 1481
  • Add pick, toml, withEnv, and atoi to templates. See [PR 1516]
  • Add [[runs]] field to compositions. See [PR 1516]
  • Add --run-ids option during testground run. See [PR 1516]
  • Add --result-file ./output.csv option during testground run. See [PR 1516]
  • Move default TESTGROUND_HOME from ~/testgraound to xdg directory specification. See PR 1544
  • Add .testgroundignore support. See PR 1441

Fixed

  • Fix dependencies rewrites in the exec:go builder. See PR 1469

Changed

  • Port shell code used for integration testing to a go package. See PR 1537