Odin
  • Introduction
  • Why Odin?
  • Key Concepts
    • Environment
      • Environment Type
    • Provisioning
      • Provisioning Config for Component Types
    • Component
      • Available Component Types
      • Component Type reference
        • Optimus Components
          • Aerospike [6.3.0.7-1.0.0]
    • Service
      • Know Your Service Definition
    • Versioning
      • Clearing the Confusion: A Simplified Guide to Artifact, Component, and Service Versions
    • Service Sets
    • Labels
  • Reference
    • CLI reference
  • Onboard Your Service
    • Installation
    • Configure
    • Odin -h
    • Getting Started
    • Create Environment
      • Operations on Environment
    • Service Definition
    • Provisioning Config
    • Deploy Service
    • Release Service
    • Optimus Datastore Operations
      • How to use Optimus Datastore in my service?
      • RDS Operations
      • Aerospike Operations
      • Kafka Operations
    • Operating Service & Components
      • Redeploy
        • In Place Deployment
        • Blue Green Deployment
      • Rolling Restart
      • Adding & removing components
      • Revert a deployment for application component
      • Downscaling a Passive Stack
      • Updating the no. of stacks of application component
    • Dev <> QA iteration
    • Frequently Asked Questions
    • Deploy Concrete Service
    • Undeploy Service
    • Delete Environment
    • Appendix
  • How To
    • Define error threshold for canary deployment
    • Add or Remove a component in an already deployed service
    • Integrate mono-repo(cronjobs) with Odin
    • Deploy crontab with Odin
    • Integrate Data pipeline with Odin
    • Push logs to log central
    • Build artifacts for multi module applications
    • Load test with Odin
    • Track Deployments against Commit Ids
    • Deploy Service on Production - Dream11
    • How and when images are created
    • Check logs for deployed infrastructure - Dream11
    • Onboard Stepfunction as a component
    • Onboard Serverless as a component
    • Login to Kubernetes clusters
  • Release Notes
    • 1.2.0-beta.2 - 11 August, 2022
    • Odin October Release
    • Odin 1.2.0 - Nov 9th 2022
    • Odin February Release
Powered by GitBook
On this page
Export as PDF
  1. Release Notes

Odin February Release

Release note from Feb'14, 2024

Here is a highlight of what can be expected from this release:

  1. 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.

  2. Aerospike 6.3.0.7 support containers

  3. Added /etc/aerospike/feature.conf file in container deployments of spark component.

  4. 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.

  5. Config related:

    1. Cloudfront config : query_param_cache_keys is now available as an exposed conifg for Cloudfront.

    2. 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 .

    3. Users can pass nlb as value for params.lb_type config for aws_ec2 deployments of application component.

    4. 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:

{
                "type": "array",
                "items": {
                    "type": "object",
                    "required": [
                        "port"
                    ],
                    "properties": {
                        "port": {
                            "type": "integer"
                        },
                        "healthcheck_protocol": {
                            "type": "string"
                        },
                        "readiness_endpoint": {
                            "type": "string"
                        }
                    }
                }
            }

PreviousOdin 1.2.0 - Nov 9th 2022

Last updated 1 year ago