Skip to content

Commit 915c859

Browse files
author
opencloudengineer
committed
chore(release): v0.5.3
1 parent 5617e9b commit 915c859

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.3](https://github.com/opencloudengineer/lambda/compare/v0.5.2...v0.5.3) (2021-01-19)
2+
3+
4+
### Bug Fixes
5+
6+
* `echo "${MARIADB_URI-$uri}"` for `case "${db}" in mariadb` in auto_database_uri function ([5617e9b](https://github.com/opencloudengineer/lambda/commit/5617e9b1e4d3756bb67ccc0f3c326268cafb4dfe))
7+
8+
9+
110
## [0.5.2](https://github.com/opencloudengineer/lambda/compare/v0.5.1...v0.5.2) (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.2"
2+
image: "ghcr.io/opencloudengineer/lambda:v0.5.3"
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.2
22+
version: 0.5.3

0 commit comments

Comments
 (0)