Skip to content

Releases: run-x/opta

AWS Lambda!

Choose a tag to compare

@NitinAgg NitinAgg released this 14 Dec 02:03
07ae835

This includes a change which can cause a 5 min downtime in AWS.

What's Changed

Full Changelog: v0.21.0...v0.22.0

Modular modules

Choose a tag to compare

@NitinAgg NitinAgg released this 06 Dec 18:59
090518f
  • Beginning of a major refactor which would make it easier to add more modules
  • opta will now prompt to apply env as well if it doesn't exist instead of just throwing an error
  • A bunch of bug fixes

What's Changed

Full Changelog: v0.20.0...v0.21.0

v0.20.0

Choose a tag to compare

@NitinAgg NitinAgg released this 23 Nov 16:27
3249c6d
  • Support for static apps using s3 + cloundfront
  • Bug fixes and other imorovements

What's Changed

Full Changelog: v0.19.0...v0.20.0

Configurable initial delay

Choose a tag to compare

@NitinAgg NitinAgg released this 16 Nov 19:08
a444e4e
  • Configurable liveness and readyness delay in k8s-service
  • More stable defaults so that they don't change with newer opta versions

Fix backwards incompatible port changes

Choose a tag to compare

@NitinAgg NitinAgg released this 10 Nov 01:08
45c3352
Fix issues with multiple ports (#477)

* Fix port.websocket not passing validation on k8s-service

* Add service_port

* Use port 80 as default service port for http

* testfixing

Co-authored-by: JD <jdpcbs@gmail.com>

Custom ingress annotations

Choose a tag to compare

@NitinAgg NitinAgg released this 09 Nov 20:10
f9bc01e
  • Custom ingress annotations
  • Bug fixes

Multiple ports support

Choose a tag to compare

@NitinAgg NitinAgg released this 07 Nov 18:16
aa50047
  • Added support for multiple exposed ports per service

Fix nginx namespace issue

Choose a tag to compare

@NitinAgg NitinAgg released this 03 Nov 20:52
41ce822

Fixes the issue where nginx namespace was being recreated under certain corner case situations

Dynamodb

Choose a tag to compare

@NitinAgg NitinAgg released this 02 Nov 14:56
4c9dd67
  • Added dynamodb support
  • Bugs and fixes

Opta Local

Choose a tag to compare

@NitinAgg NitinAgg released this 11 Oct 19:28
9bf503d

New features:

  • Opta local !!!
  • Preemptible instances in GCP
  • Nodepool module for GCP
  • Upgrade Linkerd version
  • Supports a list of values file in helm as opposed to just a single values file