Skip to content

Commit dd3cc9f

Browse files
author
opencloudengineer
committed
chore(release): v0.4.0
1 parent dd09ec0 commit dd3cc9f

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [0.4.0](https://github.com/opencloudengineer/lambda/compare/v0.3.1...v0.4.0) (2021-01-15)
2+
3+
4+
### Bug Fixes
5+
6+
* if `application.*db_uri` is null then don't create a env var `*DB_URI` for it in Pod ([2b37dfb](https://github.com/opencloudengineer/lambda/commit/2b37dfbddd71c0027be7a6517df4ff6970aa01bf))
7+
* remove Chart.lock as dependent charts will be handled/installed separately ([dd09ec0](https://github.com/opencloudengineer/lambda/commit/dd09ec0591377bb50a611b8f61370b05922a3fdd))
8+
9+
10+
### Features
11+
12+
* use yq to generate the dynamic values.yaml in `write_environment_values_file` function ([2f4fee1](https://github.com/opencloudengineer/lambda/commit/2f4fee1a10cac60d3580773a0ef2e171d3d0fd91))
13+
* yq in docker image ([b05a559](https://github.com/opencloudengineer/lambda/commit/b05a5594b6002199f2c6077aed7abb2f63084e19))
14+
15+
16+
117
## [0.3.1](https://github.com/opencloudengineer/lambda/compare/v0.3.0...v0.3.1) (2021-01-14)
218

319

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.1"
2+
image: "ghcr.io/opencloudengineer/lambda:v0.4.0"
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.3.1
22+
version: 0.4.0

0 commit comments

Comments
 (0)