Skip to content

Commit bde3428

Browse files
committed
Release babashka layer 0.6.6 with bb 0.7.4
1 parent 5d0031c commit bde3428

File tree

9 files changed

+27
-23
lines changed

9 files changed

+27
-23
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
# Test
174174
output=$(sam local invoke "ExampleLambdaFunction" 2> /dev/null | jq .body -r) && \
175175
echo "$output" && \
176-
bb -e "(assert (= \"$output\" \"Hello world. Babashka is sweet friend of mine! Babashka version: 0.7.0\"))"
176+
bb -e "(assert (= \"$output\" \"Hello world. Babashka is sweet friend of mine! Babashka version: 0.7.4\"))"
177177
178178
workingDirectory: ${{variables.WORKING_DIRECTORY}}
179179
displayName: 'Basic babashka invoke'

modules/holy-lambda-babashka-layer/Dockerfile-amd64.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y wget zip
66

77
ENV GITLIBS=".gitlibs/"
88
ENV CLOJURE_TOOLS_DIR=/opt
9-
ARG BABASHKA_VERSION=0.7.0
9+
ARG BABASHKA_VERSION=0.7.4
1010

1111
COPY bootstrap .
1212
COPY hacks.clj .

modules/holy-lambda-babashka-layer/Dockerfile-arm64.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y wget zip
66

77
ENV GITLIBS=".gitlibs/"
88
ENV CLOJURE_TOOLS_DIR=/opt
9-
ARG BABASHKA_VERSION=0.7.0
9+
ARG BABASHKA_VERSION=0.7.4
1010

1111
COPY bootstrap .
1212
COPY hacks.clj .

modules/holy-lambda-babashka-layer/README-amd64.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
[Holy Lambda](https://github.com/FieryCod/holy-lambda) is an extraordinary simple, performant, and extensible custom AWS Lambda runtime for Clojure.
33

44
- Architecture: amd64
5-
- Babashka: 0.7.0
6-
- Semantic version: 0.6.5
5+
- Babashka: 0.7.4
6+
- Semantic version: 0.6.6
77

88
# Documentation
99
The holy-lambda documentation is available [here](https://fierycod.github.io/holy-lambda).

modules/holy-lambda-babashka-layer/README-arm64.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
[Holy Lambda](https://github.com/FieryCod/holy-lambda) is an extraordinary simple, performant, and extensible custom AWS Lambda runtime for Clojure.
33

44
- Architecture: arm64
5-
- Babashka: 0.7.0
6-
- Semantic version: 0.6.5
5+
- Babashka: 0.7.4
6+
- Semantic version: 0.6.6
77

88
# Documentation
99
The holy-lambda documentation is available [here](https://fierycod.github.io/holy-lambda).

modules/holy-lambda-babashka-layer/packaged-amd64.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AWSTemplateFormatVersion: 2010-09-09
22
Transform: AWS::Serverless-2016-10-31
33
Description: 'Holy-lambda micro framework babashka compatible runtime/backend layer:
4-
- Architecture: amd64, - Babashka: 0.7.0, - SemanticVersion: 0.6.5
4+
- Architecture: amd64, - Babashka: 0.7.4, - SemanticVersion: 0.6.6
55
66
'
77
Resources:
@@ -11,14 +11,16 @@ Resources:
1111
LayerName: holy-lambda-babashka-runtime-amd64
1212
Description: holy-lambda micro framework babashka compatible backend layer for
1313
amd64.
14-
ContentUri: s3://holy-lambda-babashka-layer/holy-lambda/9cfac1d2ff928bbd29df4549431965a8
14+
ContentUri: s3://holy-lambda-babashka-layer/holy-lambda/490c78e1195fe17df7ad060a52342556
1515
CompatibleArchitectures:
1616
- x86_64
1717
CompatibleRuntimes:
1818
- provided
1919
- provided.al2
2020
LicenseInfo: https://github.com/FieryCod/holy-lambda/tree/master/modules/holy-lambda-babashka-layer/LICENSE
2121
RetentionPolicy: Retain
22+
Metadata:
23+
SamResourceId: BabashkaLayer
2224
Outputs:
2325
LayerVersion:
2426
Description: Layer ARN Reference
@@ -37,9 +39,9 @@ Metadata:
3739
- clojure
3840
SpdxLicenseId: MIT
3941
Description: 'Holy-lambda micro framework babashka compatible runtime/backend
40-
layer: - Architecture: amd64, - Babashka: 0.7.0, - SemanticVersion: 0.6.5
42+
layer: - Architecture: amd64, - Babashka: 0.7.4, - SemanticVersion: 0.6.6
4143
4244
'
4345
LicenseUrl: s3://holy-lambda-babashka-layer/holy-lambda/85789fb51c8e8f53b03fd823913f46a9
44-
ReadmeUrl: s3://holy-lambda-babashka-layer/holy-lambda/b5c127b4f0cec7d9f88e455a906a9727
46+
ReadmeUrl: s3://holy-lambda-babashka-layer/holy-lambda/89b38968076c328a94d50b6f5180c5df
4547
SourceCodeUrl: https://github.com/FieryCod/holy-lambda/tree/master/modules/holy-lambda-babashka-layer

modules/holy-lambda-babashka-layer/packaged-arm64.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AWSTemplateFormatVersion: 2010-09-09
22
Transform: AWS::Serverless-2016-10-31
33
Description: 'Holy-lambda micro framework babashka compatible runtime/backend layer:
4-
- Architecture: arm64, - Babashka: 0.7.0, - SemanticVersion: 0.6.5
4+
- Architecture: arm64, - Babashka: 0.7.4, - SemanticVersion: 0.6.6
55
66
'
77
Resources:
@@ -11,14 +11,16 @@ Resources:
1111
LayerName: holy-lambda-babashka-runtime-arm64
1212
Description: holy-lambda micro framework babashka compatible backend layer for
1313
arm64.
14-
ContentUri: s3://holy-lambda-babashka-layer/holy-lambda/ba2f1cb781441053cc1d25a39f5a6b6d
14+
ContentUri: s3://holy-lambda-babashka-layer/holy-lambda/16ef61c588f4bf4a90bb9018dc9f8161
1515
CompatibleArchitectures:
1616
- arm64
1717
CompatibleRuntimes:
1818
- provided
1919
- provided.al2
2020
LicenseInfo: https://github.com/FieryCod/holy-lambda/tree/master/modules/holy-lambda-babashka-layer/LICENSE
2121
RetentionPolicy: Retain
22+
Metadata:
23+
SamResourceId: BabashkaLayer
2224
Outputs:
2325
LayerVersion:
2426
Description: Layer ARN Reference
@@ -37,9 +39,9 @@ Metadata:
3739
- clojure
3840
SpdxLicenseId: MIT
3941
Description: 'Holy-lambda micro framework babashka compatible runtime/backend
40-
layer: - Architecture: arm64, - Babashka: 0.7.0, - SemanticVersion: 0.6.5
42+
layer: - Architecture: arm64, - Babashka: 0.7.4, - SemanticVersion: 0.6.6
4143
4244
'
4345
LicenseUrl: s3://holy-lambda-babashka-layer/holy-lambda/85789fb51c8e8f53b03fd823913f46a9
44-
ReadmeUrl: s3://holy-lambda-babashka-layer/holy-lambda/a2d6498f11c92b917f7829b58d3283d0
46+
ReadmeUrl: s3://holy-lambda-babashka-layer/holy-lambda/76f21b56dbe27efb27cee2137565a53d
4547
SourceCodeUrl: https://github.com/FieryCod/holy-lambda/tree/master/modules/holy-lambda-babashka-layer

modules/holy-lambda-babashka-layer/template-amd64.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Transform: AWS::Serverless-2016-10-31
33
Description: >
44
Holy-lambda micro framework babashka compatible runtime/backend layer:
55
- Architecture: amd64,
6-
- Babashka: 0.7.0,
7-
- SemanticVersion: 0.6.5
6+
- Babashka: 0.7.4,
7+
- SemanticVersion: 0.6.6
88
99
Resources:
1010
BabashkaLayer:
@@ -36,8 +36,8 @@ Metadata:
3636
Description: >
3737
Holy-lambda micro framework babashka compatible runtime/backend layer:
3838
- Architecture: amd64,
39-
- Babashka: 0.7.0,
40-
- SemanticVersion: 0.6.5
39+
- Babashka: 0.7.4,
40+
- SemanticVersion: 0.6.6
4141
LicenseUrl: LICENSE
4242
ReadmeUrl: README-amd64.md
4343
SourceCodeUrl: https://github.com/FieryCod/holy-lambda/tree/master/modules/holy-lambda-babashka-layer

modules/holy-lambda-babashka-layer/template-arm64.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Transform: AWS::Serverless-2016-10-31
33
Description: >
44
Holy-lambda micro framework babashka compatible runtime/backend layer:
55
- Architecture: arm64,
6-
- Babashka: 0.7.0,
7-
- SemanticVersion: 0.6.5
6+
- Babashka: 0.7.4,
7+
- SemanticVersion: 0.6.6
88
99
Resources:
1010
BabashkaLayer:
@@ -36,8 +36,8 @@ Metadata:
3636
Description: >
3737
Holy-lambda micro framework babashka compatible runtime/backend layer:
3838
- Architecture: arm64,
39-
- Babashka: 0.7.0,
40-
- SemanticVersion: 0.6.5
39+
- Babashka: 0.7.4,
40+
- SemanticVersion: 0.6.6
4141
LicenseUrl: LICENSE
4242
ReadmeUrl: README-arm64.md
4343
SourceCodeUrl: https://github.com/FieryCod/holy-lambda/tree/master/modules/holy-lambda-babashka-layer

0 commit comments

Comments
 (0)