Releases: opencloudengineer/lambda
Releases · opencloudengineer/lambda
v0.6.2
Bug Fixes
- ci: rm flag --charts-repo from cr (57139be)
v0.6.1
Bug Fixes
- gotta manually install hub now (c782581)
v0.5.4
Bug Fixes
- escape
auto_database_uri
function call in cat <<EOF
in deploy function (d09a40f)
v0.5.3
Bug Fixes
echo "${MARIADB_URI-$uri}"
for case "${db}" in mariadb
in auto_database_uri function (5617e9b)
v0.5.2
Bug Fixes
${1}
instead of ${i}
in install_app function (89e622c)
v0.5.1
Bug Fixes
- write
application.*db_uri
to ${AUTO_DEPLOY_ENVIRONMENT_VALUES_FILE}
only if *DB_ENABLED
is true (9c58d0d)
v0.5.0
Features
- setup install_app function to install DB helm charts of choice (4a1fbc0)
- setup Redis & MongoDB specific dynamic helm values (e620b2c)
v0.4.0
Bug Fixes
- if
application.*db_uri
is null then don't create a env var *DB_URI
for it in Pod (2b37dfb)
- remove Chart.lock as dependent charts will be handled/installed separately (dd09ec0)
Features
- use yq to generate the dynamic values.yaml in
write_environment_values_file
function (2f4fee1)
- yq in docker image (b05a559)
v0.3.1
Bug Fixes
- configure auto_database_uri function to return URI for the DB passed as $1 (54f8ae9)
- use
$CI_PROJECT_ID-$CI_COMMIT_REF_SLUG
instead of $CI_PROJECT_PATH_SLUG
in env:url (725d987)
v0.3.0
Features
- add auto-deploy.gitlab-ci.yml & rm unnecessary code in auto-deploy (c89e89d)
- add preCommit logic to change docker image version in auto-deploy.gitlab-ci.yml upon new releases (e853201)
- set chart's & its app's version auto-deploy (9d5f143)