Skip to content

Commit ef5de19

Browse files
author
opencloudengineer
committed
chore(release): v0.5.2
1 parent 89e622c commit ef5de19

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.5.2](https://github.com/opencloudengineer/lambda/compare/v0.5.1...v0.5.2) (2021-01-19)
2+
3+
4+
### Bug Fixes
5+
6+
* `${1}` instead of `${i}` in install_app function ([89e622c](https://github.com/opencloudengineer/lambda/commit/89e622ca9f1a248f34b6fc5c0c2b65752477cfb8))
7+
8+
9+
110
## [0.5.1](https://github.com/opencloudengineer/lambda/compare/v0.5.0...v0.5.1) (2021-01-18)
211

312

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.5.1"
2+
image: "ghcr.io/opencloudengineer/lambda:v0.5.2"
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.5.1
22+
version: 0.5.2

0 commit comments

Comments
 (0)