Skip to content

Commit 2124d76

Browse files
author
opencloudengineer
committed
chore(release): v0.6.0 [skip ci]
1 parent 4410b72 commit 2124d76

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [0.6.0](https://github.com/opencloudengineer/lambda/compare/v0.5.4...v0.6.0) (2024-02-28)
2+
3+
4+
### Bug Fixes
5+
6+
* cr install without brew in ci ([50ee379](https://github.com/opencloudengineer/lambda/commit/50ee3794676cf64eccd48f1f5664a091c58dc3b3))
7+
* rm ./ ([4410b72](https://github.com/opencloudengineer/lambda/commit/4410b72567e74f9d31a470bc17c6e3affa75cab6))
8+
9+
10+
### Features
11+
12+
* upgrade base image version in dockerfile ([71874a6](https://github.com/opencloudengineer/lambda/commit/71874a6efaf8a01e5800274dcc87c5a10f57185a))
13+
14+
15+
116
## [0.5.4](https://github.com/opencloudengineer/lambda/compare/v0.5.3...v0.5.4) (2021-01-19)
217

318

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.4"
2+
image: "ghcr.io/opencloudengineer/lambda:v0.6.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.5.4
22+
version: 0.6.0

0 commit comments

Comments
 (0)