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

[data-plane]: Bump opentelemetry-bom from 0.15.0 to 1.0.1 in /data-plane #58

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 12, 2021

Bumps opentelemetry-bom from 0.15.0 to 1.0.1.

Release notes

Sourced from opentelemetry-bom's releases.

Version 1.0.1 - 2021-03-11

Bugfixes

  • AWS resource extensions have been fixed to not throw NullPointerException in actual AWS environment

Version 1.0.0 - 2021-02-26

General

This releases marks the first stable release for the tracing, baggage and context APIs and the SDK. Please see the Versioning document for stability guarantees.

The best source of lsit of the now stable packages can be found in the opentelemetry-bom artifact in maven central.

Javadoc is available at javadoc.io. For example, javadoc.io for the API module.

Changes

  • The opentelemetry-proto module is now versioned as an alpha module, as it contains non-stable metrics and logs signals. It has hence been removed from the main BOM.
  • The opentelemetry-sdk-extension-otproto module has been removed. The classes in it have been moved to a new opentelemetry-exporter-otlp-common module but have been repackaged into an unsupported, internal package.

Metrics (alpha)

Breaking Changes

  • PrometheusCollector.Builder inner class has been moved to the top level as PrometheusCollectorBuilder.

Many thanks to all the people who have contributed over the past few years! We couldn't have done without everyone's help.

contributors

Version 0.17.1 (RC)

This release addresses a minor issue where the old ResourceProvider class before moving to the autoconfigure module had not been deleted, so if you have a custom ResourceProvider, you would not get the intended compilation failure while your attributes would not actually be reflected.

There is no other difference or any change in behavior - if you are already using 0.17.0 you do not need to update.

Version 0.17.0 (RC)

0.17.0 is planned to be the final release before 1.0.0. Due to some confusion, we have consistently wavered on the goal of API stability and apologize for it. All maintainers are committed to making sure there are no further breaking changes unless a critical user facing bug or security issue is found. This is it. If you have trouble updating any code, let us know - if it's open source we can even make the change.

General

Note: In an effort to accelerate our work toward a 1.0.0 release, we have skipped the deprecation phase on a number of breaking changes. We apologize for the inconvenience this may have caused. We are very aware that these changes will impact users. If you need assistance in migrating from previous releases, please open a discussion topic at https://github.com/open-telemetry/opentelemetry-java/discussions.

... (truncated)

Changelog

Sourced from opentelemetry-bom's changelog.

Version 1.0.1 - 2021-03-11

Bugfixes

  • AWS resource extensions have been fixed to not throw NullPointerException in actual AWS environment

Version 1.0.0 - 2021-02-26

General

This releases marks the first stable release for the tracing, baggage and context APIs and the SDK. Please see the Versioning document for stability guarantees.

The best source of lsit of the now stable packages can be found in the opentelemetry-bom artifact in maven central.

Javadoc is available at javadoc.io. For example, javadoc.io for the API module.

Changes

  • The opentelemetry-proto module is now versioned as an alpha module, as it contains non-stable metrics and logs signals. It has hence been removed from the main BOM.
  • The opentelemetry-sdk-extension-otproto module has been removed. The classes in it have been moved to a new opentelemetry-exporter-otlp-common module but have been repackaged into an unsupported, internal package.

Metrics (alpha)

Breaking Changes

  • PrometheusCollector.Builder inner class has been moved to the top level as PrometheusCollectorBuilder.

Version 0.17.1 - 2021-02-19

  • Removed the unused ResourceProvider interface from the SDK. This interface is still available in the opentelemetry-sdk-extension-autoconfigure module, where it is actually used.

Version 0.17.0 - 2021-02-17 - RC#3

General

Note: In an effort to accelerate our work toward a 1.0.0 release, we have skipped the deprecation phase on a number of breaking changes. We apologize for the inconvenience this may have caused. We are very aware that these changes will impact users. If you need assistance in migrating from previous releases, please open a discussion topic at

... (truncated)

Commits
  • 7e03e4b Fix AWS detectors to initialize singleton after statics (#3008)
  • 1e83df4 Don't use singleton in resource test (#2970)
  • 6dd3eac Remove the documentation about explicit exceptions thrown when TraceFlags are...
  • 0d467ab Pass unmodifiable list to exporters (#2938)
  • f1c38ef Histogram Aggregation - core SDK - data (#2923)
  • 1102efa Update the docs on the TextMapPropagator to be closer to the specification. (...
  • bf5fa57 Move c-like comment to javadoc in TextMapPropagator (#2930)
  • 18df74e Don't throw on null in propagator implementations. (#2904)
  • b393a58 Have AttributesMap extend HashMap instead of contain LinkedHashMap (#2906)
  • 0b973d9 Defend against null in a few more places. (#2928)
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Mar 12, 2021
@pierDipi pierDipi removed their assignment Mar 14, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 7, 2021

Superseded by #63.

@dependabot dependabot bot closed this Apr 7, 2021
@dependabot dependabot bot deleted the dependabot/maven/data-plane/master/io.opentelemetry-opentelemetry-bom-1.0.1 branch April 7, 2021 05:30
pierDipi pushed a commit that referenced this pull request Dec 22, 2021
…ges_releaes_1.0

[release-v1.0] Actual version for rekt test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant