Calum Murray
Calum Murray
/cc @pierDipi
cc @matzew @lkingland
From discussions in the triage call today, the idea for this feature is: 1. Each function will server a _very simple_ OpenAPI spec documenting the default paths in a function...
> [@Cali0707](https://github.com/Cali0707) , can i work on it? @priyanshuharshbodhi1 if you want to feel free to work on it!
Hi @Taylorzhao we don't support upgrades in this way. We only support upgrading one version at a time (so 1.12 -> 1.13 -> 1.14) That being said, it looks like...
/triage needs-user-input
Hey @S-Mann thanks for your interest here! The types for the `IntegrationSource` are defined here: https://github.com/knative/eventing/blob/main/pkg/apis/sources/v1alpha1/integration_types.go, and the CRDs (which also likely need to be updated) are defined here: https://github.com/knative/eventing/blob/main/config/core/resources/integrationsource.yaml
> Is there an automated way to update the CRDs? In the past we had issues with the CRD generators, so currently you need to update manually
@S-Mann there are normally unit tests in each go package you made changes in, you will need to ensure those still pass. Additionally, there are e2e tests that run. However,...