Skip to content

Releases: run-x/opta

Fix SQS and SNS module bugs

Choose a tag to compare

@NitinAgg NitinAgg released this 25 May 18:36
84bbd81
Gave SQS queues and SNS topics separate KMS keys (#252)

This way we can give roles/users decrypt/encrypt access just for those keys instead of for the root one of the account we use for the top security stuff.

Cloud agnostic

Choose a tag to compare

@NitinAgg NitinAgg released this 14 May 16:00
73329a3
Made opta cloud-agnostic (#241)

* Made opta cloud-agnostic

* debug

* Test fixing

* debugging

* debugging

Bug fixes

Choose a tag to compare

@NitinAgg NitinAgg released this 12 May 21:06
v0.13.3

Added dependency update option for helm

Bug fixes

Choose a tag to compare

@NitinAgg NitinAgg released this 12 May 18:57
v0.13.2

bugfix

Bugfix

Choose a tag to compare

@ankurd1 ankurd1 released this 10 May 22:11
e6d540d
  • Cosmetic bugfix

IAM support

Choose a tag to compare

@ankurd1 ankurd1 released this 10 May 21:19
c93502a
  • Support IAM users/roles
  • "did you mean" for the cli commands
  • Ability to opt out of datadog/sentry/amplitude tracking

Ignore changes to kms

Choose a tag to compare

@NitinAgg NitinAgg released this 06 May 18:31
ccf7d23
  • Fixes a bug where EKS might get recreated if it thinks there is a change to kms

Enable GRPC

Choose a tag to compare

@NitinAgg NitinAgg released this 06 May 01:27
029431a
GRPC support (#229)

* wip

* bugfix

* wip

* wip

* wip

* Ignore subnet changes and enfore provider versions

* test fixing

* Debugging

* debugging

* Fixing tests

Helm chart support!

Choose a tag to compare

@NitinAgg NitinAgg released this 29 Apr 22:32
363658c
helm chart support (#225)

* helm chart support

* Bugfixing

RunX module!

Choose a tag to compare

@NitinAgg NitinAgg released this 27 Apr 16:23
bcac031
Improved opta ui module (#223)

* Improved opta ui module

1. The service must inherit from the environment always. (sort of-- there is nothing stopping someone from redundantly adding the runx module in the service, but it changes nothing)
2. For the environment, they should only ever need to save the api key once. It should not be required as an envar everytime (stored in AWS parameter store or google secret manager)
3. The service must be able to fetch the stored secret containing the api key
4. It is ok to treat the runx module special (it is, only 6 lines where we run its process or posthook step in the service runs as well)

* linting

* try

* try

Co-authored-by: Nitin Aggarwal <nitin@runx.dev>
Co-authored-by: Nitin Aggarwal <nitin.agg1909@gmail.com>