All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Added
for new features.
Changed
for changes in existing functionality.
Deprecated
for soon-to-be removed features.
Removed
for now removed features.
Fixed
for any bug fixes.
Security
in case of vulnerabilities.
Breaking Changed
Breaking for backward-incompatible changes that require user intervention.
- add the documents of datasource api
- add kusciaapi errorcode doc
- add kuscia init command generating kuscia config
- update domain register and handshake error
- report events when Pod failed to start in RunK mode
- Change the mounting directory for logs and data of Kuscia deploying with Docker
- {{ROOT}}/kuscia-{{DEPLOY_MODE}}-{{DOMAIN_ID}}-data -> {{ROOT}}/{{DOMAIN_CONTAINER_NAME}}/data.
- {{ROOT}}/kuscia-{{DEPLOY_MODE}}-{{DOMAIN_ID}}-logs -> {{ROOT}}/{{DOMAIN_CONTAINER_NAME}}/logs.
- {{ROOT}}/kuscia-{{DEPLOY_MODE}}-{{DOMAIN_ID}}-certs was deleted.
- fix some unit test case
- fix the issue of inconsistent states among multiple parties in KusciaDeployment
- fix the issue of ClusterDefine only having unilateral information under KusciaDeployment in P2P scenarios
- fix kusciaapi grpc role check
- Upgrade certain dependency packages to fix security vulnerabilities in pkg.
- 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 some kuscia-crds (KusciaJob,KusciaTask,KusciaDeployment)from cluster to namespace (cross-domain).
- Correct some inaccurate descriptions in the document.
- Add network error troubleshooting document.
- Add steps for pre creating data tables in the process of deploying kusica on K8s.
- The token from lite to master supports rotation.
- When deploying using deploy.sh, no kuscia API client certificate was generated.
- Support deploying kuscia on K8s.
- Support running algorithm images based on runp and runk modes.
- Support configuring Path prefix in domain public URL addresses.
- Optimize deployment configuration and add configuration documentation.
- Optimize error information of task and error logs of kuscia.
- When there is a duplicate node error, the node will not exit but will try again.
- Change ClusterDomainRoute status to be unready when dest domain is unreachable.
- Add document of Kuscia overview.
- Move pod scheduling phase to the task pending phase.
- Add document for deploying Kuscia on k8s.
- Optimize log output.
- Optimize Kuscia deployment configuration and add configuration documentation.
- Optimize error messages due to scheduling failures.
- When there is a duplicate node error, the node will not exit but will try again.
- Change ClusterDomainRoute status to be unready when dest domain is unreachable.
- Support register secretflow psi image.
- Add KusciaDeployment operator.
- Support non MTLS network communication in P2P networking mode.
- Support the deployment of new lite domain in centralized clusters.
- Support non MTLS network communication in centralized networking mode.
- Supports the deployment of an autonomy domain across machines.
- Add Integration Test.
- Correct datamesh service name for p2p
- Fix document typo.
- Fix errors when installing secretpad using non-root user.
- Fix the issue of token failure after restarting Kuscia.
- Kuscia init release.