v0.7.0-alpha.1
Pre-release
Pre-release
suryaoruganti
released this
13 Mar 14:49
·
2 commits
to main
since this release
Changelog
- ed4f5f6d 🚑 dockerfile template environment variables has extra space
- 60392e27 🐛 fix(lambda): metadata has wrong json tag
- dd4143b6 ♻️ refactor(lamdba): change environment variable struct
- 8d26b874 ✨ feat(db): add user-id to git-repo table
- 9050f616 ✨ feat(webhook): set claims using git repo for further processing
- 5634d509 ✨ feat(webhook): trigger lambda deploy from webhooks
- 5f753f43 🔧 chore(gitignore): add .devspace folder
- a802393e Merge branch 'main' of https://github.com/argonautdev/midgard into pr-lambda-dev
- 25facdb6 Merge branch 'pr-lambda-dev' of https://github.com/argonautdev/midgard into pr-lambda
- eb68953f Merge branch 'pr-lambda-dev' of https://github.com/argonautdev/midgard into pr-lambda
- b71d4944 Merge pull request #448 from argonautdev/pr-lambda
- 7d756d0b Merge pull request #473 from argonautdev/pr-log-initialize-err
- 00bcf25f Merge pull request #478 from argonautdev/pr-lambda
- f6cf5f6c Merge pull request #487 from argonautdev/pr-lambda
- 5ce8f620 Merge pull request #493 from argonautdev/so-essentials-version-pin
- d52c620e change helm wait to false by default (#495)
- dc7918a6 chore(conf): use newer midgard-tf image for testing
- 0e5c99e1 chore: update client and swagger code
- 46f4327d chore: update client code
- 12e8056d feat(kube app deploy): use build context instead of '.' (#494)
- a14d9ba5 feat(lambda): add gitconfig and url to lambda metadata
- a9e3749c feat(lambda): add optional query parameter 'includeLambdas' in list apps (#490)
- 936bcea7 feat(lambda): add workflow metadata to lambda metadata for workflow associations
- f5837bb0 feat(lambda): consider optional fields might have zero values
- b661da49 feat(lambda): create lambda app logic change
- 191846fd feat(lambda): create new lambda app also invokes workflow to deploy from lastest commit of the deploy branch
- 0f5d25e6 feat(lambda): no fail on empty changeset for lambda deploys
- 553185c3 feat(lambda): use combined field for env and version
- 58c88ee6 feat(lambdas): add build command support in dockerfile template
- 57bc6389 feat(lambdas): add enums for environments
- fdc7f5ef feat(lambdas): add filter based on env,region
- ec4d50b6 feat(lambdas): add list and read endpoints for lambdas
- 6f64fa14 feat(logs): log initialize error if error when starting midgard
- d770445a feat(webhook): handle lambda deploys from github
- 7e4ce60c feat(workflows): add workflow exit handler endpoint and template
- 2a36abdf feat(workflows): update lambda-deploy workflow to allow build along with deploy
- 887f0536 feat: add support for AWS IAM role for terragrunt
- 1ae0f41c feat: git repo model has connections with github/gitlab integrations
- b74a3dad feat: pull dind only if not present
- 847b3de8 feat: use complete sha to tag ecr images for lambda
- 954bac7d fix(cloudformation): add missing iam status url
- 94192a67 fix(lambda): add missing return statements
- 8deba097 fix(lambda): add missing routes for read and list
- fe18b62f fix(lambda): db queries are wrong
- 11a0edb2 fix(lambda): dockerfile
- ac362668 fix(lambda): fetch repo details fetches wrong details
- 3d74e43c fix: merge conflicts
- 92c578ef fix: wrong midgard state
- 7a3f3b07 merge: resolve merge conflicts from main
- 222502af refactor(lambda): change 'command' to 'cmd' to keep consistency
- f168f290 refactor(lambdas): remove pr-lambda from deploy branches
- 9e571b48 refactor(webhook): use functions to fetch nullable values
- 9034c044 refactor(workflow): lambda deploy workflow requested changes
- c9aa9aea refactor(workflows): Remove unused code and handle error
- 3bf1108c refactor: move common types to types package and misc
- 066036e5 refactor: remove TODO since it's already done
- 2989c2f7 refactor: remove unused struct
- 15dccaa1 revert: add toolsInstall endpoint back needed by clickhouse, elk
- 81223850 update prometheus version and pin essential app versions
- bb0db01b wip! feat(IAM): add IAM support for midgard (#485)