This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to tag v2.7.0-nightly in repository https://gitbox.apache.org/repos/asf/camel-k.git
*** WARNING: tag v2.7.0-nightly was modified! *** from d433242c1 (commit) to 9d5655c54 (commit) discard d433242c1 chore(ci): v2.7.0-nightly release updates add f53e6a709 fix(install): remove unneded rbacs add 64dc4fcce fix(trait): cron replace only related components add b5ffc2f87 chore(deps): bump github.com/stoewer/go-strcase from 1.3.0 to 1.3.1 add e5b8eea37 feat(trait): use sensible timeout for Quarkus native builder add 0b46667aa fix(ctrl): use caSecrets parameters for kamelet download add c59864520 chore(runtime): default ck runtime 3.15.3 add 033c3a24b chore: starting release branch for release-2.7.x add e9cdaac87 chore: checkout release before starting procedure add 9d5ef76d6 chore: spare some time skipping unit test add d31740a5d chore(release): help identify helm chart add 460c7ff6f chore: nightly automatic updates new 9d5655c54 chore(ci): v2.7.0-nightly release updates This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the tag are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (d433242c1) \ N -- N -- N refs/tags/v2.7.0-nightly (9d5655c54) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .github/workflows/nightly-automatic-updates.yml | 2 +- .github/workflows/nightly-release.yml | 2 +- README.adoc | 2 +- docs/antora.yml | 8 +- docs/charts/camel-k-2.7.0-nightly.tgz | Bin 239195 -> 239048 bytes docs/charts/index.yaml | 6 +- e2e/support/test_support.go | 5 - go.mod | 2 +- go.sum | 4 +- helm/camel-k/templates/rbacs-common.yaml | 107 --------------------- pkg/apis/camel/v1/integrationkit_types.go | 1 + pkg/controller/integrationkit/build.go | 27 +++--- pkg/controller/integrationplatform/create.go | 2 + pkg/controller/integrationplatform/kamelets.go | 9 +- pkg/install/cluster.go | 44 --------- pkg/install/operator.go | 4 - .../bases/camel-k.clusterserviceversion.yaml | 2 +- pkg/resources/config/manifests/kustomization.yaml | 2 - .../manifests/patch-delete-user-cluster-role.yaml | 22 ----- pkg/resources/config/rbac/kustomization.yaml | 5 - ...operator-cluster-role-addressable-resolver.yaml | 32 ------ ...-cluster-role-binding-addressable-resolver.yaml | 30 ------ ...r-role-binding-custom-resource-definitions.yaml | 30 ------ ...r-cluster-role-custom-resource-definitions.yaml | 30 ------ pkg/resources/config/rbac/user-cluster-role.yaml | 64 ------------ ...talog-3.15.2.yaml => camel-catalog-3.15.3.yaml} | 16 +-- pkg/trait/builder.go | 2 - pkg/util/defaults/defaults.go | 2 +- pkg/util/jvm/keystore.go | 14 ++- pkg/util/jvm/keystore_test.go | 53 ++++++++-- pkg/util/maven/maven_command.go | 1 - pkg/util/source/inspector_groovy.go | 52 +++++----- pkg/util/source/inspector_groovy_test.go | 18 ++++ pkg/util/source/inspector_java_script.go | 24 +---- pkg/util/source/inspector_java_script_test.go | 18 ++++ pkg/util/source/inspector_java_source.go | 21 +--- pkg/util/source/inspector_java_source_test.go | 18 ++++ pkg/util/source/inspector_kotlin.go | 22 +---- pkg/util/source/inspector_kotlin_test.go | 18 ++++ pkg/util/source/inspector_xml.go | 4 +- pkg/util/source/inspector_xml_test.go | 66 ++++++++++++- pkg/util/source/inspector_yaml.go | 8 +- pkg/util/source/inspector_yaml_test.go | 64 +++++++++--- release.adoc | 7 +- script/Makefile | 2 +- 45 files changed, 337 insertions(+), 535 deletions(-) delete mode 100644 pkg/resources/config/manifests/patch-delete-user-cluster-role.yaml delete mode 100644 pkg/resources/config/rbac/operator-cluster-role-addressable-resolver.yaml delete mode 100644 pkg/resources/config/rbac/operator-cluster-role-binding-addressable-resolver.yaml delete mode 100644 pkg/resources/config/rbac/operator-cluster-role-binding-custom-resource-definitions.yaml delete mode 100644 pkg/resources/config/rbac/operator-cluster-role-custom-resource-definitions.yaml delete mode 100644 pkg/resources/config/rbac/user-cluster-role.yaml rename pkg/resources/resources/{camel-catalog-3.15.2.yaml => camel-catalog-3.15.3.yaml} (99%)