-
Notifications
You must be signed in to change notification settings - Fork 785
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
[repo] Add ReleaseNotes.md to include features shipped in stable release #5772
Merged
CodeBlanch
merged 10 commits into
open-telemetry:main
from
vishweshbankwar:vibankwa/edit-1.9.0-changelog
Aug 7, 2024
Merged
[repo] Add ReleaseNotes.md to include features shipped in stable release #5772
CodeBlanch
merged 10 commits into
open-telemetry:main
from
vishweshbankwar:vibankwa/edit-1.9.0-changelog
Aug 7, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
the
pkg:OpenTelemetry
Issues related to OpenTelemetry NuGet package
label
Aug 5, 2024
cijothomas
approved these changes
Aug 5, 2024
rajkumar-rangaraj
approved these changes
Aug 5, 2024
CodeBlanch
reviewed
Aug 5, 2024
cijothomas
reviewed
Aug 5, 2024
vishweshbankwar
commented
Aug 7, 2024
vishweshbankwar
changed the title
Edit 1.9.0 changelog
Add ReleaseNotes.md to include features shipped in stable release
Aug 7, 2024
CodeBlanch
reviewed
Aug 7, 2024
github-actions
bot
added
documentation
Documentation related
infra
Infra work - CI/CD, code coverage, linters
labels
Aug 7, 2024
CodeBlanch
reviewed
Aug 7, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5772 +/- ##
==========================================
+ Coverage 83.38% 86.35% +2.96%
==========================================
Files 297 256 -41
Lines 12531 11102 -1429
==========================================
- Hits 10449 9587 -862
+ Misses 2082 1515 -567
Flags with carried forward coverage won't be shown. Click here to find out more. |
github-actions
bot
added
pkg:OpenTelemetry.Api.ProviderBuilderExtensions
Issues related to OpenTelemetry.Api.ProviderBuilderExtensions NuGet package
pkg:OpenTelemetry.Api
Issues related to OpenTelemetry.Api NuGet package
pkg:OpenTelemetry.Exporter.Console
Issues related to OpenTelemetry.Exporter.Console NuGet package
pkg:OpenTelemetry.Exporter.InMemory
Issues related to OpenTelemetry.Exporter.InMemory NuGet package
pkg:OpenTelemetry.Exporter.OpenTelemetryProtocol
Issues related to OpenTelemetry.Exporter.OpenTelemetryProtocol NuGet package
pkg:OpenTelemetry.Exporter.Prometheus.AspNetCore
Issues related to OpenTelemetry.Exporter.Prometheus.AspNetCore NuGet package
pkg:OpenTelemetry.Exporter.Prometheus.HttpListener
Issues related to OpenTelemetry.Exporter.Prometheus.HttpListener NuGet package
labels
Aug 7, 2024
github-actions
bot
added
pkg:OpenTelemetry.Exporter.Zipkin
Issues related to OpenTelemetry.Exporter.Zipkin NuGet package
pkg:OpenTelemetry.Extensions.Hosting
Issues related to OpenTelemetry.Extensions.Hosting NuGet package
pkg:OpenTelemetry.Extensions.Propagators
Issues related to OpenTelemetry.Extensions.Propagators NuGet package
pkg:OpenTelemetry.Shims.OpenTracing
Issues related to OpenTelemetry.Shims.OpenTracing NuGet package
labels
Aug 7, 2024
CodeBlanch
changed the title
Add ReleaseNotes.md to include features shipped in stable release
[repo] Add ReleaseNotes.md to include features shipped in stable release
Aug 7, 2024
Thank you! |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
documentation
Documentation related
infra
Infra work - CI/CD, code coverage, linters
pkg:OpenTelemetry.Api.ProviderBuilderExtensions
Issues related to OpenTelemetry.Api.ProviderBuilderExtensions NuGet package
pkg:OpenTelemetry.Api
Issues related to OpenTelemetry.Api NuGet package
pkg:OpenTelemetry.Exporter.Console
Issues related to OpenTelemetry.Exporter.Console NuGet package
pkg:OpenTelemetry.Exporter.InMemory
Issues related to OpenTelemetry.Exporter.InMemory NuGet package
pkg:OpenTelemetry.Exporter.OpenTelemetryProtocol
Issues related to OpenTelemetry.Exporter.OpenTelemetryProtocol NuGet package
pkg:OpenTelemetry.Exporter.Prometheus.AspNetCore
Issues related to OpenTelemetry.Exporter.Prometheus.AspNetCore NuGet package
pkg:OpenTelemetry.Exporter.Prometheus.HttpListener
Issues related to OpenTelemetry.Exporter.Prometheus.HttpListener NuGet package
pkg:OpenTelemetry.Exporter.Zipkin
Issues related to OpenTelemetry.Exporter.Zipkin NuGet package
pkg:OpenTelemetry.Extensions.Hosting
Issues related to OpenTelemetry.Extensions.Hosting NuGet package
pkg:OpenTelemetry.Extensions.Propagators
Issues related to OpenTelemetry.Extensions.Propagators NuGet package
pkg:OpenTelemetry.Shims.OpenTracing
Issues related to OpenTelemetry.Shims.OpenTracing NuGet package
pkg:OpenTelemetry
Issues related to OpenTelemetry NuGet package
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #
Design discussion issue #
Changes
Introduces a new file
ReleaseNotes.md
for adding the announcements related to the stable releases. This will help with easy access to information on new features added for that particular release. As an example, It's not obvious from the changelog that the exemplars support is now stable. ReleaseNotes.md will help with that.Merge requirement checklist
CHANGELOG.md
files updated for non-trivial changes