meshery / meshery-adapter-template

Template Repository for creating Meshery Adapters
https://meshery.layer5.io/docs
Apache License 2.0
21 stars 15 forks source link

Bump go.opentelemetry.io/otel from 0.14.0 to 0.17.0 #35

Closed dependabot-preview[bot] closed 2 years ago

dependabot-preview[bot] commented 3 years ago

Bumps go.opentelemetry.io/otel from 0.14.0 to 0.17.0.

Release notes

Sourced from go.opentelemetry.io/otel's releases.

Release v0.17.0

Changed

  • Rename project default branch from master to main.
  • Reverse order in which Resource attributes are merged, per change in spec. (#1501)
  • Add tooling to maintain "replace" directives in go.mod files automatically. (#1528)
  • Create new modules: otel/metric, otel/trace, otel/oteltest, otel/sdk/export/metric, otel/sdk/metric (#1528)
  • Move metric-related public global APIs from otel to otel/metric/global. (#1528)

9b242bc4015d82acd63614a9e9ddba0cd1bceca8 (upstream/main, origin/main, main) Organize API into Go modules based on stability and dependencies (#1528) e50a1c8cecb8c584bdfada6cb21fe0b173a22646 Bump actions/cache from v2 to v2.1.4 (#1518) a6aa7f00d02eb0f97056c51c439ef2874ba2410d Bump google.golang.org/api from 0.38.0 to 0.39.0 in /exporters/trace/jaeger (#1517) 38efc875cf1c9e9ae72d3021b0a813ed7fa3ce00 Code Improvement - Error strings should not be capitalized (#1488) 6b340501b3b722ca36c4f9ad23678ed0a9783df3 Update default branch name (#1505) b39fd052d472c9100286cd2af61bef735bd5c7fd nit: Fix comment to be up-to-date (#1510) 186c29539f41ce5aa93b732aa70f08d50338164d Fix golint error of package comment form (#1487) 9308d6628ef77b38a9383f13dddaf7ddfe83b882 Bump google.golang.org/api from 0.37.0 to 0.38.0 in /exporters/trace/jaeger (#1506) 1952d7b6af6bbd1de70fad8abfc2585b750b8fc4 Reverse order of attribute precedence when merging two Resources (#1501) ad7b4715860b3b40abc876093c075bf765a6e120 Remove build flags for runtime/trace support (#1498) 4bf4b69050b7bcfe8c414522d051ebe5566c983d Remove inaccurate and unnecessary import comment (#1481) 7e19eb6a76deb9cc46b33604ce3dee919d398e62 Bump google.golang.org/api from 0.36.0 to 0.37.0 in /exporters/trace/jaeger (#1504) c6a4406a586feeb14a046c31781899c073d42389 Bump github.com/golangci/golangci-lint in /internal/tools (#1503) 9524ac095466565e01746600da3d83f27220a5da (upstream/master, origin/master, origin/HEAD) Update workflows to include main branch as trigger (#1497) c066f15ed74fec52c4755014bfcf2bdfb8e0e661 Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 in /internal/tools (#1478) 894e024027a47cad15c6a6a49449e100f4bfb63a Bump github.com/golangci/golangci-lint in /internal/tools (#1477) 71ffba39d1f96df023a31df14aa57c99f53017d0 Bump google.golang.org/grpc from 1.34.0 to 1.35.0 in /exporters/otlp (#1471) 515809a845a9f5991c3436ce0d8e5d2aa535152a Bump github.com/itchyny/gojq from 0.12.0 to 0.12.1 in /internal/tools (#1472) 3e96ad1ee68eebf5ea4726af58162591a326b32e gitignore: remove unused example path (#1474) c56227771d4c3551cf4eec84a3a6d1881f5dbd9f Histogram aggregator functional options (#1434) 0df8cd620c46567b38a70f1f1a8e968d0a806c06 Rename Makefile.proto to avoid interpretation as proto file (#1468) 979ff51f2229b9a4c66dda798b14a778a9c636a9 Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (#1453) 1df8b3b8812a296c68fedb14d67de4ec00f4394b Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 in /exporters/otlp (#1456) 4c30a90a45f28be483d96565ef3fb35222de1d69 Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 in /sdk (#1455) 5a9f8f6e4e6c472179585ba743ffb14de372d973 Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 in /exporters/stdout (#1454) 7786f34cff0cd9e3b40505c9460cf53014cb044c Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 in /exporters/trace/zipkin (#1457) 4352a7a671347be0c676240bdb60cf87f85f8360 Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 in /exporters/otlp (#1460) 6990b3b3ea1f792e3e9ac90694dec1b74171b80f Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 in /exporters/metric/prometheus (#1461) 7af40d2221f0ccdc1cec53b960e55d5767c4c14a Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 in /exporters/trace/jaeger (#1463) f16f18929b778b2430dca66ccc50ffed1f25300b Bump google.golang.org/grpc in /example/otel-collector (#1465) fe363be3994012a06e58c713ed0f6e60a2193151 Move Span Event to API (#1452) 439222408b10859b9b92c9bd410041507a8bbf14 Bump google.golang.org/grpc in /example/prom-collector (#1466)

Release v0.16.0

Added

  • Add the ReadOnlySpan and ReadWriteSpan interfaces to provide better control for accessing span data. (#1360)
  • NewGRPCDriver function returns a ProtocolDriver that maintains a single gRPC connection to the collector. (#1369)
  • Added documentation about the project's versioning policy. (#1388)

... (truncated)

Changelog

Sourced from go.opentelemetry.io/otel's changelog.

[0.17.0] - 2020-02-12

Changed

  • Rename project default branch from master to main. (#1505)
  • Reverse order in which Resource attributes are merged, per change in spec. (#1501)
  • Add tooling to maintain "replace" directives in go.mod files automatically. (#1528)
  • Create new modules: otel/metric, otel/trace, otel/oteltest, otel/sdk/export/metric, otel/sdk/metric (#1528)
  • Move metric-related public global APIs from otel to otel/metric/global. (#1528)

Fixed

  • Fixed otlpgrpc reconnection issue.
  • The example code in the README.md of go.opentelemetry.io/otel/exporters/otlp is moved to a compiled example test and used the new WithAddress instead of WithEndpoint. (#1513)
  • The otel-collector example now uses the default OTLP receiver port of the collector.

[0.16.0] - 2020-01-13

Added

  • Add the ReadOnlySpan and ReadWriteSpan interfaces to provide better control for accessing span data. (#1360)
  • NewGRPCDriver function returns a ProtocolDriver that maintains a single gRPC connection to the collector. (#1369)
  • Added documentation about the project's versioning policy. (#1388)
  • Added NewSplitDriver for OTLP exporter that allows sending traces and metrics to different endpoints. (#1418)
  • Added codeql worfklow to GitHub Actions (#1428)
  • Added Gosec workflow to GitHub Actions (#1429)
  • Add new HTTP driver for OTLP exporter in exporters/otlp/otlphttp. Currently it only supports the binary protobuf payloads. (#1420)

Changed

  • Rename internal/testing to internal/internaltest. (#1449)
  • Rename export.SpanData to export.SpanSnapshot and use it only for exporting spans. (#1360)
  • Store the parent's full SpanContext rather than just its span ID in the span struct. (#1360)
  • Improve span duration accuracy. (#1360)
  • Migrated CI/CD from CircleCI to GitHub Actions (#1382)
  • Remove duplicate checkout from GitHub Actions workflow (#1407)
  • Metric array aggregator renamed exact to match its aggregation.Kind (#1412)
  • Metric exact aggregator includes per-point timestamps (#1412)
  • Metric stdout exporter uses MinMaxSumCount aggregator for ValueRecorder instruments (#1412)
  • NewExporter from exporters/otlp now takes a ProtocolDriver as a parameter. (#1369)
  • Many OTLP Exporter options became gRPC ProtocolDriver options. (#1369)
  • Unify endpoint API that related to OTel exporter. (#1401)
  • Optimize metric histogram aggregator to re-use its slice of buckets. (#1435)
  • Metric aggregator Count() and histogram Bucket.Counts are consistently uint64. (1430)
  • Histogram aggregator accepts functional options, uses default boundaries if none given. (#1434)
  • SamplingResult now passed a Tracestate from the parent SpanContext (#1432)
  • Moved gRPC driver for OTLP exporter to exporters/otlp/otlpgrpc. (#1420)
  • The TraceContext propagator now correctly propagates TraceState through the SpanContext. (#1447)
  • Metric Push and Pull Controller components are combined into a single "basic" Controller:
    • WithExporter() and Start() to configure Push behavior

... (truncated)

Commits
  • 76f9342 Release v0.17.0 (#1534)
  • 9b242bc Organize API into Go modules based on stability and dependencies (#1528)
  • e50a1c8 Bump actions/cache from v2 to v2.1.4 (#1518)
  • a6aa7f0 Bump google.golang.org/api from 0.38.0 to 0.39.0 in /exporters/trace/jaeger (...
  • 38efc87 Code Improvement - Error strings should not be capitalized (#1488)
  • 6b34050 Update default branch name (#1505)
  • b39fd05 nit: Fix comment to be up-to-date (#1510)
  • 186c295 Fix golint error of package comment form (#1487)
  • 9308d66 Bump google.golang.org/api from 0.37.0 to 0.38.0 in /exporters/trace/jaeger (...
  • 1952d7b Reverse order of attribute precedence when merging two Resources (#1501)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Dependabot tried to update this pull request, but something went wrong. The most likely cause is #39, which may be blocking Dependabot from updating your dependency files.

dependabot-preview[bot] commented 3 years ago

This pull request will no longer be automatically closed when a new version is found as this pull request was created by Dependabot Preview and this repo is using a version: 2 config file. You can close this pull request and let Dependabot re-create it the next time it checks for updates.

leecalcote commented 2 years ago

@dependabot rebase