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

Bump io.opencensus:opencensus-api from 0.18.0 to 0.31.1 in /plugins/repository-gcs #7291

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2023

Bumps io.opencensus:opencensus-api from 0.18.0 to 0.31.1.

Release notes

Sourced from io.opencensus:opencensus-api's releases.

Release 0.31.1

What's Changed

Full Changelog: census-instrumentation/opencensus-java@v0.31.0...v0.31.1

Release 0.31.0

Full Changelog: census-instrumentation/opencensus-java@v0.29.0...v0.31.0

Release 0.30.0

Full Changelog: census-instrumentation/opencensus-java@v0.29.0...v0.30.0

Release 0.29.0

Breaking

  • Update log4j dependency in log-trace correlation optional components. #2085

Release v0.28.3

  • fix: Return public access to unsafe ContextUtils api. Remove bincompat issue from 0.27.1. (#2072)
  • fix: When time rewinds, avoid throwing exceptions and crashing the disruptor thread. (#2071)

Release v0.28.1

This release adds support for OpenCensus to OpenTelemetry migration:

  • Add Support for Opencensus to OpenTelemetry migration (#2059)

Breaking change: ContextUtils is no longer public

Release v0.27.1

  • Remove finalize from RecordEventsSpanImpl (#2043)

Release v0.27.0

  • deps: update protobuf (#2029)
  • Update release versions for all readme and build files. (#2028)
  • deps: update Guava to 29.0 (#2032)
  • Add more InstanaExporterHandler tests (#2014)
  • feat: Allow users to specify a metric display name prefix, separately from the metric name prefix (#2050)

v0.26.0 Release

  • feat: Allow users to register the same Meter multiple times without exception (#2017)
  • update gRPC (#2024): Since gRPC v1.27.0, census dependency is removed from grpc-core. A grpc-census artifact now exists to provide interceptor/stream tracer factory that applies census stats/tracing features. For users not using gRPC’s integration of census, nothing should be affected. Users who want census integration need to add grpc-census artifact to runtime classpath.
  • deps: update GSON (#2025)
  • deps: update auth libraries (#2023)
  • update guava (#2018)

... (truncated)

Changelog

Sourced from io.opencensus:opencensus-api's changelog.

Unreleased

  • fix: Shutdown MetricServiceClient properly on StackdriverStatsExporter.unregister() (#2007)

0.28.3 - 2021-01-12

  • fix: Return public access to unsafe ContextUtils api. Remove bincompat issue from 0.27.1. (#2072)
  • fix: When time rewinds, avoid throwing exceptions and crashing the disruptor thread. (#2071)

0.28.2 - 2020-10-22

  • feat: Make TracerImpl public for OpenTelemetry migration. (#2064)

Note: no binary available for 0.28.2

0.28.1 - 2020-10-21

  • feat: Add Support for Opencensus to OpenTelemetry migration (#2059)

Breaking change: ContextUtils is no longer public

0.28.0 - 2020-10-21

  • Remove finalize from RecordEventsSpanImpl (#2043)

0.27.0 - 2020-08-14

  • deps: update protobuf (#2029)
  • Update release versions for all readme and build files. (#2028)
  • deps: update Guava to 29.0 (#2032)
  • Add more InstanaExporterHandler tests (#2014)
  • feat: Allow users to specify a metric display name prefix, separately from the metric name prefix (#2050)

0.26.0 - 2020-03-19

  • feat: Allow users to register the same Meter multiple times without exception (#2017)
  • update gRPC (#2024): Since gRPC v1.27.0, census dependency is removed from grpc-core. A grpc-census artifact now exists to provide interceptor/stream tracer factory that applies census stats/tracing features. For users not using gRPC’s integration of census, nothing should be affected. Users who want census integration need to add grpc-census artifact to runtime classpath.
  • deps: update GSON (#2025)
  • deps: update auth libraries (#2023)
  • update guava (#2018)

0.25.0 - 2020-02-12

  • Add an experimental artifact opencensus-contrib-observability-ready-util, that allows users to use OpenCensus easily.

0.24.0 - 2019-08-27

  • Remove CONTEXT_SPAN_KEY and TAG_CONTEXT_KEY from API. This will be a breaking change to those who depend on these two keys, but anyone except gRPC shouldn't use it directly anyway.

... (truncated)

Commits

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)

Bumps [io.opencensus:opencensus-api](https://github.com/census-instrumentation/opencensus-java) from 0.18.0 to 0.31.1.
- [Release notes](https://github.com/census-instrumentation/opencensus-java/releases)
- [Changelog](https://github.com/census-instrumentation/opencensus-java/blob/master/CHANGELOG.md)
- [Commits](census-instrumentation/opencensus-java@v0.18.0...v0.31.1)

---
updated-dependencies:
- dependency-name: io.opencensus:opencensus-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from reta as a code owner April 24, 2023 13:59
@dependabot dependabot bot added the dependabot PRs with auto version bumps from dependabot label Apr 24, 2023
@dependabot dependabot bot requested a review from anasalkouz as a code owner April 24, 2023 13:59
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 24, 2023
Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@tlfeng
Copy link
Collaborator

tlfeng commented May 2, 2023

./gradlew :plugins:repository-gcs:thirdPartyAudit

> Task :plugins:repository-gcs:thirdPartyAudit FAILED
Unnecessary exclusions, following classes are not missing:
   * io.opencensus.tags.TagMetadata
  * io.opencensus.tags.TagMetadata$TagTtl

tlfeng added 2 commits May 1, 2023 17:25
Signed-off-by: Tianli Feng <ftl94@live.com>
Signed-off-by: Tianli Feng <ftl94@live.com>
…opencensus-opencensus-api-0.31.1

Signed-off-by: Tianli Feng <ftianli@amazon.com>
@github-actions
Copy link
Contributor

github-actions bot commented May 2, 2023

Gradle Check (Jenkins) Run Completed with:

@codecov-commenter
Copy link

codecov-commenter commented May 2, 2023

Codecov Report

Merging #7291 (5fd6645) into main (8386d10) will increase coverage by 0.03%.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@             Coverage Diff              @@
##               main    #7291      +/-   ##
============================================
+ Coverage     70.54%   70.58%   +0.03%     
- Complexity    59387    59456      +69     
============================================
  Files          4859     4859              
  Lines        285370   285370              
  Branches      41134    41134              
============================================
+ Hits         201317   201425     +108     
+ Misses        67428    67377      -51     
+ Partials      16625    16568      -57     

see 474 files with indirect coverage changes

@github-actions
Copy link
Contributor

github-actions bot commented May 2, 2023

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

github-actions bot commented May 2, 2023

Gradle Check (Jenkins) Run Completed with:

@tlfeng tlfeng merged commit 44ebf81 into main May 2, 2023
@tlfeng tlfeng deleted the dependabot/gradle/plugins/repository-gcs/io.opencensus-opencensus-api-0.31.1 branch May 2, 2023 01:21
shiv0408 pushed a commit to Gaurav614/OpenSearch that referenced this pull request Apr 25, 2024
…epository-gcs (opensearch-project#7291)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Tianli Feng <ftl94@live.com>
Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot PRs with auto version bumps from dependabot dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants