From 9c2b2794606585e873abb8650d3fe68f6c7554e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20W=C3=B3jcik?= Date: Mon, 13 Dec 2021 15:42:09 +0100 Subject: [PATCH] Release version 0.6.5 --- CHANGELOG.md | 2 ++ docs/migration-guide.md | 8 ++++++++ docs/stable-releases.md | 8 ++++---- modules/holy-lambda-babashka-tasks/STABLE_VERSION_SHA | 2 +- modules/holy-lambda-template/pom.xml | 2 +- modules/holy-lambda-template/project.clj | 2 +- .../resources/leiningen/new/holy_lambda/bb.edn | 4 ++-- .../resources/leiningen/new/holy_lambda/deps.edn | 2 +- pom.xml | 4 ++-- project.clj | 2 +- 10 files changed, 23 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc097a54..3bcbfc0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ See [migration guide](https://fierycod.github.io/holy-lambda/#/migration-guide) - [bb layer] Update babashka runtime to version `0.6.5`. Babashka version included `0.7.0`. - [holy-lambda] Bump jsonista to version `0.3.5` +- [bb tasks] Update tasks debug info +- [holy-lambda-template] Bump HL version ## 0.6.4 - [holy-lambda] Remove debug UserAgent header diff --git a/docs/migration-guide.md b/docs/migration-guide.md index 15bdbc2c..e81433c9 100644 --- a/docs/migration-guide.md +++ b/docs/migration-guide.md @@ -1,4 +1,12 @@ # Migration Guide + +## 0.6.5 -> 0.6.5 + 1. Update `holy-lambda` version in `bb.edn` and `deps.edn`. + 2. Use `hl:update-bb-tasks` to update the tasks. + +## 0.6.3 -> 0.6.4 + Update `holy-lambda` version in `bb.edn` and `deps.edn`. + ## 0.6.2 -> 0.6.3 1. In this release `:envs` property from `:ctx` object has been removed to prevent cases, where the credentials are exposed in CloudWatch. diff --git a/docs/stable-releases.md b/docs/stable-releases.md index 5a1d958c..90d6d354 100644 --- a/docs/stable-releases.md +++ b/docs/stable-releases.md @@ -2,7 +2,7 @@ ## Libraries | Artifact name | Version | Purpose | |--------------------------------------------------|---------|----------------------------------------------------------------| -| io.github.FieryCod/holy-lambda | 0.6.4 | Core library / Custom runtime implementation | +| io.github.FieryCod/holy-lambda | 0.6.5 | Core library / Custom runtime implementation | | io.github.FieryCod/holy-lambda-default-retriever | 0.5.0 | Built in library supporting regular responses* | | io.github.FieryCod/holy-lambda-async-retriever | 0.5.0 | Additional support for `Channel` response | @@ -31,7 +31,7 @@ Add to `deps.edn` an additional tuple at `:deps` property ## CLI | Stable release `:sha` | |--------------------------------------------| - | `e6c47274a2bfc7576a9da0ccdbc079c1e83bee17` | + | `2a69818f57112c62bb31f4fcc1a7b36f4dfd63ac` | ```clojure bb.edn {:deps @@ -65,5 +65,5 @@ All available images: https://github.com/FieryCod/holy-lambda/pkgs/container/hol ### Recommended | Deployable ServerlesRepo Artifact | Babashka | Architecture | Version | |-------------------------------------------------------------------------------------------------------------------------|----------|--------------|---------| - | [link](https://serverlessrepo.aws.amazon.com/applications/eu-central-1/443526418261/holy-lambda-babashka-runtime-amd64) | *21.3.0* | AMD64 | 0.6.8 | - | [link](https://serverlessrepo.aws.amazon.com/applications/eu-central-1/443526418261/holy-lambda-babashka-runtime-arm64) | *21.3.0* | ARM64 | 0.6.8 | + | [link](https://serverlessrepo.aws.amazon.com/applications/eu-central-1/443526418261/holy-lambda-babashka-runtime-amd64) | *21.3.0* | AMD64 | 0.7.0 | + | [link](https://serverlessrepo.aws.amazon.com/applications/eu-central-1/443526418261/holy-lambda-babashka-runtime-arm64) | *21.3.0* | ARM64 | 0.7.0 | diff --git a/modules/holy-lambda-babashka-tasks/STABLE_VERSION_SHA b/modules/holy-lambda-babashka-tasks/STABLE_VERSION_SHA index 30edcf17..1f8abb43 100644 --- a/modules/holy-lambda-babashka-tasks/STABLE_VERSION_SHA +++ b/modules/holy-lambda-babashka-tasks/STABLE_VERSION_SHA @@ -1 +1 @@ -e6c47274a2bfc7576a9da0ccdbc079c1e83bee17 +2a69818f57112c62bb31f4fcc1a7b36f4dfd63ac diff --git a/modules/holy-lambda-template/pom.xml b/modules/holy-lambda-template/pom.xml index b207d342..ccaac475 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.6.6 + 0.6.7 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 9cc8aa0a..520c38f7 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.6.6" +(defproject holy-lambda/lein-template "0.6.7" :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 12138ec9..7d2e295b 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,8 +1,8 @@ {:deps {io.github.FieryCod/holy-lambda-babashka-tasks {:git/url "https://github.com/FieryCod/holy-lambda" :deps/root "./modules/holy-lambda-babashka-tasks" - :sha "e6c47274a2bfc7576a9da0ccdbc079c1e83bee17"} - io.github.FieryCod/holy-lambda {:mvn/version "0.6.4"}} + :sha "2a69818f57112c62bb31f4fcc1a7b36f4dfd63ac"} + io.github.FieryCod/holy-lambda {:mvn/version "0.6.5"}} ;; 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/deps.edn b/modules/holy-lambda-template/resources/leiningen/new/holy_lambda/deps.edn index 4e199054..b86e4643 100644 --- a/modules/holy-lambda-template/resources/leiningen/new/holy_lambda/deps.edn +++ b/modules/holy-lambda-template/resources/leiningen/new/holy_lambda/deps.edn @@ -1,5 +1,5 @@ {:deps {org.clojure/clojure {:mvn/version "1.10.3"} - io.github.FieryCod/holy-lambda {:mvn/version "0.6.4"} + io.github.FieryCod/holy-lambda {:mvn/version "0.6.5"} com.github.clj-easy/graal-build-time {:mvn/version "0.1.4"}} :paths ["src" "resources"] diff --git a/pom.xml b/pom.xml index 7ea43c4d..646d6a7a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.github.FieryCod holy-lambda jar - 0.6.5-SNAPSHOT + 0.6.5 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 - 29904a208ecd95511dd6b3952244debb2493e9b1 + 2a69818f57112c62bb31f4fcc1a7b36f4dfd63ac src diff --git a/project.clj b/project.clj index 24f493e8..35fbc85e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject io.github.FieryCod/holy-lambda "0.6.5-SNAPSHOT" +(defproject io.github.FieryCod/holy-lambda "0.6.5" :description "Micro framework which turns your code into AWS Lambda functions" :url "https://github.com/FieryCod/holy-lambda"