Skip to content

Commit

Permalink
chore(release): v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
opencloudengineer committed Jan 19, 2021
1 parent d09a40f commit 4acf513
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.5.4](https://github.com/opencloudengineer/lambda/compare/v0.5.3...v0.5.4) (2021-01-19)


### Bug Fixes

* escape `auto_database_uri` function call in `cat <<EOF` in deploy function ([d09a40f](https://github.com/opencloudengineer/lambda/commit/d09a40f55fa6d7fcedbbd283b380a2cd5b47da69))



## [0.5.3](https://github.com/opencloudengineer/lambda/compare/v0.5.2...v0.5.3) (2021-01-19)


Expand Down
2 changes: 1 addition & 1 deletion auto-deploy.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.auto-deploy:
image: "ghcr.io/opencloudengineer/lambda:v0.5.3"
image: "ghcr.io/opencloudengineer/lambda:v0.5.4"
dependencies: []
review:
extends: .auto-deploy
Expand Down
2 changes: 1 addition & 1 deletion chart/lambda/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ name: lambda
sources:
- https://helm.sh/docs/topics/charts
- https://gitlab.com/gitlab-org/cluster-integration/auto-deploy-image/-/tree/master/assets/auto-deploy-app
version: 0.5.3
version: 0.5.4

0 comments on commit 4acf513

Please sign in to comment.