-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7cc1baf
commit 0f4bdda
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# 0.1.0 (2021-01-10) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* always lint all charts && pass connection URI for all DBs as env var ([46fa9f7](https://github.com/opencloudengineer/lambda/commit/46fa9f793cc0d7a2bb60260e0907ce0cedb8d6e7)) | ||
* homepage link && setup custom annotations from project.* ([c26f189](https://github.com/opencloudengineer/lambda/commit/c26f1890d7fb21934f8bcd7e301818d7c2d70117)) | ||
|
||
|
||
### Features | ||
|
||
* add action to build & push Dockerfile ([dd1f573](https://github.com/opencloudengineer/lambda/commit/dd1f5733b6f240ed7f5fbe835c22051f7b90112c)) | ||
* add lambda helm chart && github action ([34516f5](https://github.com/opencloudengineer/lambda/commit/34516f51635cafce9d9ffc83eb8f5278187cd1f9)) | ||
* docker build & push && release auto-deploy only when new tag is created by Conventional Changelog Action ([9628137](https://github.com/opencloudengineer/lambda/commit/9628137c19247dcccb17aaa3a9e65b2ad36b43df)) | ||
* improve github action workflow - lint -> package -> tag & changelog & update version -> release -> gh-pages -> docker build & push ([7cc1baf](https://github.com/opencloudengineer/lambda/commit/7cc1baf47383e330a8df3c38910802eb1fecae73)) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,4 +46,4 @@ sources: | |
- https://www.postgresql.org/ | ||
- https://redis.io/ | ||
- https://mariadb.org/ | ||
version: 0.0.1 | ||
version: 0.1.0 |