Skip to content

v0.6.0.dev240131

Pre-release
Pre-release
Compare
Choose a tag to compare
@UniqueMarvin UniqueMarvin released this 05 Feb 03:26
· 36 commits to main since this release
e5339ee

Added

  • Upgrade interconnection protocol from kuscia-alpha to kuscia-beta to support interconnection between Kuscia-Master and Kuscia-Autonomy.
  • Kuscia monitor, Kuscia exposes a set of metric data, which can be used as data sources for collection by external monitoring tools (such as Prometheus).
  • The Kuscia API added a job approve interface ,allowing participants to review jobs .
  • Add some pre-check before kuscia running, such as health check of the connection of database.
  • Add parameter validation to the kuscia api.
  • The create job interface of kuscia API added the attribute 'customed-fields' .
  • Support configuring the application's image ID in AppImage to prevent domain's application image from being tampered with.
  • Added the curl command example for requesting the kuscia API.
  • polish the agent runtime docs.

Changed

  • Changed some kuscia-crds (KusciaJob,KusciaTask,KusciaDeployment)from cluster to namespace (cross-domain).

Fixed

  • Correct some inaccurate descriptions in the document.