From 6cad44f1787747ff987250f500a886490f031d53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20W=C3=B3jcik?= Date: Fri, 29 Oct 2021 21:06:18 +0200 Subject: [PATCH] New release 0.6.0 --- docs/migration-guide.md | 2 +- docs/stable-releases.md | 2 +- modules/holy-lambda-template/pom.xml | 2 +- modules/holy-lambda-template/project.clj | 2 +- .../resources/leiningen/new/holy_lambda/bb.edn | 2 +- .../resources/leiningen/new/holy_lambda/template.yml | 5 +---- pom.xml | 4 ++-- project.clj | 2 +- 8 files changed, 9 insertions(+), 12 deletions(-) diff --git a/docs/migration-guide.md b/docs/migration-guide.md index e3e989e2..affb95dd 100644 --- a/docs/migration-guide.md +++ b/docs/migration-guide.md @@ -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 diff --git a/docs/stable-releases.md b/docs/stable-releases.md index e36aa8df..9fb2ddb3 100644 --- a/docs/stable-releases.md +++ b/docs/stable-releases.md @@ -31,7 +31,7 @@ Add to `deps.edn` an additional tuple at `:deps` property ## CLI | Stable release `:sha` | |--------------------------------------------| - | `9e638fabae3506a3cbecefd375beda4774ae29fe` | + | `eb299bf6e380bcc8e484e80f8f16363bc5deb41c` | ```clojure bb.edn {:deps diff --git a/modules/holy-lambda-template/pom.xml b/modules/holy-lambda-template/pom.xml index b800dfd0..cb9ae5be 100644 --- a/modules/holy-lambda-template/pom.xml +++ b/modules/holy-lambda-template/pom.xml @@ -4,7 +4,7 @@ holy-lambda lein-template jar - 0.5.3 + 0.5.5 lein-template Template for holy lambda micro framework https://github.com/FieryCod/holy-lambda/tree/master/packages/holy-lambda-template diff --git a/modules/holy-lambda-template/project.clj b/modules/holy-lambda-template/project.clj index 0b2e5018..5ee012f3 100644 --- a/modules/holy-lambda-template/project.clj +++ b/modules/holy-lambda-template/project.clj @@ -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" diff --git a/modules/holy-lambda-template/resources/leiningen/new/holy_lambda/bb.edn b/modules/holy-lambda-template/resources/leiningen/new/holy_lambda/bb.edn index 1dd16733..6e4b6ea0 100644 --- a/modules/holy-lambda-template/resources/leiningen/new/holy_lambda/bb.edn +++ b/modules/holy-lambda-template/resources/leiningen/new/holy_lambda/bb.edn @@ -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" diff --git a/modules/holy-lambda-template/resources/leiningen/new/holy_lambda/template.yml b/modules/holy-lambda-template/resources/leiningen/new/holy_lambda/template.yml index 7df4adbe..22fbf6b5 100644 --- a/modules/holy-lambda-template/resources/leiningen/new/holy_lambda/template.yml +++ b/modules/holy-lambda-template/resources/leiningen/new/holy_lambda/template.yml @@ -37,7 +37,7 @@ Resources: HelloEvent: Type: HttpApi Properties: - ApiId: !Ref ServerlessHttpApi + ApiId: !Ref ExampleHttpApi Path: / Method: GET # For docker based deployments @@ -48,9 +48,6 @@ Resources: ExampleHttpApi: Type: AWS::Serverless::HttpApi - DeletionPolicy: Retain - Properties: - StageName: Prod Outputs: ExampleLambdaEndpoint: diff --git a/pom.xml b/pom.xml index 51dbf68f..167ab53a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.github.FieryCod holy-lambda jar - 0.5.1-SNAPSHOT + 0.6.0 holy-lambda Micro framework which turns your code into AWS Lambda functions https://github.com/FieryCod/holy-lambda @@ -18,7 +18,7 @@ https://github.com/FieryCod/holy-lambda scm:git:git://github.com/FieryCod/holy-lambda.git scm:git:ssh://git@github.com/FieryCod/holy-lambda.git - 61967144defbbc214134bbad9b8e58fd9695ef11 + eb299bf6e380bcc8e484e80f8f16363bc5deb41c src diff --git a/project.clj b/project.clj index 41990943..53ac1051 100644 --- a/project.clj +++ b/project.clj @@ -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"