Skip to content

Commit

Permalink
Upgrade Babashka to 1.3.190 and semantic version to 0.8.0 (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Lowe <[email protected]>
  • Loading branch information
lowecg and lowecg authored Apr 23, 2024
1 parent 1c182ca commit 7484c85
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 20 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.6.8
- [bb layer] Upgrade Babashka to v1.3.190

## 0.6.6
See [migration guide](https://fierycod.github.io/holy-lambda/#/migration-guide)

Expand Down
2 changes: 1 addition & 1 deletion modules/holy-lambda-babashka-layer/Dockerfile-amd64.bb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y wget zip

ENV GITLIBS=".gitlibs/"
ENV CLOJURE_TOOLS_DIR=/opt
ARG BABASHKA_VERSION=0.9.162
ARG BABASHKA_VERSION=1.3.190

COPY bootstrap .
COPY hacks.clj .
Expand Down
2 changes: 1 addition & 1 deletion modules/holy-lambda-babashka-layer/Dockerfile-arm64.bb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y wget zip

ENV GITLIBS=".gitlibs/"
ENV CLOJURE_TOOLS_DIR=/opt
ARG BABASHKA_VERSION=0.9.162
ARG BABASHKA_VERSION=1.3.190

COPY bootstrap .
COPY hacks.clj .
Expand Down
4 changes: 2 additions & 2 deletions modules/holy-lambda-babashka-layer/README-amd64.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
[Holy Lambda](https://github.com/FieryCod/holy-lambda) is an extraordinary simple, performant, and extensible custom AWS Lambda runtime for Clojure.

- Architecture: amd64
- Babashka: 0.9.162
- Semantic version: 0.7.0
- Babashka: 1.3.190
- Semantic version: 0.8.0

# Documentation
The holy-lambda documentation is available [here](https://fierycod.github.io/holy-lambda).
4 changes: 2 additions & 2 deletions modules/holy-lambda-babashka-layer/README-arm64.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
[Holy Lambda](https://github.com/FieryCod/holy-lambda) is an extraordinary simple, performant, and extensible custom AWS Lambda runtime for Clojure.

- Architecture: arm64
- Babashka: 0.9.162
- Semantic version: 0.7.0
- Babashka: 1.3.190
- Semantic version: 0.8.0

# Documentation
The holy-lambda documentation is available [here](https://fierycod.github.io/holy-lambda).
4 changes: 2 additions & 2 deletions modules/holy-lambda-babashka-layer/packaged-amd64.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AWSTemplateFormatVersion: 2010-09-09
Transform: AWS::Serverless-2016-10-31
Description: 'Holy-lambda micro framework babashka compatible runtime/backend layer:
- Architecture: amd64, - Babashka: 0.9.162, - SemanticVersion: 0.7.0
- Architecture: amd64, - Babashka: 1.3.190, - SemanticVersion: 0.8.0
'
Resources:
Expand Down Expand Up @@ -39,7 +39,7 @@ Metadata:
- clojure
SpdxLicenseId: MIT
Description: 'Holy-lambda micro framework babashka compatible runtime/backend
layer: - Architecture: amd64, - Babashka: 0.9.162, - SemanticVersion: 0.7.0
layer: - Architecture: amd64, - Babashka: 1.3.190, - SemanticVersion: 0.8.0
'
LicenseUrl: s3://holy-lambda-babashka-layer/holy-lambda/85789fb51c8e8f53b03fd823913f46a9
Expand Down
4 changes: 2 additions & 2 deletions modules/holy-lambda-babashka-layer/packaged-arm64.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AWSTemplateFormatVersion: 2010-09-09
Transform: AWS::Serverless-2016-10-31
Description: 'Holy-lambda micro framework babashka compatible runtime/backend layer:
- Architecture: arm64, - Babashka: 0.9.162, - SemanticVersion: 0.7.0
- Architecture: arm64, - Babashka: 1.3.190, - SemanticVersion: 0.8.0
'
Resources:
Expand Down Expand Up @@ -39,7 +39,7 @@ Metadata:
- clojure
SpdxLicenseId: MIT
Description: 'Holy-lambda micro framework babashka compatible runtime/backend
layer: - Architecture: arm64, - Babashka: 0.9.162, - SemanticVersion: 0.7.0
layer: - Architecture: arm64, - Babashka: 1.3.190, - SemanticVersion: 0.8.0
'
LicenseUrl: s3://holy-lambda-babashka-layer/holy-lambda/85789fb51c8e8f53b03fd823913f46a9
Expand Down
4 changes: 2 additions & 2 deletions modules/holy-lambda-babashka-layer/publish.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
(def ARCHS #{ARM64 AMD64})
(def FILES #{"README.md.template" "Dockerfile.bb.template" "template.yml.template"})

(def BABASHKA_VERSION "0.9.162")
(def SEMANTIC_VERSION "0.7.0")
(def BABASHKA_VERSION "1.3.190")
(def SEMANTIC_VERSION "0.8.0")

(defn arch->subcord
[arch]
Expand Down
8 changes: 4 additions & 4 deletions modules/holy-lambda-babashka-layer/template-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Transform: AWS::Serverless-2016-10-31
Description: >
Holy-lambda micro framework babashka compatible runtime/backend layer:
- Architecture: amd64,
- Babashka: 0.9.162,
- SemanticVersion: 0.7.0
- Babashka: 1.3.190,
- SemanticVersion: 0.8.0
Resources:
BabashkaLayer:
Expand Down Expand Up @@ -36,8 +36,8 @@ Metadata:
Description: >
Holy-lambda micro framework babashka compatible runtime/backend layer:
- Architecture: amd64,
- Babashka: 0.9.162,
- SemanticVersion: 0.7.0
- Babashka: 1.3.190,
- SemanticVersion: 0.8.0
LicenseUrl: LICENSE
ReadmeUrl: README-amd64.md
SourceCodeUrl: https://github.com/FieryCod/holy-lambda/tree/master/modules/holy-lambda-babashka-layer
8 changes: 4 additions & 4 deletions modules/holy-lambda-babashka-layer/template-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Transform: AWS::Serverless-2016-10-31
Description: >
Holy-lambda micro framework babashka compatible runtime/backend layer:
- Architecture: arm64,
- Babashka: 0.9.162,
- SemanticVersion: 0.7.0
- Babashka: 1.3.190,
- SemanticVersion: 0.8.0
Resources:
BabashkaLayer:
Expand Down Expand Up @@ -36,8 +36,8 @@ Metadata:
Description: >
Holy-lambda micro framework babashka compatible runtime/backend layer:
- Architecture: arm64,
- Babashka: 0.9.162,
- SemanticVersion: 0.7.0
- Babashka: 1.3.190,
- SemanticVersion: 0.8.0
LicenseUrl: LICENSE
ReadmeUrl: README-arm64.md
SourceCodeUrl: https://github.com/FieryCod/holy-lambda/tree/master/modules/holy-lambda-babashka-layer

0 comments on commit 7484c85

Please sign in to comment.