Skip to content

Commit 6cad44f

Browse files
New release 0.6.0
1 parent eb299bf commit 6cad44f

8 files changed

Lines changed: 9 additions & 12 deletions

File tree

docs/migration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
hl:version holy-lambda.tasks/hl:version}}
2424
```
2525

26-
3. Replace the `:sha` in `bb.edn` with the newest tag version: `9e638fabae3506a3cbecefd375beda4774ae29fe`
26+
3. Replace the `:sha` in `bb.edn` with the newest tag version: `eb299bf6e380bcc8e484e80f8f16363bc5deb41c`
2727
4. Remove `:mvn/local-repo` property from `deps.edn`
2828
5. Replace `:uberjar` alias in `deps.edn` with the following:
2929
```clojure

docs/stable-releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add to `deps.edn` an additional tuple at `:deps` property
3131
## CLI
3232
| Stable release `:sha` |
3333
|--------------------------------------------|
34-
| `9e638fabae3506a3cbecefd375beda4774ae29fe` |
34+
| `eb299bf6e380bcc8e484e80f8f16363bc5deb41c` |
3535

3636
```clojure bb.edn
3737
{:deps

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.5.3</version>
7+
<version>0.5.5</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.5.3"
1+
(defproject holy-lambda/lein-template "0.5.5"
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 "9e638fabae3506a3cbecefd375beda4774ae29fe"}}
4+
:sha "eb299bf6e380bcc8e484e80f8f16363bc5deb41c"}}
55

66
;; Minimal babashka version which should be used in conjuction with holy-lambda
77
:min-bb-version "0.3.7"

modules/holy-lambda-template/resources/leiningen/new/holy_lambda/template.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Resources:
3737
HelloEvent:
3838
Type: HttpApi
3939
Properties:
40-
ApiId: !Ref ServerlessHttpApi
40+
ApiId: !Ref ExampleHttpApi
4141
Path: /
4242
Method: GET
4343
# For docker based deployments
@@ -48,9 +48,6 @@ Resources:
4848

4949
ExampleHttpApi:
5050
Type: AWS::Serverless::HttpApi
51-
DeletionPolicy: Retain
52-
Properties:
53-
StageName: Prod
5451

5552
Outputs:
5653
ExampleLambdaEndpoint:

pom.xml

Lines changed: 2 additions & 2 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.5.1-SNAPSHOT</version>
7+
<version>0.6.0</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://git@github.com/FieryCod/holy-lambda.git</developerConnection>
21-
<tag>61967144defbbc214134bbad9b8e58fd9695ef11</tag>
21+
<tag>eb299bf6e380bcc8e484e80f8f16363bc5deb41c</tag>
2222
</scm>
2323
<build>
2424
<sourceDirectory>src</sourceDirectory>

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject io.github.FieryCod/holy-lambda "0.5.1-SNAPSHOT"
1+
(defproject io.github.FieryCod/holy-lambda "0.6.0"
22
:description "Micro framework which turns your code into AWS Lambda functions"
33

44
:url "https://github.com/FieryCod/holy-lambda"

0 commit comments

Comments
 (0)