Skip to content

Releases: opencloudengineer/lambda

v0.6.2

28 Feb 09:48
Compare
Choose a tag to compare

Bug Fixes

  • ci: rm flag --charts-repo from cr (57139be)

v0.6.1

28 Feb 09:39
Compare
Choose a tag to compare

Bug Fixes

  • gotta manually install hub now (c782581)

v0.5.4

19 Jan 20:27
Compare
Choose a tag to compare

Bug Fixes

  • escape auto_database_uri function call in cat <<EOF in deploy function (d09a40f)

v0.5.3

19 Jan 15:58
Compare
Choose a tag to compare

Bug Fixes

  • echo "${MARIADB_URI-$uri}" for case "${db}" in mariadb in auto_database_uri function (5617e9b)

v0.5.2

19 Jan 15:33
Compare
Choose a tag to compare

Bug Fixes

  • ${1} instead of ${i} in install_app function (89e622c)

v0.5.1

18 Jan 23:08
Compare
Choose a tag to compare

Bug Fixes

  • write application.*db_uri to ${AUTO_DEPLOY_ENVIRONMENT_VALUES_FILE} only if *DB_ENABLED is true (9c58d0d)

v0.5.0

18 Jan 19:59
Compare
Choose a tag to compare

Features

  • setup install_app function to install DB helm charts of choice (4a1fbc0)
  • setup Redis & MongoDB specific dynamic helm values (e620b2c)

v0.4.0

15 Jan 23:02
Compare
Choose a tag to compare

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

14 Jan 01:06
Compare
Choose a tag to compare

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

13 Jan 19:02
Compare
Choose a tag to compare

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)