Changelog =========== All notable changes to this project will be documented in this file. This project adheres to `Semantic Versioning `_. ## unreleased * Allow OST_CLIENT_SECRET to be set from an existing kubernetes Secret 1.1.0 ----- * Updated resource constraint support for LOW Telescope. 1.0.0 ----- * [BREAKING] Integrated APScheduler for SBD scheduling and execution. * [BREAKING] Added Constraint support for Sun, Moon, Jupiter, LST and Elevation. * [BREAKING] Fixed vault secrets. * [BREAKING] Updated codebase to support ODA architecture after API layer removal. 0.4.2 ----- * Fixed OET URL issue. * Fixed TANGO_HOST issue. * Replaced secretProvider to vaultStaticSecret. * Set Minikube var to false in order to use ClusterIP. 0.4.1 ----- * Fixed create_env issue in observation. 0.4.0 ----- * [BREAKING] updated ODA, OET, TMC. * [BREAKING] Added LOW Telescope support. 0.3.0 ----- * [BREAKING] updated ODA, OET, TMC. * [BREAKING] Added Schedular for picking observation based on time. * [BREAKING] Added Resource availability check. 0.2.0 ----- * Added Script Arguments support. * Added create_env(create script execution environment) support for observing queue. * Added Concurrent SBD execution on multiple subarray. 0.1.0 ----- * Added DB Queue for storing queue items. * Created APIs for CRUD operations on Queue and QueueItems. * Added OET APIs for starting and monitoring queue execution. * Added OET as dependency. * Created APIs for view execution Page for streaming in real time.