Skip to content

Releases: argonautdev/public

v0.7.2-alpha.2

21 Mar 10:57
6335838
Compare
Choose a tag to compare
v0.7.2-alpha.2 Pre-release
Pre-release

Changelog

  • 751a65e1 Merge branch 'main' of https://github.com/argonautdev/midgard into tp-arg-303
  • 5ce8f620 Merge pull request #493 from argonautdev/so-essentials-version-pin
  • afc728a9 Merge pull request #497 from argonautdev/pr-lambda
  • c1fe62e2 Merge pull request #500 from argonautdev/pr-goreleaser
  • d52c620e change helm wait to false by default (#495)
  • 858bbf8e chore: docs gen for go
  • 98276322 chore: docs updated
  • 12e8056d feat(kube app deploy): use build context instead of '.' (#494)
  • cda9b8d6 feat: adds support for lambda (#484)
  • 38de848a fix(lambda): region field reference is incorrect
  • 2985eda1 fix: art build timeouts
  • 3651ef66 fix: errors and warnings resolved
  • 4244c9dd fix: issues with lambda and preprod (#499)
  • 81223850 update prometheus version and pin essential app versions

v0.7.1

16 Mar 08:29
6335838
Compare
Choose a tag to compare

Changelog

  • c1fe62e2 Merge pull request #500 from argonautdev/pr-goreleaser
  • 2985eda1 fix: art build timeouts

v0.7.0-alpha.1

13 Mar 14:49
6335838
Compare
Choose a tag to compare
v0.7.0-alpha.1 Pre-release
Pre-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)

v0.7.0-alpha.0

11 Mar 18:33
6335838
Compare
Choose a tag to compare
v0.7.0-alpha.0 Pre-release
Pre-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
  • eae1ace8 ✨feat(iam):handle cloudformation create, update, delete and relect in db
  • 5f753f43 🔧 chore(gitignore): add .devspace folder
  • 802092c3 Merge branch 'pr-lambda-dev' of https://github.com/argonautdev/midgard into pr-iam
  • 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
  • dc7918a6 chore(conf): use newer midgard-tf image for testing
  • 0e5c99e1 chore: update client and swagger code
  • a50630dd feat(aws): add argonuat id to integrations
  • 288275e6 feat(cloudformation): add iam event handler in midgard
  • d2a34043 feat(cloudformation): iam template
  • eef698f4 feat(config): add admin secret as environment variable to validate requests received from open endpoint
  • 447568fb feat(iam): art cli command to get temporary aws credentials
  • 023c3712 feat(iam): assume role flow logic implementation
  • ffe75402 feat(iam): deploy from pr-iam
  • cb45dcbd feat(iam): for backward compatibility 'aws-auth' hack is required
  • 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
  • 2a36abdf feat(workflows): update lambda-deploy workflow to allow build along with deploy
  • 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
  • 4861b8d4 fix(iam): add region when assuming role
  • 94192a67 fix(lambda): add missing return statements
  • 11a0edb2 fix(lambda): dockerfile
  • 3d74e43c fix: merge conflicts
  • 11487de3 fix: undefined fields
  • 920b37c5 merge fixes
  • 0e0a9fa1 merge fixes from pr-lambda
  • 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
  • 3bf1108c refactor: move common types to types package and misc
  • 066036e5 refactor: remove TODO since it's already done
  • abff7474 refactor: use role instead of static creds to do operations
  • a1a5ab43 testing(iam): deploy from current branch
  • 257545c2 testing(iam): use pr-iam branch for tf-modules

v0.6.3-alpha.9

10 Mar 08:09
6335838
Compare
Choose a tag to compare
v0.6.3-alpha.9 Pre-release
Pre-release

Changelog

  • 57fdb693 fix: prints removed and spellings corrected

v0.6.3-alpha.8

09 Mar 13:21
6335838
Compare
Choose a tag to compare
v0.6.3-alpha.8 Pre-release
Pre-release

Changelog

  • 3b786b1a fix: pretty print secret data

v0.6.3-alpha.7

09 Mar 12:33
6335838
Compare
Choose a tag to compare
v0.6.3-alpha.7 Pre-release
Pre-release

Changelog

  • e58333f6 Merge branch 'dependabot/go_modules/sigs.k8s.io/aws-iam-authenticator-0.5.5' of https://github.com/argonautdev/midgard into dependabot/go_modules/sigs.k8s.io/aws-iam-authenticator-0.5.5
  • 3dce3040 Merge branch 'main' of https://github.com/argonautdev/midgard into tp-arg-301
  • e372bdb2 Merge branch 'main' of https://github.com/argonautdev/midgard into tp-arg-301
  • 69e7c8b3 Merge pull request #423 from argonautdev/dependabot/docker/golang-1.17.7
  • 89e9e078 Merge pull request #442 from argonautdev/dependabot/go_modules/k8s.io/api-0.23.4
  • 3c1cc280 Merge pull request #444 from argonautdev/dependabot/docker/hashicorp/terraform-1.1.6
  • 72e90c94 Merge pull request #446 from argonautdev/tp-arg-301
  • 97c3c900 Merge pull request #450 from argonautdev/dependabot/go_modules/github.com/swaggo/swag-1.8.0
  • 2e0dfdcd Merge pull request #456 from argonautdev/dependabot/docker/amazon/aws-cli-2.4.20
  • a9bb0d0d Merge pull request #457 from argonautdev/dependabot/go_modules/github.com/aws/aws-sdk-go-1.43.5
  • adb68f63 Merge pull request #458 from argonautdev/pr-midgard-tf
  • 3cb328ad Merge pull request #459 from argonautdev/dependabot/go_modules/sigs.k8s.io/aws-iam-authenticator-0.5.5
  • 0c482514 Merge pull request #465 from argonautdev/pr-preprod-url-correction
  • 0055b55b Merge pull request #466 from argonautdev/pr-pick-tf-url-from-param
  • e4d2354d Merge pull request #467 from argonautdev/pr-reduce-dev-replicas
  • 3a3a13e4 Merge pull request #468 from argonautdev/pr-infra-wf-tf-source-fixes
  • 7d756d0b Merge pull request #473 from argonautdev/pr-log-initialize-err
  • 4a69a44c argo workflows sed hack
  • f8323620 argo workflows sed hack
  • e1a0c3a5 argo workflows sed hack
  • 2b8e8e57 argo workflows sed hack
  • bc4a4730 argo workflows sed hack
  • d7ae7609 build(deps): bump amazon/aws-cli from 2.4.18 to 2.4.20
  • de18aee7 build(deps): bump github.com/aws/aws-sdk-go from 1.42.44 to 1.43.5
  • 555e7208 build(deps): bump github.com/swaggo/swag from 1.7.4 to 1.8.0
  • d7240ede build(deps): bump golang from 1.17.6 to 1.17.7
  • 33b9b4e3 build(deps): bump hashicorp/terraform from 1.0.8 to 1.1.6
  • 640a2e17 build(deps): bump k8s.io/api from 0.22.3 to 0.23.4
  • 6c229a36 build(deps): bump sigs.k8s.io/aws-iam-authenticator from 0.5.3 to 0.5.5
  • 5bfca723 build(deps): bump sigs.k8s.io/aws-iam-authenticator from 0.5.3 to 0.5.5
  • 6f64fa14 feat(logs): log initialize error if error when starting midgard
  • d1d7af3a feat: added routes, crud envvars,flags
  • 4fcd4055 feat: art cli cmd updates
  • 892891b3 feat: cmd funcs and working for env vars added
  • 9accacec feat: updated buildtime func
  • 17569481 fix: FronteggArgonautURL updates
  • eee7d2ea fix: art cli cmd improved
  • 1db133ae fix: both 301 and 306 linear tasks
  • 4d9f69b5 fix: envvartypes
  • 08350d00 fix: func names and comments
  • 8be70c2d fix: removed initialization
  • 0c5f31f4 fix: use midgard.pp.argonaut.live instead of midgard.preprod.argonaut.live
  • 4bc456e8 midgard-tf docker build-arg has wrong spelling
  • 88b2b7ff move 'tf-repo-url' to infra only param
  • 694b14ca pick terraform configs url from param
  • 84f6e957 reduce preprod midgard to 1,1,3
  • 740af084 remove extra space
  • 6119202f terrafrom configs repository url is hardcoded, pick from workflow params
  • 871737d5 update dependent k8s libs on k8s.io/api-0.23.4

v0.6.3-alpha.6

09 Mar 10:12
6335838
Compare
Choose a tag to compare
v0.6.3-alpha.6 Pre-release
Pre-release

Changelog

  • e58333f6 Merge branch 'dependabot/go_modules/sigs.k8s.io/aws-iam-authenticator-0.5.5' of https://github.com/argonautdev/midgard into dependabot/go_modules/sigs.k8s.io/aws-iam-authenticator-0.5.5
  • 3dce3040 Merge branch 'main' of https://github.com/argonautdev/midgard into tp-arg-301
  • e372bdb2 Merge branch 'main' of https://github.com/argonautdev/midgard into tp-arg-301
  • 69e7c8b3 Merge pull request #423 from argonautdev/dependabot/docker/golang-1.17.7
  • 89e9e078 Merge pull request #442 from argonautdev/dependabot/go_modules/k8s.io/api-0.23.4
  • 3c1cc280 Merge pull request #444 from argonautdev/dependabot/docker/hashicorp/terraform-1.1.6
  • 72e90c94 Merge pull request #446 from argonautdev/tp-arg-301
  • 97c3c900 Merge pull request #450 from argonautdev/dependabot/go_modules/github.com/swaggo/swag-1.8.0
  • 2e0dfdcd Merge pull request #456 from argonautdev/dependabot/docker/amazon/aws-cli-2.4.20
  • a9bb0d0d Merge pull request #457 from argonautdev/dependabot/go_modules/github.com/aws/aws-sdk-go-1.43.5
  • adb68f63 Merge pull request #458 from argonautdev/pr-midgard-tf
  • 3cb328ad Merge pull request #459 from argonautdev/dependabot/go_modules/sigs.k8s.io/aws-iam-authenticator-0.5.5
  • 0c482514 Merge pull request #465 from argonautdev/pr-preprod-url-correction
  • 0055b55b Merge pull request #466 from argonautdev/pr-pick-tf-url-from-param
  • e4d2354d Merge pull request #467 from argonautdev/pr-reduce-dev-replicas
  • 3a3a13e4 Merge pull request #468 from argonautdev/pr-infra-wf-tf-source-fixes
  • 7d756d0b Merge pull request #473 from argonautdev/pr-log-initialize-err
  • e1a0c3a5 argo workflows sed hack
  • f8323620 argo workflows sed hack
  • 2b8e8e57 argo workflows sed hack
  • bc4a4730 argo workflows sed hack
  • 4a69a44c argo workflows sed hack
  • d7ae7609 build(deps): bump amazon/aws-cli from 2.4.18 to 2.4.20
  • de18aee7 build(deps): bump github.com/aws/aws-sdk-go from 1.42.44 to 1.43.5
  • 555e7208 build(deps): bump github.com/swaggo/swag from 1.7.4 to 1.8.0
  • d7240ede build(deps): bump golang from 1.17.6 to 1.17.7
  • 33b9b4e3 build(deps): bump hashicorp/terraform from 1.0.8 to 1.1.6
  • 640a2e17 build(deps): bump k8s.io/api from 0.22.3 to 0.23.4
  • 6c229a36 build(deps): bump sigs.k8s.io/aws-iam-authenticator from 0.5.3 to 0.5.5
  • 5bfca723 build(deps): bump sigs.k8s.io/aws-iam-authenticator from 0.5.3 to 0.5.5
  • 6f64fa14 feat(logs): log initialize error if error when starting midgard
  • d1d7af3a feat: added routes, crud envvars,flags
  • 4fcd4055 feat: art cli cmd updates
  • 892891b3 feat: cmd funcs and working for env vars added
  • 9accacec feat: updated buildtime func
  • eee7d2ea fix: art cli cmd improved
  • 1db133ae fix: both 301 and 306 linear tasks
  • 4d9f69b5 fix: envvartypes
  • 08350d00 fix: func names and comments
  • 8be70c2d fix: removed initialization
  • 0c5f31f4 fix: use midgard.pp.argonaut.live instead of midgard.preprod.argonaut.live
  • 4bc456e8 midgard-tf docker build-arg has wrong spelling
  • 88b2b7ff move 'tf-repo-url' to infra only param
  • 694b14ca pick terraform configs url from param
  • 84f6e957 reduce preprod midgard to 1,1,3
  • 740af084 remove extra space
  • 6119202f terrafrom configs repository url is hardcoded, pick from workflow params
  • 871737d5 update dependent k8s libs on k8s.io/api-0.23.4

v0.6.3-alpha.4

25 Feb 13:03
6335838
Compare
Choose a tag to compare
v0.6.3-alpha.4 Pre-release
Pre-release

Changelog

  • 1270066f Added MongoAtlasVpcPeering retrival in query parameter in environment.go & supporting methods in integrations/aws.go
  • e86a6e88 Added aws.String("status-code") instead of ref value
  • 6fa22362 Added filter vpc peering connection by state active condition
  • 6d0a9860 Added recommanded changes from PR Review.
  • e58333f6 Merge branch 'dependabot/go_modules/sigs.k8s.io/aws-iam-authenticator-0.5.5' of https://github.com/argonautdev/midgard into dependabot/go_modules/sigs.k8s.io/aws-iam-authenticator-0.5.5
  • e2d91d16 Merge branch 'main' of https://github.com/argonautdev/midgard into pr-lambda
  • 3645d94c Merge branch 'main' of https://github.com/argonautdev/midgard into pr-lambda-dev
  • 491e74ee Merge branch 'main' of https://github.com/argonautdev/midgard into pr-lambda-dev
  • 43dfbbea Merge branch 'main' of https://github.com/argonautdev/midgard into sa-mongo-atlas-vpc-peering
  • e372bdb2 Merge branch 'main' of https://github.com/argonautdev/midgard into tp-arg-301
  • 3dce3040 Merge branch 'main' of https://github.com/argonautdev/midgard into tp-arg-301
  • e9eba7ef Merge branch 'pr-lambda' into pr-lambda-dev
  • 24ab4442 Merge branch 'pr-lambda-dev' of https://github.com/argonautdev/midgard into pr-lambda
  • 87d79c1b Merge branch 'pr-lambda-dev' of https://github.com/argonautdev/midgard into pr-lambda
  • ee555014 Merge branch 'pr-lambda-dev' of https://github.com/argonautdev/midgard into pr-lambda
  • 0cad1cc8 Merge branch 'pr-lambda-dev' of https://github.com/argonautdev/midgard into pr-lambda-dev
  • cca89a11 Merge branch 'pr-lambda-dev' of https://github.com/argonautdev/midgard into pr-lambda-dev
  • dfa2c9de Merge branch main of https://github.com/argonautdev/midgard into pr-lambda-dev
  • 69e7c8b3 Merge pull request #423 from argonautdev/dependabot/docker/golang-1.17.7
  • c6ebe6f6 Merge pull request #424 from argonautdev/pr-lambda
  • 6253632e Merge pull request #430 from argonautdev/sa-mongo-atlas-vpc-peering
  • 66093856 Merge pull request #434 from argonautdev/tp-arg-299
  • bc2c8057 Merge pull request #436 from argonautdev/pr-lambda
  • deed1d62 Merge pull request #437 from argonautdev/pr-dockerfile
  • 893097af Merge pull request #438 from argonautdev/tp-arg-300
  • 89e9e078 Merge pull request #442 from argonautdev/dependabot/go_modules/k8s.io/api-0.23.4
  • 3c1cc280 Merge pull request #444 from argonautdev/dependabot/docker/hashicorp/terraform-1.1.6
  • 22b09301 Merge pull request #445 from argonautdev/pr-gh-latest-wf-run-fix
  • 72e90c94 Merge pull request #446 from argonautdev/tp-arg-301
  • 97c3c900 Merge pull request #450 from argonautdev/dependabot/go_modules/github.com/swaggo/swag-1.8.0
  • 1e46166e Merge pull request #454 from argonautdev/sa-mongo-atlas-vpc-peering
  • e3c007b1 Merge pull request #455 from argonautdev/pr-midgard-tf
  • 2e0dfdcd Merge pull request #456 from argonautdev/dependabot/docker/amazon/aws-cli-2.4.20
  • a9bb0d0d Merge pull request #457 from argonautdev/dependabot/go_modules/github.com/aws/aws-sdk-go-1.43.5
  • adb68f63 Merge pull request #458 from argonautdev/pr-midgard-tf
  • 3cb328ad Merge pull request #459 from argonautdev/dependabot/go_modules/sigs.k8s.io/aws-iam-authenticator-0.5.5
  • 0c482514 Merge pull request #465 from argonautdev/pr-preprod-url-correction
  • 0055b55b Merge pull request #466 from argonautdev/pr-pick-tf-url-from-param
  • e4d2354d Merge pull request #467 from argonautdev/pr-reduce-dev-replicas
  • 3a3a13e4 Merge pull request #468 from argonautdev/pr-infra-wf-tf-source-fixes
  • 09c739a3 add 'midgard-server' and 'frontegg-server' as persistent flags with default values
  • c9ef3067 add art and jq to midgard tf image
  • cfb63fac add buildtime env variables for lambda dockerfile and add support for python, golang
  • 6243ed2d add buildtime variables to dockerfile
  • 0c23b756 add db-utils for GetEnvironment and GetEnvironments
  • 2c5923e5 add lambda config file to be generated from template
  • d56a3a8e add pr-lambda as branch to deploy from
  • 7e0a006d add private subnets only to lambda function
  • 9815b105 add sam config to create lambda app's request body for lambda config file generation
  • e1a0c3a5 argo workflows sed hack
  • 4a69a44c argo workflows sed hack
  • f8323620 argo workflows sed hack
  • 2b8e8e57 argo workflows sed hack
  • bc4a4730 argo workflows sed hack
  • d7ae7609 build(deps): bump amazon/aws-cli from 2.4.18 to 2.4.20
  • de18aee7 build(deps): bump github.com/aws/aws-sdk-go from 1.42.44 to 1.43.5
  • 555e7208 build(deps): bump github.com/swaggo/swag from 1.7.4 to 1.8.0
  • d7240ede build(deps): bump golang from 1.17.6 to 1.17.7
  • 33b9b4e3 build(deps): bump hashicorp/terraform from 1.0.8 to 1.1.6
  • 640a2e17 build(deps): bump k8s.io/api from 0.22.3 to 0.23.4
  • 5bfca723 build(deps): bump sigs.k8s.io/aws-iam-authenticator from 0.5.3 to 0.5.5
  • 6c229a36 build(deps): bump sigs.k8s.io/aws-iam-authenticator from 0.5.3 to 0.5.5
  • 0cf65531 change workflow name from lambda-{op} to lambda-{op}-{appName}
  • a8fef87f copy previous app * commands to app kube * commands, for backwards compatibility app * commands work but is marked deprecated
  • ed3b3473 do db ops when creating/deleting lambdas
  • ebc67182 feat: Naming conv for Apps
  • 0306d53d fix and update sam generate to use json tags, new defaults and different names
  • 1db133ae fix: both 301 and 306 linear tasks
  • e6c3b757 fix: dockerfile missing step
  • 8e5d50d0 fix: dynamic name for env
  • fc74713e fix: panic when workflow file does not exist in github
  • 8be70c2d fix: removed initialization
  • 0c5f31f4 fix: use midgard.pp.argonaut.live instead of midgard.preprod.argonaut.live
  • b6d4bf76 install essentials for all clusters which are new
  • 687ffa05 midgard and frontegg url are overrideable via cli flags
  • 4bc456e8 midgard-tf docker build-arg has wrong spelling
  • 88b2b7ff move 'tf-repo-url' to infra only param
  • 959465c0 move art download url to conf/app.ini
  • e065cf15 move db-conn to models main.go reference change
  • 645c9aa4 move db_connection to models package as you get import cycle
  • 17ad9139 move lambda commands to appLambda file
  • 05db344d move middleware structs to "types" package because of import cycle
  • f21d8e72 pass new clusters in infra workflow
  • 694b14ca pick terraform configs url from param
  • 2a802209 reduce container image size and add sam
  • 84f6e957 reduce preprod midgard to 1,1,3
  • a2626ff8 refactor: respect initialims from URL
  • c44a8beb reformat
  • 740af084 remove extra space
  • f563bd05 remove unrequired logs
  • 6119202f terrafrom configs repository url is hardcoded, pick from workflow params
  • 58e1728a tidy up go.mod, go.sum and vendor folder
  • 1b5176ac update 'TestLambdaCreateApp' to newer inputs
  • e3faf29c update client
  • 871737d5 update dependent k8s libs on k8s.io/api-0.23.4
  • 3621b7f0 update github workflow to use lambda file instead of flags
  • ed3e8a8f update models tables
  • 6234e0c5 update swagger
  • 66f8dcc8 update testing code
  • 610e6e37 update vendor
  • f085c48b update workflows for lambdas
  • afbd0c93 util to override yaml

v0.6.3-alpha.3

24 Feb 04:47
6335838
Compare
Choose a tag to compare
v0.6.3-alpha.3 Pre-release
Pre-release

Changelog

  • 1270066f Added MongoAtlasVpcPeering retrival in query parameter in environment.go & supporting methods in integrations/aws.go
  • e86a6e88 Added aws.String("status-code") instead of ref value
  • 6fa22362 Added filter vpc peering connection by state active condition
  • 6d0a9860 Added recommanded changes from PR Review.
  • 43dfbbea Merge branch 'main' of https://github.com/argonautdev/midgard into sa-mongo-atlas-vpc-peering
  • 6253632e Merge pull request #430 from argonautdev/sa-mongo-atlas-vpc-peering
  • 893097af Merge pull request #438 from argonautdev/tp-arg-300
  • 22b09301 Merge pull request #445 from argonautdev/pr-gh-latest-wf-run-fix
  • 1e46166e Merge pull request #454 from argonautdev/sa-mongo-atlas-vpc-peering
  • e3c007b1 Merge pull request #455 from argonautdev/pr-midgard-tf
  • c9ef3067 add art and jq to midgard tf image
  • ebc67182 feat: Naming conv for Apps
  • fc74713e fix: panic when workflow file does not exist in github