generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 28
Merge SDK and Lambda Releases #461
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
Merged
ezhang6811
merged 16 commits into
aws-observability:main
from
ezhang6811:zhaez/merge-releases
Oct 21, 2025
Merged
Merge SDK and Lambda Releases #461
ezhang6811
merged 16 commits into
aws-observability:main
from
ezhang6811:zhaez/merge-releases
Oct 21, 2025
Conversation
This file contains hidden or 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
thpierce
reviewed
Sep 11, 2025
Co-authored-by: Thomas Pierce <[email protected]>
thpierce
previously approved these changes
Sep 12, 2025
Contributor
thpierce
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not merge until new release process is ready for release.
thpierce
approved these changes
Oct 21, 2025
Contributor
thpierce
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes since I last reviewed are unrelated rebasing.
ezhang6811
added a commit
to ezhang6811/aws-otel-python-instrumentation
that referenced
this pull request
Oct 22, 2025
*Issue #, if available:* *Description of changes:* We plan to consolidate our ADOT SDK and Lambda layer releases for future versions. This PR merges the Lambda release workflow into the main release workflow, and publishes the layer artifacts and ARN notes to the same Github release as the SDK. The release build workflow also now includes the SDK release notes with our upstream Otel dependency versions to eliminate the manual effort needed when updating release notes. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --------- Co-authored-by: Thomas Pierce <[email protected]>
ezhang6811
added a commit
that referenced
this pull request
Oct 22, 2025
*Issue #, if available:* *Description of changes:* DO NOT MERGE until #461 has been merged. Add CHANGELOG entries to Github release notes and use headers to separate new changes, upstream components, release artifacts, and Lambda layer ARNs. Tested in my own repo: https://github.com/ezhang6811/release-workflow-test/actions/runs/18236310430/job/51930597871 Mock release created: https://github.com/ezhang6811/release-workflow-test/releases/tag/v2.0.1 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --------- Co-authored-by: Thomas Pierce <[email protected]>
ezhang6811
added a commit
to ezhang6811/aws-otel-python-instrumentation
that referenced
this pull request
Oct 22, 2025
*Issue #, if available:* *Description of changes:* DO NOT MERGE until aws-observability#461 has been merged. Add CHANGELOG entries to Github release notes and use headers to separate new changes, upstream components, release artifacts, and Lambda layer ARNs. Tested in my own repo: https://github.com/ezhang6811/release-workflow-test/actions/runs/18236310430/job/51930597871 Mock release created: https://github.com/ezhang6811/release-workflow-test/releases/tag/v2.0.1 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --------- Co-authored-by: Thomas Pierce <[email protected]>
thpierce
added a commit
that referenced
this pull request
Oct 22, 2025
*Issue #, if available:* *Description of changes:* Applied #461 and #487 to the release/v0.12.x branch. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --------- Co-authored-by: Thomas Pierce <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Issue #, if available:
Description of changes:
We plan to consolidate our ADOT SDK and Lambda layer releases for future versions. This PR merges the Lambda release workflow into the main release workflow, and publishes the layer artifacts and ARN notes to the same Github release as the SDK.
The release build workflow also now includes the SDK release notes with our upstream Otel dependency versions to eliminate the manual effort needed when updating release notes.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.