Skip to content

Commit 4acf513

Browse files
author
opencloudengineer
committed
chore(release): v0.5.4
1 parent d09a40f commit 4acf513

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.5.4](https://github.com/opencloudengineer/lambda/compare/v0.5.3...v0.5.4) (2021-01-19)
2+
3+
4+
### Bug Fixes
5+
6+
* escape `auto_database_uri` function call in `cat <<EOF` in deploy function ([d09a40f](https://github.com/opencloudengineer/lambda/commit/d09a40f55fa6d7fcedbbd283b380a2cd5b47da69))
7+
8+
9+
110
## [0.5.3](https://github.com/opencloudengineer/lambda/compare/v0.5.2...v0.5.3) (2021-01-19)
211

312

auto-deploy.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.auto-deploy:
2-
image: "ghcr.io/opencloudengineer/lambda:v0.5.3"
2+
image: "ghcr.io/opencloudengineer/lambda:v0.5.4"
33
dependencies: []
44
review:
55
extends: .auto-deploy

chart/lambda/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ name: lambda
1919
sources:
2020
- https://helm.sh/docs/topics/charts
2121
- https://gitlab.com/gitlab-org/cluster-integration/auto-deploy-image/-/tree/master/assets/auto-deploy-app
22-
version: 0.5.3
22+
version: 0.5.4

0 commit comments

Comments
 (0)