Skip to content

Commit 8bf178e

Browse files
author
opencloudengineer
committed
chore(release): v0.3.1
1 parent f82811a commit 8bf178e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.3.1](https://github.com/opencloudengineer/lambda/compare/v0.3.0...v0.3.1) (2021-01-14)
2+
3+
4+
### Bug Fixes
5+
6+
* configure auto_database_uri function to return URI for the DB passed as $1 ([54f8ae9](https://github.com/opencloudengineer/lambda/commit/54f8ae9ac0773ac65acdf9da51531c7ed12b5cd7))
7+
* use `$CI_PROJECT_ID-$CI_COMMIT_REF_SLUG` instead of `$CI_PROJECT_PATH_SLUG` in env:url ([725d987](https://github.com/opencloudengineer/lambda/commit/725d9873d73917ae1c878f2a5667eda8d549ae32))
8+
9+
10+
111
# [0.3.0](https://github.com/opencloudengineer/lambda/compare/v0.2.0...v0.3.0) (2021-01-13)
212

313

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.3.0"
2+
image: "ghcr.io/opencloudengineer/lambda:v0.3.1"
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
@@ -40,4 +40,4 @@ name: lambda
4040
sources:
4141
- https://helm.sh/docs/topics/charts
4242
- https://gitlab.com/gitlab-org/cluster-integration/auto-deploy-image/-/tree/master/assets/auto-deploy-app
43-
version: 0.3.0
43+
version: 0.3.1

0 commit comments

Comments
 (0)