Skip to content

Commit ec88ff0

Browse files
authored
Update release note for Lambda layers in console (#1273)
*Issue #, if available:* *Description of changes:* Add release note that new Lambda layer versions are not immediately available in console. Will be removed once deployment to Lambda and Application Signals consoles are complete. Also updates release note to not show "-adot1" suffix for upstream Otel versions. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 5037d59 commit ec88ff0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release-build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,8 @@ jobs:
416416
VERSION: ${{ github.event.inputs.version }}
417417
run: |
418418
# Extract versions from dependency files
419-
OTEL_INSTRUMENTATION_VERSION=$(grep "val otelVersion" dependencyManagement/build.gradle.kts | sed 's/.*= "\([^"]*\)".*/\1/')
420-
OTEL_CONTRIB_VERSION=$(grep "io.opentelemetry.contrib:opentelemetry-aws-xray" dependencyManagement/build.gradle.kts | sed 's/.*:\([^"]*\)".*/\1/')
419+
OTEL_INSTRUMENTATION_VERSION=$(grep "val otelVersion" dependencyManagement/build.gradle.kts | sed 's/.*= "\([^"]*\)".*/\1/' | sed 's/-adot1//')
420+
OTEL_CONTRIB_VERSION=$(grep "io.opentelemetry.contrib:opentelemetry-aws-xray" dependencyManagement/build.gradle.kts | sed 's/.*:\([^"]*\)".*/\1/' | sed 's/-adot1//')
421421
422422
# Extract CHANGELOG entries for this version
423423
CHANGELOG_ENTRIES=$(python3 -c "
@@ -454,6 +454,8 @@ jobs:
454454
455455
This release includes the AWS OpenTelemetry Lambda Layer for Java version $VERSION-$(echo $GITHUB_SHA | cut -c1-7).
456456
457+
**Note: the new Lambda Layer versions are not yet deployed to the Lambda and CloudWatch Application Signals consoles. You can add them to your Lambda functions using the AWS CLI.**
458+
457459
Lambda Layer ARNs:
458460
${{ needs.generate-lambda-release-note.outputs.layer-note }}
459461
EOF

0 commit comments

Comments
 (0)