Odin 1.2.0 - Nov 9th 2022
Last updated
Last updated
Here is a summary of what you can expect from the new release:
New component & version support:
Aerospike (5.1.0.7 & 5.6.0.15 for EC2)
Redis (5.0.3, 5.0.4, 5.0.6 for both EC2 & container)
Spark (2.3.1 for EC2).
Zookeeper (3.4.14 for both EC2 & Container)
Kafka : New kafka component with the ability to use a pre-deployed zookeeper server for both EC2 and container
Kong (2.8.1 for container)
Feature:
Service release idempotent: If your release fails for a particular type (e.g: AMI creation), you can use the same release command to build the image which had a failure in creation. E.g: Your release for a service breaks for AMI creation but container image is successfully created. You can use the same release command and we will create the AMI for you while your container image will be as it is.
Logs for service-set: For deploying or un-deploying a service set, now you can see the status of every service independently. The status can include Success, In Progress, Failed. Use odin deploy service-set --name Name01 --env env01
Resume Log: Now you can resume your service deployment and release logs by using the same command. If you exit the terminal window or due to network error unable to see the log streaming, you can reuse the same deploy or release command to start streaming the log from that point.
Custom Script for Serverless: You can provide path to custom script file path using start_script_path
in config parameters. If provided, the given script will be executed to deploy serverless. The script file should contain serverless deploy command.
Expose kafka connect storage topic replication factor
Configurable EBS volume size in kafka
Inject env variables in application component
New Jenkins Integration for lower environments
Cassandra, Aerospike helm chart upgrades
Bug Fixes:
Ability to change the capacity_type(i.e spot or on_demand) of application component
Ability for voltdb aws component to accept generic key value pairs for importer/exporter properties
Redis seed data missing in dev and int env-type
Wait for instance refresh before application healthcheck
Provision kafka after zookeeper
Running cron in containers
Corrected output message for odin list service-set command