Skip to content

Commit

Permalink
Release version 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
FieryCod committed Dec 13, 2021
1 parent 2a69818 commit 9c2b279
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 13 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions docs/migration-guide.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
8 changes: 4 additions & 4 deletions docs/stable-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<Map\|ByteArray\|nil>` response |

Expand Down Expand Up @@ -31,7 +31,7 @@ Add to `deps.edn` an additional tuple at `:deps` property
## CLI
| Stable release `:sha` |
|--------------------------------------------|
| `e6c47274a2bfc7576a9da0ccdbc079c1e83bee17` |
| `2a69818f57112c62bb31f4fcc1a7b36f4dfd63ac` |

```clojure bb.edn
{:deps
Expand Down Expand Up @@ -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 |
2 changes: 1 addition & 1 deletion modules/holy-lambda-babashka-tasks/STABLE_VERSION_SHA
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e6c47274a2bfc7576a9da0ccdbc079c1e83bee17
2a69818f57112c62bb31f4fcc1a7b36f4dfd63ac
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.6.6</version>
<version>0.6.7</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.6.6"
(defproject holy-lambda/lein-template "0.6.7"

:description "Template for holy lambda micro framework"

Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"]
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.6.5-SNAPSHOT</version>
<version>0.6.5</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>29904a208ecd95511dd6b3952244debb2493e9b1</tag>
<tag>2a69818f57112c62bb31f4fcc1a7b36f4dfd63ac</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.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"
Expand Down

0 comments on commit 9c2b279

Please sign in to comment.