Skip to content

Commit

Permalink
chore(release): v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
opencloudengineer committed Jan 18, 2021
1 parent 9c58d0d commit 84a6877
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.1](https://github.com/opencloudengineer/lambda/compare/v0.5.0...v0.5.1) (2021-01-18)


### Bug Fixes

* write `application.*db_uri` to `${AUTO_DEPLOY_ENVIRONMENT_VALUES_FILE}` only if `*DB_ENABLED` is true ([9c58d0d](https://github.com/opencloudengineer/lambda/commit/9c58d0dbbf82e7e9aa0b5b789af1a3119dccf650))



# [0.5.0](https://github.com/opencloudengineer/lambda/compare/v0.4.0...v0.5.0) (2021-01-18)


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.0"
image: "ghcr.io/opencloudengineer/lambda:v0.5.1"
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.0
version: 0.5.1

0 comments on commit 84a6877

Please sign in to comment.