Skip to content

Releases: cisco-open/synthetic-heart

v1.2.3

25 Sep 23:56
5002849
Compare
Choose a tag to compare
  • feat: #17 httpPing plugin now supports repeatsWithoutFail and waitBetweenRepeats options
  • fix: upgrade Golang to 1.23 to fix various CVEs

v1.2.2

15 Aug 09:21
fb58e54
Compare
Choose a tag to compare
  • fix: python plugin generation
  • feat: node selector in SynTest CRD allows <string>$, so the test is scheduled on only one node matching the prefix

v1.2.1

27 Jul 21:49
Compare
Choose a tag to compare

v1.2.0

27 Jul 19:37
081c80c
Compare
Choose a tag to compare

feat: Different deployment models(agents don't need to be deployed as Daemonset)
feat: Support for python plugins
feat: Configurable prometheus labels for the test metrics
feat: plugins are now auto discovered, based on paths provided
fix: Synthetic tests can target agents based on labels and namespace
fix: Agents can now be selective about what tests they run, based on labels and namespace
fix: Controller now able to report issues to redis (which is exposed via restapi)
fix: RestAPI changes to make it more consistent