gansheer commented on PR #4106: URL: https://github.com/apache/camel-k/pull/4106#issuecomment-1456448607
I made some test on the bundle generated (in local build) between 1.16 and 1.26.1 and I get this result: ``` diff -r bundle/Dockerfile bundle_1.26/Dockerfile 10c10 < LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.15.0+git --- > LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.26.1 diff -r bundle/manifests/camel-k.clusterserviceversion.yaml bundle_1.26/manifests/camel-k.clusterserviceversion.yaml 197c197 < createdAt: "2023-03-06T16:21:10Z" --- > createdAt: "2023-03-06T16:19:27Z" 200c200 < operators.operatorframework.io/builder: operator-sdk-v1.15.0+git --- > operators.operatorframework.io/builder: operator-sdk-v1.26.1 329c329,336 < - name: camel-k-operator --- > - label: > app: camel-k > app.kubernetes.io/component: operator > app.kubernetes.io/name: camel-k > app.kubernetes.io/version: 2.0.0-SNAPSHOT > camel.apache.org/component: operator > name: camel-k-operator > name: camel-k-operator diff -r bundle/metadata/annotations.yaml bundle_1.26/metadata/annotations.yaml 9c9 < operators.operatorframework.io.metrics.builder: operator-sdk-v1.15.0+git --- > operators.operatorframework.io.metrics.builder: operator-sdk-v1.26.1 ``` Is there something that should cause some concern in this result for you @oscerd ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org