Skip to content

Releases: run-x/opta

AWS Nodegroup

26 Mar 22:52
fa0118b
Compare
Choose a tag to compare
  • AWS nodegroups module
  • Bug fixes

Fix for when tf.state is empty

18 Mar 16:37
9dd54e8
Compare
Choose a tag to compare
v0.11.8

Bugfixing error of empty terraform state file (#149)

Release automation

18 Mar 02:26
0713f3b
Compare
Choose a tag to compare
v0.11.7

Fix package.yml

Remove rollback from cli

17 Mar 20:41
b45ed2c
Compare
Choose a tag to compare

Fix missing terraform init during deploys

16 Mar 23:27
624246f
Compare
Choose a tag to compare
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

16 Mar 05:22
5a28440
Compare
Choose a tag to compare
v0.11.4

Trying to fix desired size bug (#140)

Fix linkerd

16 Mar 03:47
b0c4cff
Compare
Choose a tag to compare
v0.11.3

[RUNX-166] Add `auto-approve` option to `apply` and `deploy` commands…

Bug fixes

11 Mar 18:06
aad9b94
Compare
Choose a tag to compare
minor prompt tweaks (#136)

* minor prompt tweaks

* Update datadog.py

Fix bugs in 0.11

09 Mar 22:06
06b2b43
Compare
Choose a tag to compare
  • Bug Fixes

Faster, smoother, intuitive

08 Mar 19:44
66db98d
Compare
Choose a tag to compare
  • 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