Skip to content

Commit

Permalink
1.43.2 (#274)
Browse files Browse the repository at this point in the history
Co-authored-by: nathanwhit <nathanwhit@users.noreply.github.com>
  • Loading branch information
denobot and nathanwhit committed May 9, 2024
1 parent 1b49b33 commit f79e619
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .bmp.yml
@@ -1,4 +1,4 @@
version: 1.43.1
version: 1.43.2
commit: '%.%.%'
files:
docker/base.dockerfile: ENV DENO_VERSION=%.%.%
Expand Down
2 changes: 1 addition & 1 deletion docker/base.dockerfile
@@ -1,6 +1,6 @@
FROM public.ecr.aws/lambda/provided:al2

ENV DENO_VERSION=1.43.1
ENV DENO_VERSION=1.43.2

ENV DENO_DIR=.deno_dir
ENV DENO_INSTALL_ROOT=/usr/local
Expand Down
2 changes: 1 addition & 1 deletion example-docker-container/Dockerfile
@@ -1,4 +1,4 @@
FROM denoland/deno-lambda:1.43.1
FROM denoland/deno-lambda:1.43.2

COPY hello.ts .
RUN deno cache hello.ts
Expand Down
2 changes: 1 addition & 1 deletion example-docker-container/README.md
Expand Up @@ -11,7 +11,7 @@ defined in
Example `Dockerfile` below:

```Dockerfile
FROM denoland/deno-lambda:1.43.1
FROM denoland/deno-lambda:1.43.2

COPY hello.ts .
RUN deno cache hello.ts
Expand Down
2 changes: 1 addition & 1 deletion tests/Dockerfile
Expand Up @@ -3,7 +3,7 @@
FROM amazonlinux:2.0.20200722.0
# This is _close to_ the Amazon Linux 2 AMI/image used by AWS Lambda.

ENV DENO_VERSION=1.43.1
ENV DENO_VERSION=1.43.2

# Note: We make the deno binary private (via _) so that it's not available in the PATH.
# In order for `deno` to be made available in the PATH it must be inserted into ./bin/
Expand Down
4 changes: 2 additions & 2 deletions tests/test_bundle.json
Expand Up @@ -7,11 +7,11 @@
"expected": [
{
"status": "ok",
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.1 🦕\"}"
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.2 🦕\"}"
},
{
"status": "ok",
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.1 🦕\"}"
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.2 🦕\"}"
}
],
"files": ["hello.bundle.js"],
Expand Down
4 changes: 2 additions & 2 deletions tests/test_example_zip.json
Expand Up @@ -4,11 +4,11 @@
"expected": [
{
"status": "ok",
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.1 🦕\"}"
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.2 🦕\"}"
},
{
"status": "ok",
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.1 🦕\"}"
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.2 🦕\"}"
}
],
"files": "deno-lambda-example.zip",
Expand Down
4 changes: 2 additions & 2 deletions tests/test_js.json
Expand Up @@ -4,11 +4,11 @@
"expected": [
{
"status": "ok",
"content": "{\"statusCode\":200,\"body\":\"Welcome to deno 1.43.1 🦕\"}"
"content": "{\"statusCode\":200,\"body\":\"Welcome to deno 1.43.2 🦕\"}"
},
{
"status": "ok",
"content": "{\"statusCode\":200,\"body\":\"Welcome to deno 1.43.1 🦕\"}"
"content": "{\"statusCode\":200,\"body\":\"Welcome to deno 1.43.2 🦕\"}"
}
],
"files": ["hello.js"],
Expand Down
4 changes: 2 additions & 2 deletions tests/test_run_deno.json
Expand Up @@ -4,11 +4,11 @@
"expected": [
{
"status": "ok",
"content": "{\"out\":\"1.43.1\"}"
"content": "{\"out\":\"1.43.2\"}"
},
{
"status": "ok",
"content": "{\"out\":\"1.43.1\"}"
"content": "{\"out\":\"1.43.2\"}"
}
],
"files": ["handlers.ts"],
Expand Down
4 changes: 2 additions & 2 deletions tests/test_self_contained.json
Expand Up @@ -4,11 +4,11 @@
"expected": [
{
"status": "ok",
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.1 🦕\"}"
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.2 🦕\"}"
},
{
"status": "ok",
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.1 🦕\"}"
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.2 🦕\"}"
}
],
"files": ["hello.ts", "bootstrap", "bin/deno"]
Expand Down
4 changes: 2 additions & 2 deletions tests/test_simple.json
Expand Up @@ -4,11 +4,11 @@
"expected": [
{
"status": "ok",
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.1 🦕\"}"
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.2 🦕\"}"
},
{
"status": "ok",
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.1 🦕\"}"
"content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.43.2 🦕\"}"
}
],
"files": ["hello.ts"],
Expand Down

0 comments on commit f79e619

Please sign in to comment.