Odin February Release
Release note from Feb'14, 2024
Here is a highlight of what can be expected from this release:
Parallel operation on application components: Now operating on a service with multiple application component is getting faster as we have enabled parallel deployment of application components.
Aerospike 6.3.0.7 support containers
Added
/etc/aerospike/feature.conf
file incontainer
deployments ofspark
component.Restriction of snapshot version deployment for application component on PROD. Users will no longer be able to deploy snapshot versions of application component in production environment.
Config related:
Cloudfront config : query_param_cache_keys is now available as an exposed conifg for Cloudfront.
healthcheck_grace_period config is now exposed. Users can pass it in provisioning file or in options for redeploy operation. This can be ised to increase the grace period of health check of application components for EC2 deployments .
Users can pass nlb as value for params.lb_type config for aws_ec2 deployments of application component.
extra_ports_config config is now exposed. Users can pass it in provisioning file (params.extra_ports_config) for EC2 deployments of application components. The schema for the config is as follow:
Last updated