apache / camel-k

Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers
https://camel.apache.org/camel-k
Apache License 2.0
868 stars 348 forks source link

fix(deployer): deprecate client side apply enforcement #5826

Closed squakez closed 2 months ago

squakez commented 2 months ago

This PR is twofold. From one side we ensure to let the decision to use server or client side to the platform, deprecating the possibility to enforce client side. And we are adding a workaround to fix a Knative webhook failure.

Closes https://github.com/apache/camel-k/issues/5752

Release Note

fix(deployer): deprecate client side apply enforcement
github-actions[bot] commented 2 months ago

:heavy_check_mark: Unit test coverage report - coverage increased from 43.8% to 43.9% (+0.1%)

squakez commented 2 months ago

Better to close this one. It seems the removal of ssa is creating some problem. I may reopen eventually.