Skip to content

Releases: run-x/opta

Rollback elastic cache default change

22 Sep 17:59
585f51c
Compare
Choose a tag to compare
Revert "Default elasticache redis is really big, fixing (#349)" (#365)

This reverts commit 12e5719e5976e0d5a0bdeb3714fcbd4452d659c5.

Helm Version Bugfix

22 Sep 06:54
a65863e
Compare
Choose a tag to compare

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

21 Sep 16:50
f3201b7
Compare
Choose a tag to compare
v0.14.5

Update package.yml

Unified documentation!

15 Sep 14:11
7747ea1
Compare
Choose a tag to compare

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

24 Aug 20:01
8451eec
Compare
Choose a tag to compare
v0.14.3

Remove some prints (#329)

Custom terraform support

20 Aug 17:41
a0962f8
Compare
Choose a tag to compare
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

16 Aug 20:30
f55572e
Compare
Choose a tag to compare
Adding necessary nvidia gpu plugin daemonset to prepare gpu nodes (#323)

* Adding necessary nvidia gpu plugin daemonset to prepare gpu nodes

* terraform fmt

SOC2

10 Aug 17:48
3eabb99
Compare
Choose a tag to compare
  • All the infra we create is SOC2 compliant now

SOC2

09 Aug 20:45
3277bec
Compare
Choose a tag to compare
SOC2 Pre-release
Pre-release

Opta created infra is SOC2 compliant now!

Azure!!

23 Jul 17:43
f58e2b4
Compare
Choose a tag to compare
Got Azure environment working for ci deployment/release (#307)

* Got Azure environment working for ci deployment/release

* cleanup

* need azure login step