Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 8464080

Browse files
denobotdsherret
andauthored
1.43.3 (#275)
Co-authored-by: dsherret <dsherret@users.noreply.github.com>
1 parent f79e619 commit 8464080

11 files changed

Lines changed: 17 additions & 17 deletions

File tree

.bmp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.43.2
1+
version: 1.43.3
22
commit: '%.%.%'
33
files:
44
docker/base.dockerfile: ENV DENO_VERSION=%.%.%

docker/base.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM public.ecr.aws/lambda/provided:al2
22

3-
ENV DENO_VERSION=1.43.2
3+
ENV DENO_VERSION=1.43.3
44

55
ENV DENO_DIR=.deno_dir
66
ENV DENO_INSTALL_ROOT=/usr/local

example-docker-container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM denoland/deno-lambda:1.43.2
1+
FROM denoland/deno-lambda:1.43.3
22

33
COPY hello.ts .
44
RUN deno cache hello.ts

example-docker-container/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defined in
1111
Example `Dockerfile` below:
1212

1313
```Dockerfile
14-
FROM denoland/deno-lambda:1.43.2
14+
FROM denoland/deno-lambda:1.43.3
1515

1616
COPY hello.ts .
1717
RUN deno cache hello.ts

tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FROM amazonlinux:2.0.20200722.0
44
# This is _close to_ the Amazon Linux 2 AMI/image used by AWS Lambda.
55

6-
ENV DENO_VERSION=1.43.2
6+
ENV DENO_VERSION=1.43.3
77

88
# Note: We make the deno binary private (via _) so that it's not available in the PATH.
99
# In order for `deno` to be made available in the PATH it must be inserted into ./bin/

tests/test_bundle.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"expected": [
88
{
99
"status": "ok",
10-
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.2 🦕\"}"
10+
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.3 🦕\"}"
1111
},
1212
{
1313
"status": "ok",
14-
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.2 🦕\"}"
14+
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.3 🦕\"}"
1515
}
1616
],
1717
"files": ["hello.bundle.js"],

tests/test_example_zip.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"expected": [
55
{
66
"status": "ok",
7-
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.2 🦕\"}"
7+
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.3 🦕\"}"
88
},
99
{
1010
"status": "ok",
11-
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.2 🦕\"}"
11+
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.3 🦕\"}"
1212
}
1313
],
1414
"files": "deno-lambda-example.zip",

tests/test_js.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"expected": [
55
{
66
"status": "ok",
7-
"content": "{\"statusCode\":200,\"body\":\"Welcome to deno 1.43.2 🦕\"}"
7+
"content": "{\"statusCode\":200,\"body\":\"Welcome to deno 1.43.3 🦕\"}"
88
},
99
{
1010
"status": "ok",
11-
"content": "{\"statusCode\":200,\"body\":\"Welcome to deno 1.43.2 🦕\"}"
11+
"content": "{\"statusCode\":200,\"body\":\"Welcome to deno 1.43.3 🦕\"}"
1212
}
1313
],
1414
"files": ["hello.js"],

tests/test_run_deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"expected": [
55
{
66
"status": "ok",
7-
"content": "{\"out\":\"1.43.2\"}"
7+
"content": "{\"out\":\"1.43.3\"}"
88
},
99
{
1010
"status": "ok",
11-
"content": "{\"out\":\"1.43.2\"}"
11+
"content": "{\"out\":\"1.43.3\"}"
1212
}
1313
],
1414
"files": ["handlers.ts"],

tests/test_self_contained.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"expected": [
55
{
66
"status": "ok",
7-
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.2 🦕\"}"
7+
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.3 🦕\"}"
88
},
99
{
1010
"status": "ok",
11-
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.2 🦕\"}"
11+
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.3 🦕\"}"
1212
}
1313
],
1414
"files": ["hello.ts", "bootstrap", "bin/deno"]

0 commit comments

Comments
 (0)