Skip to content

Commit a561dee

Browse files
author
opencloudengineer
committed
chore(release): v0.5.0
1 parent e620b2c commit a561dee

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.5.0](https://github.com/opencloudengineer/lambda/compare/v0.4.0...v0.5.0) (2021-01-18)
2+
3+
4+
### Features
5+
6+
* setup install_app function to install DB helm charts of choice ([4a1fbc0](https://github.com/opencloudengineer/lambda/commit/4a1fbc0c206a28eb62668c025f68a297ab691fee))
7+
* setup Redis & MongoDB specific dynamic helm values ([e620b2c](https://github.com/opencloudengineer/lambda/commit/e620b2cf72b23abe0305b244424365f374404d1a))
8+
9+
10+
111
# [0.4.0](https://github.com/opencloudengineer/lambda/compare/v0.3.1...v0.4.0) (2021-01-15)
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.4.0"
2+
image: "ghcr.io/opencloudengineer/lambda:v0.5.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.4.0
22+
version: 0.5.0

0 commit comments

Comments
 (0)