- Connectors definition files are now generated automatically after a merge to main.
- A PR will be created automatically in the cos-manifests repo.
- The new generation system will only bump the revision of the impacted connectors.
To generate the catalog sources locally for testing or validating changes:
- Clone cos-manifests
- Run the command bellow (update the path):
./mvnw clean install -U -Dcos.connector.catalog.root=<path-to-local-cos-manifests/tree/main/connectors/cos-fleet-catalog-camel> -Dlog.enabled=true
- Do a
git diff
in cos-manifests to see the changes.