File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 artifact-name : opentelemetry-collector-layer-${{ matrix.architecture }}.zip
129129 layer-name : opentelemetry-collector
130130 architecture : ${{ matrix.architecture }}
131- runtimes : " nodejs16 .x nodejs18 .x nodejs20 .x nodejs22.x java11 java17 java21 python3.9 python3.10 python3.11 python3.12 python3.13"
131+ runtimes : " nodejs20 .x nodejs22 .x nodejs24 .x java11 java17 java21 java25 python3.9 python3.10 python3.11 python3.12 python3.13 python3.14 "
132132 release-group : prod
133133 aws_region : ${{ matrix.aws_region }}
134134 role-arn : ${{ github.event.inputs.role-arn }}
Original file line number Diff line number Diff line change 9595 # architecture:
9696 # If you add a nodejs runtime here, please make sure that the collector/Makefile publish and publish-layer targets
9797 # get updated as well
98- runtimes : nodejs18 .x nodejs20 .x nodejs22 .x
98+ runtimes : nodejs20 .x nodejs22 .x nodejs24 .x
9999 release-group : prod
100100 aws_region : ${{ matrix.aws_region }}
101101 secrets : inherit
Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ package: build
4747
4848.PHONY : publish
4949publish :
50- aws lambda publish-layer-version --layer-name $(LAYER_NAME ) --zip-file fileb://$(BUILD_SPACE ) /opentelemetry-collector-layer-$(GOARCH ) .zip --compatible-runtimes nodejs16 .x nodejs18 .x nodejs20 .x nodejs22.x java11 java17 java21 python3.9 python3.10 python3.11 python3.12 python3.13 --query ' LayerVersionArn' --output text
50+ aws lambda publish-layer-version --layer-name $(LAYER_NAME ) --zip-file fileb://$(BUILD_SPACE ) /opentelemetry-collector-layer-$(GOARCH ) .zip --compatible-runtimes nodejs20 .x nodejs22 .x nodejs24 .x java11 java17 java21 java25 python3.9 python3.10 python3.11 python3.12 python3.13 python3.14 --query ' LayerVersionArn' --output text
5151
5252.PHONY : publish-layer
5353publish-layer : package
5454 @echo Publishing collector extension layer...
55- aws lambda publish-layer-version --layer-name $(LAYER_NAME ) --zip-file fileb://$(BUILD_SPACE ) /opentelemetry-collector-layer-$(GOARCH ) .zip --compatible-runtimes nodejs16 .x nodejs18 .x nodejs20 .x nodejs22.x java11 java17 java21 python3.9 python3.10 python3.11 python3.12 python3.13 --query ' LayerVersionArn' --output text
55+ aws lambda publish-layer-version --layer-name $(LAYER_NAME ) --zip-file fileb://$(BUILD_SPACE ) /opentelemetry-collector-layer-$(GOARCH ) .zip --compatible-runtimes nodejs20 .x nodejs22 .x nodejs24 .x java11 java17 java21 java25 python3.9 python3.10 python3.11 python3.12 python3.13 python3.14 --query ' LayerVersionArn' --output text
5656 @echo OpenTelemetry Collector layer published.
5757
5858.PHONY : set-otelcol-version
You can’t perform that action at this time.
0 commit comments