Skip to content

Commit 7346178

Browse files
committed
HL release 0.6.6
1 parent aad552d commit 7346178

File tree

9 files changed

+23
-18
lines changed

9 files changed

+23
-18
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 0.6.6
44
See [migration guide](https://fierycod.github.io/holy-lambda/#/migration-guide)
55

6+
- [bb layer] Upgrade Babashka to v0.7.4
67
- [holy-lambda] Simplify default & async retrievers
78
- [bb tasks] Fix tasks `hl:doctor` command
89
- [holy-lambda] Add images of GraalVM 22.2.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The extraordinary simple, performant, and extensible custom AWS Lambda runtime f
2323

2424
## Non-Goals
2525
- **Tight integration with deployment tools** - I don't want to do this.
26-
- **ClojureScript support** - there is no additional value HL may provide for Clojurescript. Use either [nbb][https://github.com/babashka/nbb] or [shadow-cljs][https://github.com/thheller/shadow-cljs] with advanced compilation.
26+
- **ClojureScript support** - there is no additional value HL may provide for Clojurescript. Use either [nbb](https://github.com/babashka/nbb) or [shadow-cljs](https://github.com/thheller/shadow-cljs) with advanced compilation.
2727

2828
## Companies & Inviduals using Holy Lambda?
2929
- [nextdoc.io](https://nextdoc.io) - 6 native lambdas: api-gateway custom authorizer, file access control, openapi data source etc.
@@ -36,8 +36,8 @@ The extraordinary simple, performant, and extensible custom AWS Lambda runtime f
3636

3737
## Resources
3838
- [Documentation](https://fierycod.github.io/holy-lambda)
39-
- [Docker images with GraalVM CE + native-image (ARM64/AMD64) for Holy Lambda](https://github.com/FieryCod/holy-lambda/pkgs/container/holy-lambda-builder)
40-
- [GraalVM native-image with Clojure docs](https://github.com/clj-easy/graal-docs)
39+
- [HL Builder Images](https://github.com/FieryCod/holy-lambda/pkgs/container/holy-lambda-builder)
40+
- [GraalVM & Clojure](https://github.com/clj-easy/graal-docs)
4141

4242
## Current Version
4343
[![Clojars Project](https://img.shields.io/clojars/v/io.github.FieryCod/holy-lambda?labelColor=283C67&color=729AD1&style=for-the-badge&logo=clojure&logoColor=fff)](https://clojars.org/io.github.FieryCod/holy-lambda)

docs/migration-guide.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Migration Guide
22

3+
## 0.6.5 -> 0.6.6
4+
1. Update `holy-lambda` version in `bb.edn` and `deps.edn`.
5+
2. Use `hl:update-bb-tasks` to update the tasks.
6+
37
## 0.6.4 -> 0.6.5
48
1. Update `holy-lambda` version in `bb.edn` and `deps.edn`.
59
2. Use `hl:update-bb-tasks` to update the tasks.

docs/stable-releases.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Libraries
33
| Artifact name | Version | Purpose |
44
|--------------------------------------------------|---------|----------------------------------------------------------------|
5-
| io.github.FieryCod/holy-lambda | 0.6.5 | Core library / Custom runtime implementation |
5+
| io.github.FieryCod/holy-lambda | 0.6.6 | Core library / Custom runtime implementation |
66
| io.github.FieryCod/holy-lambda-default-retriever | 0.7.0 | Built in library supporting regular responses* |
77
| io.github.FieryCod/holy-lambda-async-retriever | 0.7.0 | Additional support for `Channel<Map\|ByteArray\|nil>` response |
88

@@ -31,7 +31,7 @@ Add to `deps.edn` an additional tuple at `:deps` property
3131
## CLI
3232
| Stable release `:sha` |
3333
|--------------------------------------------|
34-
| `2a69818f57112c62bb31f4fcc1a7b36f4dfd63ac` |
34+
| `aad552d90f9b87929755a13641a8e73468430ba0` |
3535

3636
```clojure bb.edn
3737
{:deps
@@ -44,10 +44,10 @@ Add to `deps.edn` an additional tuple at `:deps` property
4444
All available images: https://github.com/FieryCod/holy-lambda/pkgs/container/holy-lambda-builder/versions
4545

4646
##### Recommended
47-
| Image name | GraalVM | Architecture | Java |
48-
|------------------------------------------------------------|---------|--------------|------|
49-
| ghcr.io/fierycod/holy-lambda-builder:aarch64-java11-21.3.0 | 21.3.0 | ARM64 | 11 |
50-
| ghcr.io/fierycod/holy-lambda-builder:amd64-java11-21.3.0 | 21.3.0 | AMD64 | 11 |
47+
| Image name | GraalVM | Architecture | Java |
48+
|--------------------------------------------------------------|---------|--------------|------|
49+
| ghcr.io/fierycod/holy-lambda-builder:aarch64-java11-22.0.0.2 | 22.0 | ARM64 | 11 |
50+
| ghcr.io/fierycod/holy-lambda-builder:amd64-java11-22.0.0.2 | 22.0 | AMD64 | 11 |
5151

5252
#### Using different Docker image in CLI
5353
```clojure bb.edn
@@ -65,5 +65,5 @@ All available images: https://github.com/FieryCod/holy-lambda/pkgs/container/hol
6565
### Recommended
6666
| Deployable ServerlesRepo Artifact | Babashka | Architecture | Version |
6767
|-------------------------------------------------------------------------------------------------------------------------|----------|--------------|----------|
68-
| [link](https://serverlessrepo.aws.amazon.com/applications/eu-central-1/443526418261/holy-lambda-babashka-runtime-amd64) | 0.7.0 | AMD64 | 21.3.0 |
69-
| [link](https://serverlessrepo.aws.amazon.com/applications/eu-central-1/443526418261/holy-lambda-babashka-runtime-arm64) | 0.7.0 | ARM64 | 21.3.0 |
68+
| [link](https://serverlessrepo.aws.amazon.com/applications/eu-central-1/443526418261/holy-lambda-babashka-runtime-amd64) | 0.7.4 | AMD64 | 0.6.6 |
69+
| [link](https://serverlessrepo.aws.amazon.com/applications/eu-central-1/443526418261/holy-lambda-babashka-runtime-arm64) | 0.7.4 | ARM64 | 0.6.6 |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2a69818f57112c62bb31f4fcc1a7b36f4dfd63ac
1+
aad552d90f9b87929755a13641a8e73468430ba0

modules/holy-lambda-template/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>holy-lambda</groupId>
55
<artifactId>lein-template</artifactId>
66
<packaging>jar</packaging>
7-
<version>0.6.7</version>
7+
<version>0.6.8</version>
88
<name>lein-template</name>
99
<description>Template for holy lambda micro framework</description>
1010
<url>https://github.com/FieryCod/holy-lambda/tree/master/packages/holy-lambda-template</url>

modules/holy-lambda-template/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject holy-lambda/lein-template "0.6.7"
1+
(defproject holy-lambda/lein-template "0.6.8"
22

33
:description "Template for holy lambda micro framework"
44

modules/holy-lambda-template/resources/leiningen/new/holy_lambda/bb.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{:deps {io.github.FieryCod/holy-lambda-babashka-tasks
22
{:git/url "https://github.com/FieryCod/holy-lambda"
33
:deps/root "./modules/holy-lambda-babashka-tasks"
4-
:sha "e3cb94db8f0ac0e8b241afa6d8cba3f0485ff0d4"}
4+
:sha "aad552d90f9b87929755a13641a8e73468430ba0"}
55
io.github.FieryCod/holy-lambda {:mvn/version "0.6.6"}}
66

77
;; Minimal babashka version which should be used in conjuction with holy-lambda

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>io.github.FieryCod</groupId>
55
<artifactId>holy-lambda</artifactId>
66
<packaging>jar</packaging>
7-
<version>0.6.6-SNAPSHOT</version>
7+
<version>0.6.6</version>
88
<name>holy-lambda</name>
99
<description>Micro framework which turns your code into AWS Lambda functions</description>
1010
<url>https://github.com/FieryCod/holy-lambda</url>
@@ -18,7 +18,7 @@
1818
<url>https://github.com/FieryCod/holy-lambda</url>
1919
<connection>scm:git:git://github.com/FieryCod/holy-lambda.git</connection>
2020
<developerConnection>scm:git:ssh://[email protected]/FieryCod/holy-lambda.git</developerConnection>
21-
<tag>6020cc390ca967a9412371ed96c1282c7357e1cd</tag>
21+
<tag>aad552d90f9b87929755a13641a8e73468430ba0</tag>
2222
</scm>
2323
<build>
2424
<sourceDirectory>src</sourceDirectory>
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>io.github.FieryCod</groupId>
7979
<artifactId>holy-lambda-default-retriever</artifactId>
80-
<version>0.5.0</version>
80+
<version>0.7.0</version>
8181
</dependency>
8282
</dependencies>
8383
</project>

0 commit comments

Comments
 (0)