Skip to content

Releases: GoogleCloudPlatform/opentelemetry-operations-e2e-testing

v0.22.0

Choose a tag to compare

@aabmass aabmass released this 21 May 18:47
b2253b1

What's Changed

  • Refactor testmatrix platform detection and regenerate matrix by @aabmass in #110
  • Onboard opentelemetry-operations-e2e-testing triggers to Terraform by @aabmass in #111
  • Durable async cleanup to speed up tests by @aabmass in #109

Full Changelog: v0.21.0...v0.22.0

v0.21.0

Choose a tag to compare

@aabmass aabmass released this 29 Apr 21:54
c8c9327

What's Changed

  • Fix the collector tests cloud run annotation by @avilevy18 in #94
  • Improve logging in TestBasicTrace to show unexpected labels by @aabmass in #108

Full Changelog: v0.20.4...v0.21.0

v0.20.1

Choose a tag to compare

@aabmass aabmass released this 15 Aug 02:57
9acaab7

What's Changed

  • Fix typo in release cloudbuild.yaml docker image by @aabmass in #52

Full Changelog: v0.20.0...v0.20.1

v0.20.0

Choose a tag to compare

@aabmass aabmass released this 14 Aug 16:09
e2518bd

What's Changed

  • Add GAE standard trigger for the Go repo by @aabmass in #43
  • Add repo trigger for Cloud Functions in operations-python repo by @aabmass in #44
  • Add Cloud Build trigger for Python GAE flex tests by @aabmass in #45
  • Add Cloud Build trigger for Python GAE standard tests by @aabmass in #46
  • GAE standard: allow passing entrypoint and shorten service names by @aabmass in #47
  • Restrict GAE default app to internal only traffic by @aabmass in #48
  • Use a minimal golang http server for the GAE default service image by @aabmass in #49
  • Set limits on GAE resources by @aabmass in #50
  • Add new Artifact Registry repo for images in the gcr.io migration by @aabmass in #51

Note this release will be published to Artifact Registry, not GCR.

Full Changelog: v0.19.0...v0.20.0

v0.19.0

Choose a tag to compare

@aabmass aabmass released this 07 May 19:03
1ef3da2

What's Changed

  • Fix image build by @dashpole in #37
  • Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible by @dependabot in #38
  • Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #39
  • Add GAE standard support to test runner by @aabmass in #41
  • Add GAE standard trigger for the JS repo by @aabmass in #42

Full Changelog: v0.18.0...v0.19.0

v0.18.0

Choose a tag to compare

@dashpole dashpole released this 16 Nov 01:29
f1702a4

What's Changed

  • Bump golang.org/x/net from 0.0.0-20210614182718-04defd469f4e to 0.17.0 by @dependabot in #30
  • Bump github.com/containerd/containerd from 1.5.2 to 1.5.18 by @dependabot in #31
  • Bump github.com/docker/docker from 20.10.7+incompatible to 20.10.24+incompatible by @dependabot in #32
  • Bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.2+incompatible by @dependabot in #33
  • Bump github.com/docker/docker from 20.10.24+incompatible to 24.0.7+incompatible by @dependabot in #34
  • Print trace ID we are looking for by @dashpole in #35

New Contributors

Full Changelog: v0.17.0...v0.18.0

v0.17.0

Choose a tag to compare

@dashpole dashpole released this 14 Aug 18:03
d72a3b5

What's Changed

  • Updated test matrix by @aabmass in #24
  • Add opentelemetry-operations-js repo trigger for gae build by @aabmass in #26
  • chore: add CODEOWNERS file to auto assign team for reviews by @aabmass in #28
  • Change from expecting faas.id to faas.instance by @dashpole in #29

Full Changelog: v0.16.0...v0.17.0

v0.16.0

Choose a tag to compare

@dashpole dashpole released this 07 Feb 15:58
83db27c

What's Changed

  • Add GCB trigger for opentelemetry-operations-js + Cloud Run by @aabmass in #19
  • Run gae and cloud run tests on go repo by @dashpole in #20
  • Lengthen timeout so that we can debug failures by @dashpole in #21
  • Run cloud functions tests on the go repo by @dashpole in #22
  • Run GCF tests for ops-js repo by @aabmass in #23
  • Check OTel resource attributes for resource detection tests by @dashpole in #25

Full Changelog: v0.15.0...v0.16.0

v0.15.0

Choose a tag to compare

@psx95 psx95 released this 16 Nov 21:53
9490a30
Enable Google App Engine environment for e2e tests (#17)

* Enable Google App Engine environment for e2e tests

* Force fail resource detection test for un-implemented GCP environments

* Enable trace detection test for GAE environments

v0.14.1

Choose a tag to compare

@psx95 psx95 released this 04 Nov 21:38
aa18976

Minor update: Reuse topic created by the pubsub module for cloud functions instead of creating a new topic.