Skip to content

Commit

Permalink
chore(craft): Publish only aws v8 layer (#14703)
Browse files Browse the repository at this point in the history
The v8 branch should not publish to the latest layer.
  • Loading branch information
andreiborza authored Dec 16, 2024
1 parent f6ef5a1 commit 85952db
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ targets:
id: '@sentry-internal/eslint-config-sdk'
includeNames: /^sentry-internal-eslint-config-sdk-\d.*\.tgz$/

# TODO(v9): Remove this target
# NOTE: We publish the v8 layer under its own name so people on v8 can still get patches
# whenever we release a new v8 version—otherwise we would overwrite the current major lambda layer.
- name: aws-lambda-layer
Expand All @@ -159,21 +158,6 @@ targets:
- nodejs20.x
license: MIT

# AWS Lambda Layer target
- name: aws-lambda-layer
includeNames: /^sentry-node-serverless-\d+.\d+.\d+(-(beta|alpha|rc)\.\d+)?\.zip$/
layerName: SentryNodeServerlessSDK
compatibleRuntimes:
- name: node
versions:
- nodejs10.x
- nodejs12.x
- nodejs14.x
- nodejs16.x
- nodejs18.x
- nodejs20.x
license: MIT

# CDN Bundle Target
- name: gcs
id: 'browser-cdn-bundles'
Expand Down

0 comments on commit 85952db

Please sign in to comment.