From 84a6877c06024efbc5b87bcec44cef3d8dd2a890 Mon Sep 17 00:00:00 2001 From: opencloudengineer Date: Mon, 18 Jan 2021 23:08:54 +0000 Subject: [PATCH] chore(release): v0.5.1 --- CHANGELOG.md | 9 +++++++++ auto-deploy.gitlab-ci.yml | 2 +- chart/lambda/Chart.yaml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee859df..a9e57d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/auto-deploy.gitlab-ci.yml b/auto-deploy.gitlab-ci.yml index 0375872..5376d65 100644 --- a/auto-deploy.gitlab-ci.yml +++ b/auto-deploy.gitlab-ci.yml @@ -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 diff --git a/chart/lambda/Chart.yaml b/chart/lambda/Chart.yaml index 303a519..fb8645b 100644 --- a/chart/lambda/Chart.yaml +++ b/chart/lambda/Chart.yaml @@ -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