Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: ASKCOS/askcos-deploy

2021.01 Public Release

24 Feb 22:43
1413fba

Choose a tag to compare

askcos-deploy 2021.01

User notes:

  • Add support for custom django settings file
  • Introduce Helm chart for Kubernetes deployment
  • Add new condition recommender to deployment configuration

Developer notes:

  • Add new tree builder services to deployment
  • Add pathway ranking services to deployment
  • Upgrade backend service images and switch to alpine where available
  • Add pistachio template relevance TFX service to deployment
  • Add QM descriptor and new regioselectivity services to deployment
  • Switch mysql deployment from replication to standalone in Helm chart
  • Add depends_on settings to docker-compose configuration
  • Add init containers to control pod startup order in Helm chart

Bug fixes:

  • Use COMPOSE_PROJECT_NAME in seed-db function
  • Clear rabbitmq data when updating deployment
  • Fix rabbitmq connection parameters in Helm chart
  • Fix service status checking in init containers in Helm chart
  • Increase nginx client_max_body_size in Helm chart

Deprecation:

  • Previous k8 deployment configuration and script deprecated in favor of Helm chart

2020.07 Public Release

06 Aug 20:27

Choose a tag to compare

askcos-deploy 2020.07

Release Notes

The following release notes describe changes since ASKCOS v0.4.1.

User notes:

  • Additional data can now be added/appended to collections in the mongodb via the deploy script without clearing the collection first
  • Add new docker volume based backup and restore commands to deploy.sh
  • Add option to completely disable third-party name resolution
  • Compare user customizable environment files when deploying
  • Expose SUPPORT_EMAILS as an environment variable on deployment
  • Add functionality in health_check.py to fix tree builder timeout

Developer notes:

  • Updates to k8 configuration
  • Change mongo db index types for better performance
  • Update deployment for repository split

Bug fixes:

  • Add pull-images step to deploy-http command
  • Use COMPOSE_PROJECT_NAME from .env in backup.sh and restore.sh