Releases: run-x/opta
Releases · run-x/opta
AWS Nodegroup
- AWS nodegroups module
- Bug fixes
Fix for when tf.state is empty
v0.11.8 Bugfixing error of empty terraform state file (#149)
Release automation
v0.11.7 Fix package.yml
Remove rollback from cli
- Fixes a bug
Fix missing terraform init during deploys
Fixing the terraform init issue with envs (#143) * Fixing the terraform init issue with envs So this actually was an issue with two bugs which cancelled each other off in the service case, but broke the env case. Ultimately, `terraform state list` needs a terraform init even if you downloaded the statefile (bummer). This is supposed to be done on the first apply loop but since we check it based on module idx being 0 (and for our services we always continue to the last module idx), it never surfaced in service opta yamls. Should now be fixed with no extra terraform inits. * fixing tests
Fix schema validation
v0.11.4 Trying to fix desired size bug (#140)
Fix linkerd
v0.11.3 [RUNX-166] Add `auto-approve` option to `apply` and `deploy` commands…
Bug fixes
Fix bugs in 0.11
- Bug Fixes
Faster, smoother, intuitive
- Container logs and k8s events are streamed to shell during deploys
- 10x faster CLI by reducing calls to terraform init
- opta validate cli
- opta deploy sets up infra and deploys in one go
- Bug fixes