Skip to content

Commit

Permalink
New release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FieryCod committed Oct 29, 2021
1 parent eb299bf commit 6cad44f
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
hl:version holy-lambda.tasks/hl:version}}
```

3. Replace the `:sha` in `bb.edn` with the newest tag version: `9e638fabae3506a3cbecefd375beda4774ae29fe`
3. Replace the `:sha` in `bb.edn` with the newest tag version: `eb299bf6e380bcc8e484e80f8f16363bc5deb41c`
4. Remove `:mvn/local-repo` property from `deps.edn`
5. Replace `:uberjar` alias in `deps.edn` with the following:
```clojure
Expand Down
2 changes: 1 addition & 1 deletion docs/stable-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add to `deps.edn` an additional tuple at `:deps` property
## CLI
| Stable release `:sha` |
|--------------------------------------------|
| `9e638fabae3506a3cbecefd375beda4774ae29fe` |
| `eb299bf6e380bcc8e484e80f8f16363bc5deb41c` |

```clojure bb.edn
{:deps
Expand Down
2 changes: 1 addition & 1 deletion modules/holy-lambda-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>holy-lambda</groupId>
<artifactId>lein-template</artifactId>
<packaging>jar</packaging>
<version>0.5.3</version>
<version>0.5.5</version>
<name>lein-template</name>
<description>Template for holy lambda micro framework</description>
<url>https://github.com/FieryCod/holy-lambda/tree/master/packages/holy-lambda-template</url>
Expand Down
2 changes: 1 addition & 1 deletion modules/holy-lambda-template/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject holy-lambda/lein-template "0.5.3"
(defproject holy-lambda/lein-template "0.5.5"

:description "Template for holy lambda micro framework"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{:deps {io.github.FieryCod/holy-lambda-babashka-tasks
{:git/url "https://github.com/FieryCod/holy-lambda"
:deps/root "./modules/holy-lambda-babashka-tasks"
:sha "9e638fabae3506a3cbecefd375beda4774ae29fe"}}
:sha "eb299bf6e380bcc8e484e80f8f16363bc5deb41c"}}

;; Minimal babashka version which should be used in conjuction with holy-lambda
:min-bb-version "0.3.7"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Resources:
HelloEvent:
Type: HttpApi
Properties:
ApiId: !Ref ServerlessHttpApi
ApiId: !Ref ExampleHttpApi
Path: /
Method: GET
# For docker based deployments
Expand All @@ -48,9 +48,6 @@ Resources:

ExampleHttpApi:
Type: AWS::Serverless::HttpApi
DeletionPolicy: Retain
Properties:
StageName: Prod

Outputs:
ExampleLambdaEndpoint:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>io.github.FieryCod</groupId>
<artifactId>holy-lambda</artifactId>
<packaging>jar</packaging>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
<name>holy-lambda</name>
<description>Micro framework which turns your code into AWS Lambda functions</description>
<url>https://github.com/FieryCod/holy-lambda</url>
Expand All @@ -18,7 +18,7 @@
<url>https://github.com/FieryCod/holy-lambda</url>
<connection>scm:git:git://github.com/FieryCod/holy-lambda.git</connection>
<developerConnection>scm:git:ssh://[email protected]/FieryCod/holy-lambda.git</developerConnection>
<tag>61967144defbbc214134bbad9b8e58fd9695ef11</tag>
<tag>eb299bf6e380bcc8e484e80f8f16363bc5deb41c</tag>
</scm>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.github.FieryCod/holy-lambda "0.5.1-SNAPSHOT"
(defproject io.github.FieryCod/holy-lambda "0.6.0"
:description "Micro framework which turns your code into AWS Lambda functions"

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

0 comments on commit 6cad44f

Please sign in to comment.