This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch release-1.10.0-prep in repository https://gitbox.apache.org/repos/asf/camel-k.git
omit f6ed3c06e Build with go 1.17 omit 2886c4d04 Catalog generation for 1.14.0 omit de6ca5fc6 Runtime is 1.14.0 omit f75acff2b Release 1.10.0: Pointing to staging repository for camel-k-runtime 1.14.0 and Camel-Kamelets 0.9.0 tag add 628d78d98 chore: Upgrade k8s to v0.23.5 and controller-runtime to v0.11.2 add 04c4828cd chore: Fix logr and klog dependencies add 5a2fdfc15 fix: Probe handler field has been renamed add 328862acd chore: Upgrade sub-modules to k8s v0.23.5 add d9192376c chore: Upgrade code-generator to v0.23.5 add ae3b2d7b4 chore: Upgrade Knative to version 1.6.0 add 6d6a9efbb chore: Update CRDs based on k8s APIs v0.23.5 add 2d6f29b52 chore(e2e): Install Knative 1.6.0 add 6ed2a7175 chore(e2e): Upgrade KinD to version 0.14.0 and v1.23.6 node add 5e0cdb5fa fix(e2e): Remove Knative eventing sugar controller add a3b59723e fix(e2e): Patch Knative eventing sugar ConfigMap add 52b46ce4b fix(install): Use SSA to apply CRDs add d646fc6df fix(e2e): Increase Pod deletion timeout add aefaf1bb8 Release 1.10.0: Pointing to staging repository for camel-k-runtime 1.14.0 and Camel-Kamelets 0.9.0 tag add 847141aa1 Release 1.10.0: Pointing to staging repository for camel-k-runtime 1.14.0 and Camel-Kamelets 0.9.0 tag This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch 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 (f6ed3c06e) \ N -- N -- N refs/heads/release-1.10.0-prep (847141aa1) 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. No new revisions were added by this update. Summary of changes: .../actions/kamel-config-cluster-kind/action.yml | 4 +- .../kamel-install-knative/install-knative.sh | 22 +- .../duck/client/internalclientset/clientset.go | 34 +- .../typed/duck/v1beta2/duck_client.go | 20 +- .../crd/bases/camel.apache.org_integrations.yaml | 544 ++-- .../bases/camel.apache.org_kameletbindings.yaml | 581 ++-- e2e/global/common/build/maven_ca_secret_test.go | 2 +- e2e/namespace/install/cli/delete_test.go | 14 +- e2e/namespace/install/cli/dev_mode_test.go | 2 +- e2e/namespace/install/cli/uninstall_test.go | 2 +- go.mod | 63 +- go.sum | 680 +++-- helm/camel-k/crds/crd-integration.yaml | 544 ++-- helm/camel-k/crds/crd-kamelet-binding.yaml | 581 ++-- install/Makefile | 4 +- pkg/apis/camel/go.mod | 19 +- pkg/apis/camel/go.sum | 65 +- pkg/client/camel/clientset/versioned/clientset.go | 37 +- .../versioned/typed/camel/v1/camel_client.go | 20 +- .../versioned/typed/camel/v1/fake/fake_build.go | 2 +- .../typed/camel/v1/fake/fake_camelcatalog.go | 2 +- .../typed/camel/v1/fake/fake_integration.go | 2 +- .../typed/camel/v1/fake/fake_integrationkit.go | 2 +- .../camel/v1/fake/fake_integrationplatform.go | 2 +- .../versioned/typed/camel/v1alpha1/camel_client.go | 20 +- .../typed/camel/v1alpha1/fake/fake_kamelet.go | 2 +- .../camel/v1alpha1/fake/fake_kameletbinding.go | 2 +- pkg/client/camel/go.mod | 35 +- pkg/client/camel/go.sum | 243 +- pkg/kamelet/repository/go.mod | 37 +- pkg/kamelet/repository/go.sum | 245 +- pkg/resources/resources.go | 8 +- pkg/trait/health.go | 8 +- resources/camel-catalog-1.14.0.yaml | 2826 -------------------- script/Makefile | 2 +- 35 files changed, 2636 insertions(+), 4040 deletions(-) delete mode 100644 resources/camel-catalog-1.14.0.yaml