Skip to content

Releases: efficientgo/e2e

v0.14.0

28 Nov 16:58
861932b
Compare
Choose a tag to compare

What's Changed

  • Removed the need of thinking about Internal vs External path; interactive RunUntil* now supports OS signals. by @bwplotka in #53
  • Added support for extra volumes for all containers. by @bwplotka in #54
  • Added option to disable cadvisor by @utukJ in #56

New Contributors

  • @utukJ made their first contribution in #56

Full Changelog: v0.13.1...v0.14.0

v0.13.1

03 Oct 13:49
8fa9daa
Compare
Choose a tag to compare

What's Changed

  • Add back GetMonitoringRunnable method by @yeya24 in #51
  • Fix docker env name validation logic by @yeya24 in #52

New Contributors

Full Changelog: v0.13.0...v0.13.1

v0.13.0

15 Sep 11:59
0572685
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.1...v0.13.0

v0.12.1

09 May 14:14
befa595
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.12.1

v0.12.0

17 Apr 18:07
77debfd
Compare
Choose a tag to compare

What's Changed

  • Added support for specifying Docker capabilities. by @bwplotka in #13
  • Docker runnable start: Wait for image download if not available by @matej-g in #14
  • monitoring: allow compilation for non-Linux by @squat in #16
  • Fix docker network host addr for macOS by @saswatamcode in #17
  • Fix Makefile & CI for macOS by @saswatamcode in #18
  • WaitSumMetrics: Add option to configure backoff by @matej-g in #20
  • Fixed README for VPN cases. by @bwplotka in #21
  • Refactored instrumented for more consistent API with runnable. by @bwplotka in #22
  • Support HTTPS readiness probe by @clyang82 in #19
  • db: Update minio version and bin path by @philipgough in #26
  • Added Containerize method for watching local code execution through cadvisor and metrics. by @bwplotka in #24
  • Added support to batch jobs. by @bwplotka in #28
  • Make minio SSE using KMS optional by @saswatamcode in #27
  • e2emonitoring: Adding support for custom registry by @bwplotka in #29

New Contributors

Full Changelog: v0.11.1...v0.12.0

v0.11.1

01 Sep 11:24
f4cc6db
Compare
Choose a tag to compare
  • Added scrape interval options to e2emonitoring.
  • e2emonitoring.Start now waits for Prometheus to make first scrape.

v0.11.0

25 Aug 19:28
5553eb9
Compare
Choose a tag to compare
  • Exposed matchers as non-internal package.
  • Expanded standalone example with Jaeger tracing.
  • Added support for monitoring e2e process itself.

v0.10.0

07 Aug 19:08
b83af95
Compare
Choose a tag to compare

Added integrated, monitoring, simpleified API (breaking change)

v0.9.0

26 Jul 14:49
c8e053e
Compare
Choose a tag to compare

Initial Release