Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.17.0 #580

Merged
merged 3 commits into from
Feb 18, 2021
Merged

Release v0.17.0 #580

merged 3 commits into from
Feb 18, 2021

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Feb 15, 2021

Update go.opentelemetry.io/otel dependency to v0.17.0

Added

Changed

  • Rename project default branch from master to main.

Fixed


4b93abf (HEAD -> pre_release_v0.17.0) Merge remote-tracking branch 'upstream/main' into pre_release_v0.17.0
cabeeb5 (upstream/main) Bump github.com/labstack/echo/v4 from 4.1.17 to 4.2.0 in /instrumentation/github.com/labstack/echo/otelecho (#577)
7fe84fd Bump github.com/labstack/echo/v4 (#578)
8d6e61b Bump github.com/aws/aws-sdk-go from 1.37.6 to 1.37.10 in /detectors/aws (#576)
bd90f3e Eks resource detector bugfix (#575)
58fa99d (origin/pre_release_v0.17.0) Update CHANGELOG
f782014 Release v0.17.0
e532370 (origin/main, main) Fix ECS resource detector bug (#569)
b87d221 Bump cloud.google.com/go from 0.75.0 to 0.76.0 in /detectors/gcp (#572)
957a23c Bump actions/cache from v2 to v2.1.4 (#571)
e3b511e Bump github.com/aws/aws-sdk-go from 1.37.1 to 1.37.6 in /detectors/aws (#570)
33003dd Bump go.mongodb.org/mongo-driver (#573)
cc69f93 added failure message - ECS resource detector (#568)
fd60b5f Add ot-tracer-* propagator (#562)
bc8b54d Update default branch name to main (#567)
e0fb74f Bump github.com/golangci/golangci-lint from 1.35.2 to 1.36.0 in /tools (#565)
feebb9b Bump github.com/aws/aws-sdk-go from 1.36.29 to 1.37.1 in /detectors/aws (#566)
a7d455d (upstream/master) Update workflows to include main branch as trigger (#564)
90490ec (origin/master, origin/HEAD) Bump github.com/aws/aws-sdk-go from 1.36.23 to 1.36.29 in /detectors/aws (#558)
33f383b Bump cloud.google.com/go from 0.74.0 to 0.75.0 in /detectors/gcp (#531)
6e9f6d3 Bump google.golang.org/grpc from 1.34.0 to 1.35.0 in /instrumentation/google.golang.org/grpc/otelgrpc (#543)
a101606 Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 in /exporters/metric/cortex (#530)
3d7fac5 Upgrade github.com/stretchr/testify from v1.6.1 to v1.7.0 (#557)
40b35ec Bump github.com/golangci/golangci-lint from 1.35.0 to 1.35.2 in /tools (#526)
37f53a3 Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 in /instrumentation/runtime (#525)
a77bcb3 Bump github.com/stretchr/testify in /exporters/metric/dogstatsd (#524)
77a5929 Bump google.golang.org/grpc (#545)
bc4e070 Add code-coverage configuration to allow 1% delta (#555)

@codecov
Copy link

codecov bot commented Feb 15, 2021

Codecov Report

Merging #580 (ac782b9) into main (cabeeb5) will increase coverage by 0.0%.
The diff coverage is 72.7%.

Impacted file tree graph

@@          Coverage Diff          @@
##            main    #580   +/-   ##
=====================================
  Coverage   77.8%   77.9%           
=====================================
  Files         55      55           
  Lines       2595    2597    +2     
=====================================
+ Hits        2020    2024    +4     
+ Misses       444     443    -1     
+ Partials     131     130    -1     
Impacted Files Coverage Δ
exporters/metric/dogstatsd/dogstatsd.go 75.8% <0.0%> (ø)
instrumentation/host/host.go 73.1% <50.0%> (ø)
instrumentation/runtime/runtime.go 74.8% <50.0%> (ø)
exporters/metric/cortex/cortex.go 69.8% <100.0%> (+0.3%) ⬆️
...ation/github.com/astaxie/beego/otelbeego/config.go 100.0% <100.0%> (ø)
instrumentation/net/http/otelhttp/config.go 78.0% <100.0%> (ø)
...n/github.com/Shopify/sarama/otelsarama/producer.go 94.8% <0.0%> (+2.0%) ⬆️

@bhautikpip
Copy link
Contributor

Probably due to recent 0.17.0 release of core, we also need to update metrics import in the contrib right? (https://github.com/open-telemetry/opentelemetry-go-contrib/search?p=1&q=go.opentelemetry.io%2Fotel%2Fmetric). New metrics import would look like go.opentelemetry.io/otel/metric/global.

charleskorn added a commit to batect/abacus that referenced this pull request Feb 16, 2021
punya added a commit to GoogleCloudPlatform/opentelemetry-operations-go that referenced this pull request Feb 18, 2021
** Do not merge **

The upgrade depends on otel-contrib upgrading to 0.17 as well (tracked
in open-telemetry/opentelemetry-go-contrib#580).
@MrAlias MrAlias merged commit 1c68759 into open-telemetry:main Feb 18, 2021
@MrAlias MrAlias deleted the pre_release_v0.17.0 branch February 18, 2021 15:26
plantfansam referenced this pull request in plantfansam/opentelemetry-go-contrib Mar 18, 2022
* Add skeleton uniqueness checker

* Fix the build w/ new code in place

* Add sync tests

* More test

* Implement global uniqueness checking

* Set the library name

* Ensure ordered global initialization

* Use proper require statement for errors

* Comment

* Apply feedback fixes

* Comment and rename from feedback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants