Releases: run-x/opta
Releases · run-x/opta
Rollback elastic cache default change
Revert "Default elasticache redis is really big, fixing (#349)" (#365) This reverts commit 12e5719e5976e0d5a0bdeb3714fcbd4452d659c5.
Helm Version Bugfix
Fixes
Versions 0.14.4 and 0.14.5 had a bug issue with helm which is fixed here. Helm chart module's version field has been renamed to chart_version
Consistent hashing in Nginx
v0.14.5 Update package.yml
Unified documentation!
Enhancements:
- Auto generates documentation with code changes
- Muting logs from old pods during opta deployment
- Added a post-destroy hook for module processors which now can run extra cleanup after destroying the resources of a module
- Switched deployments to use image digest instead of tags (because people like to use the same tags)
Fixes
- Got rid of dangling eni and log group issues during EKS destroy
- Autoscale max replicas were set to min replicas
Bug fixes
Custom terraform support
Custom terraform module for opta (#327) Use it like this: ```yaml name: live-example-dev org_name: runx providers: aws: region: us-east-1 account_id: 445935066876 modules: - type: base - type: custom-terraform path_to_module: "../blah_module" terraform_inputs: a: "${{module.base.vpc_id}}" ```
Fix GPU image in AWS
Adding necessary nvidia gpu plugin daemonset to prepare gpu nodes (#323) * Adding necessary nvidia gpu plugin daemonset to prepare gpu nodes * terraform fmt