TheRacetrack / racetrack

An opinionated framework for deploying, managing, and serving application workloads
https://theracetrack.github.io/racetrack/
Apache License 2.0
28 stars 5 forks source link

Support deployment warnings #478

Closed anders314159 closed 1 week ago

anders314159 commented 2 weeks ago

First pass at supporting deployment warnings.

Added a new field 'warnings' to deployment schema, racetrack CLI now prints deployment warnings, and added a verify_manifest_consistency-warning.

Notes and questions:

  1. I mostly followed the implementation for deployment phases.
  2. How are DB migrations done in live environments?
  3. What other places should put warnings in the DB?
anders314159 commented 1 week ago

Also remember the changelog