Skip to content

Releases: apache/camel-k

v2.10.0-nightly

24 Dec 00:55

Choose a tag to compare

v2.10.0-nightly Pre-release
Pre-release
NOTE: last update on Tue Dec 30 00:42:28 UTC 2025

Apache Camel K 2.10.0-nightly build for testing purposes only (unstable). This nightly release is using an unsupported operator image published as docker.io/testcamelk/camel-k:2.10.0-nightly. The available platforms are AMD64 and ARM64.

Kubectl

kubectl apply -k github.com/apache/camel-k/install/overlays/kubernetes/descoped?ref=v2.10.0-nightly

Helm

helm install camel-k https://github.com/apache/camel-k/raw/v2.10.0-nightly/docs/charts/camel-k-2.10.0-nightly.tgz

OLM

Use the operator-sdk tool and run the bundle via:

operator-sdk run bundle docker.io/testcamelk/camel-k-bundle:2.10.0-nightly

v2.9.0-nightly

05 Nov 11:41

Choose a tag to compare

v2.9.0-nightly Pre-release
Pre-release
NOTE: last update on Tue Dec 23 00:42:13 UTC 2025

Apache Camel K 2.9.0-nightly build for testing purposes only (unstable). This nightly release is using an unsupported operator image published as docker.io/testcamelk/camel-k:2.9.0-nightly. The available platforms are AMD64 and ARM64.

Kubectl

kubectl apply -k github.com/apache/camel-k/install/overlays/kubernetes/descoped?ref=v2.9.0-nightly

Helm

helm install camel-k https://github.com/apache/camel-k/raw/v2.9.0-nightly/docs/charts/camel-k-2.9.0-nightly.tgz

OLM

Use the operator-sdk tool and run the bundle via:

operator-sdk run bundle docker.io/testcamelk/camel-k-bundle:2.9.0-nightly

v2.9.0

20 Dec 09:31

Choose a tag to compare

Installation procedure

Install the operator looking at the official Camel K operator 2.9.0 installation procedure.

What's Changed

  • chore(deps): bump golang.org/x/time from 0.12.0 to 0.13.0 by @dependabot[bot] in #6291
  • chore(deps): prometheus common upgrade by @squakez in #6289
  • chore(deps): bump knative.dev/eventing from 0.46.4 to 0.46.5 by @dependabot[bot] in #6293
  • chore(deps): bump golang.org/x/term from 0.34.0 to 0.35.0 by @dependabot[bot] in #6292
  • chore(deps): bump knative.dev/serving from 0.46.4 to 0.46.6 by @dependabot[bot] in #6295
  • chore(deps): bump golang.org/x/text from 0.28.0 to 0.29.0 by @dependabot[bot] in #6296
  • feat: remove deprecations from 2.5 by @squakez in #6294
  • feat(dependencies): upgrade to Kubernetes 1.34 by @squakez in #6297
  • feat(dependencies): golang version 1.25 by @squakez in #6301
  • feat(dependencies): controller runtime 0.22.1 by @squakez in #6302
  • fix(trait): health ports configuration by @squakez in #6304
  • fix(ci): run olm install on main only by @squakez in #6305
  • feat(api): Pipe traits configuration by @squakez in #6310
  • chore(deps): bump github.com/go-git/go-git/v5 from 5.16.2 to 5.16.3 by @dependabot[bot] in #6316
  • chore(deps): bump github.com/operator-framework/api from 0.34.0 to 0.35.0 by @dependabot[bot] in #6317
  • feat(traits): new keda implementation by @squakez in #6311
  • chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.85.0 to 0.86.0 by @dependabot[bot] in #6318
  • chore(deps): bump github.com/prometheus/common from 0.66.1 to 0.67.1 by @dependabot[bot] in #6320
  • chore(deps): bump knative.dev/eventing from 0.46.5 to 0.46.6 by @dependabot[bot] in #6319
  • chore(deps): bump golang.org/x/text from 0.29.0 to 0.30.0 by @dependabot[bot] in #6324
  • chore(deps): bump golang.org/x/term from 0.35.0 to 0.36.0 by @dependabot[bot] in #6322
  • chore(deps): bump golang.org/x/oauth2 from 0.31.0 to 0.32.0 by @dependabot[bot] in #6323
  • chore(deps): bump golang.org/x/time from 0.13.0 to 0.14.0 by @dependabot[bot] in #6325
  • feat(trait): cross namespace Kamelets by @squakez in #6326
  • fix(docs): temporary workaround by @squakez in #6328
  • chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.86.0 to 0.86.1 by @dependabot[bot] in #6330
  • doc: Remove keda kamelet user doc by @gansheer in #6332
  • feat(util): allow Kamelet crossnamespace in Pipes by @squakez in #6331
  • chore(trait): remove old deprecated fields by @squakez in #6333
  • feat(trait): kamelets from dependencies by @squakez in #6335
  • Issue #6334 Flaky TestKedaAuthentication unit test by @jovanpet in #6337
  • feat(ctrl): dry build by @squakez in #6339
  • chore(deps): bump knative.dev/serving from 0.46.6 to 0.46.7 by @dependabot[bot] in #6343
  • chore(deps): bump knative.dev/eventing from 0.46.6 to 0.46.7 by @dependabot[bot] in #6344
  • chore(deps): bump github.com/prometheus/common from 0.67.1 to 0.67.2 by @dependabot[bot] in #6346
  • chore(deps): bump knative.dev/eventing from 0.46.7 to 0.46.8 by @dependabot[bot] in #6347
  • Improve configmap test coverage by @cfitzw in #6158
  • fix(ci): use a custom release process by @squakez in #6350
  • chore(deps): bump knative.dev/serving from 0.46.7 to 0.47.0 by @dependabot[bot] in #6349
  • chore(deps): bump knative.dev/eventing from 0.46.8 to 0.47.0 by @dependabot[bot] in #6348
  • chore(cmd): cleaning and deprecations by @squakez in #6352
  • refactor: move knative types out of API package (#6300) by @pkalsi97 in #6355
  • chore(deps): bump github.com/operator-framework/api from 0.35.0 to 0.36.0 by @dependabot[bot] in #6357
  • cli(reset): add force flag, namespace confirmation prompt, update e2e test by @pkalsi97 in #6359
  • fix(e2e): use proper variable resolution by @squakez in #6360
  • chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.86.1 to 0.86.2 by @dependabot[bot] in #6361
  • chore(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0 by @dependabot[bot] in #6362
  • chore(deps): bump golang.org/x/oauth2 from 0.32.0 to 0.33.0 by @dependabot[bot] in #6363
  • chore(deps): bump golang.org/x/term from 0.36.0 to 0.37.0 by @dependabot[bot] in #6365
  • chore(deps): bump golang.org/x/text from 0.30.0 to 0.31.0 by @dependabot[bot] in #6366
  • fix(ci): enable whitespace linter and fix violations by @pkalsi97 in #6367
  • chore(cmd): deprecate --dev/--sync by @squakez in #6369
  • chore(ctrl): check SA permission to access cross namespace resources by @squakez in #6368
  • fix(ci): enable nlreturn and fix all violations by @pkalsi97 in #6371
  • chore: blank line before return by @squakez in #6372
  • fix(ci): enable perfsprint, testpackage and fixed violations by @pkalsi97 in #6373
  • fix(ci): enable forbidigo ,tagalign and fix violations by @pkalsi97 in #6370
  • chore(deps): bump github.com/prometheus/common from 0.67.2 to 0.67.3 by @dependabot[bot] in #6374
  • chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 by @dependabot[bot] in #6376
  • chore(deps): bump go.uber.org/zap from 1.27.0 to 1.27.1 by @dependabot[bot] in #6375
  • chore(trait): gc can be deleted test by @squakez in #6377
  • fix(trait): mount multiple files of same resource by @squakez in #6379
  • chore(deps): bump github.com/go-git/go-git/v5 from 5.16.3 to 5.16.4 by @dependabot[bot] in #6380
  • chore(deps): bump github.com/prometheus/common from 0.67.3 to 0.67.4 by @dependabot[bot] in #6384
  • chore(deps): bump sigs.k8s.io/structured-merge-diff/v6 from 6.3.0 to 6.3.1 by @dependabot[bot] in #6381
  • feat(cmd): bind .spec.traits instead of annotations by @squakez in #6387
  • chore(cmd): revert debug deprecation by @squakez in #6390
  • fix(ci): upgrade go to 1.25.5 by @squakez in #6395
  • chore(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in #6394
  • feat(install): remove unnecessary rbac by @squakez in #6396
  • chore(deps): bump golang.org/x/text from 0.31.0 to 0.32.0 by @dependabot[bot] in #6399
  • chore(deps): bump golang.org/x/term from 0.37.0 to 0.38.0 by @dependabot[bot] in #6400
  • chore(deps): bump github.com/onsi/gomega from 1.38.2 to 1.38.3 by @dependabot[bot] in #6401
  • chore(deps): bump golang.org/x/oauth2 from 0.33.0 to 0.34.0 by @dependabot[bot] in #6402
  • chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.86.2 to 0.87.1 by @dependabot[bot] in #6403
  • chore(deps): bump github.com/operator-framework/api from 0.36.0 to 0.37.0 by @dependabot[bot] in #6404
  • feat: Add default container annotation for kubectl commands by @pkalsi97 in #6405
  • chore(trait): deprecate logging trait in favour of Quarkus properties by @pkalsi97 in #6406
  • chore(trait): deprecate telemetry trait in favour of properties configuration by @pkalsi97 in #6407
  • chore(trait): deprecate master trait in favour of manual RBAC configuration by @pkalsi97 in https:/...
Read more

v2.8.1-nightly

23 Sep 01:48

Choose a tag to compare

v2.8.1-nightly Pre-release
Pre-release
NOTE: last updated on Wed Sep 24 01:31:11 UTC 2025

Apache Camel K 2.8.1-nightly build for testing purposese only (unstable). This nightly release is using an unsupported operator image published as docker.io/testcamelk/camel-k:2.8.1-nightly. The available platforms are AMD64 and ARM64.

Kubectl

kubectl apply -k github.com/apache/camel-k/install/overlays/kubernetes/descoped?ref=v2.8.1-nightly

Helm

helm install camel-k https://github.com/apache/camel-k/raw/v2.8.1-nightly/docs/charts/camel-k-2.8.1-nightly.tgz

OLM

Use the operator-sdk tool and run the bundle via:

operator-sdk run bundle docker.io/testcamelk/camel-k-bundle:2.8.1-nightly

v2.7.1-nightly

26 Jun 01:47

Choose a tag to compare

v2.7.1-nightly Pre-release
Pre-release
NOTE: last updated on Tue Sep 23 01:28:32 UTC 2025

Apache Camel K 2.7.1-nightly build for testing purposese only (unstable). This nightly release is using an unsupported operator image published as docker.io/testcamelk/camel-k:2.7.1-nightly. The available platforms are AMD64 and ARM64.

Kubectl

kubectl apply -k github.com/apache/camel-k/install/overlays/kubernetes/descoped?ref=v2.7.1-nightly

Helm

helm install camel-k https://github.com/apache/camel-k/raw/v2.7.1-nightly/docs/charts/camel-k-2.7.1-nightly.tgz

OLM

Use the operator-sdk tool and run the bundle via:

operator-sdk run bundle docker.io/testcamelk/camel-k-bundle:2.7.1-nightly

v2.8.0-nightly

26 Jun 01:46

Choose a tag to compare

v2.8.0-nightly Pre-release
Pre-release
NOTE: last updated on Mon Sep 22 01:39:23 UTC 2025

Apache Camel K 2.8.0-nightly build for testing purposese only (unstable). This nightly release is using an unsupported operator image published as docker.io/testcamelk/camel-k:2.8.0-nightly. The available platforms are AMD64 and ARM64.

Kubectl

kubectl apply -k github.com/apache/camel-k/install/overlays/kubernetes/descoped?ref=v2.8.0-nightly

Helm

helm install camel-k https://github.com/apache/camel-k/raw/v2.8.0-nightly/docs/charts/camel-k-2.8.0-nightly.tgz

OLM

Use the operator-sdk tool and run the bundle via:

operator-sdk run bundle docker.io/testcamelk/camel-k-bundle:2.8.0-nightly

v2.8.0

16 Sep 15:04

Choose a tag to compare

Installation procedure

Install the operator looking at the official Camel K operator 2.8.0 installation procedure.

What's Changed

  • chore(deps): bump github.com/prometheus/common from 0.64.0 to 0.65.0 by @dependabot[bot] in #6197
  • chore(deps): bump knative.dev/eventing from 0.45.1 to 0.45.2 by @dependabot[bot] in #6202
  • chore(deps): bump golang.org/x/term from 0.32.0 to 0.33.0 by @dependabot[bot] in #6203
  • chore(deps): bump golang.org/x/sync from 0.15.0 to 0.16.0 by @dependabot[bot] in #6204
  • chore(deps): bump golang.org/x/text from 0.26.0 to 0.27.0 by @dependabot[bot] in #6205
  • chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by @dependabot[bot] in #6207
  • chore(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by @dependabot[bot] in #6208
  • chore(deps): bump github.com/onsi/gomega from 1.37.0 to 1.38.0 by @dependabot[bot] in #6211
  • chore(deps): bump github.com/prometheus/client_golang from 1.22.0 to 1.23.0 by @dependabot[bot] in #6217
  • chore(deps): bump golang.org/x/term from 0.33.0 to 0.34.0 by @dependabot[bot] in #6220
  • chore(deps): bump golang.org/x/text from 0.27.0 to 0.28.0 by @dependabot[bot] in #6221
  • feat(trait): init containers by @squakez in #6223
  • feat(dependencies): kube api 0.33.4 by @squakez in #6225
  • fix(e2e): check succeeded pods instead of running pods by @squakez in #6227
  • feat(dependencies): removed spectrum strategy by @squakez in #6228
  • feat(dependencies): controller runtime 0.21.0 by @squakez in #6231
  • feat(trait): Deprecate Pod by @squakez in #6232
  • chore(deps): bump knative.dev/eventing from 0.45.2 to 0.46.1 by @dependabot[bot] in #6235
  • chore(deps): bump knative.dev/serving from 0.44.1 to 0.46.1 by @dependabot[bot] in #6236
  • chore(doc): remove cross references from other Camel components by @squakez in #6238
  • feat(dependencies): upgrade APIs after Kubernetes 0.33 by @squakez in #6241
  • chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #6243
  • feat(cmd): drop install/uninstall from CLI by @squakez in #6240
  • chore(deps): bump github.com/onsi/gomega from 1.38.0 to 1.38.1 by @dependabot[bot] in #6242
  • chore(deps): bump knative.dev/eventing from 0.46.1 to 0.46.2 by @dependabot[bot] in #6244
  • chore(deps): bump github.com/onsi/gomega from 1.38.1 to 1.38.2 by @dependabot[bot] in #6246
  • chore(deps): bump knative.dev/serving from 0.46.1 to 0.46.2 by @dependabot[bot] in #6245
  • chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #6250
  • chore(deps): bump github.com/operator-framework/api from 0.33.0 to 0.34.0 by @dependabot[bot] in #6253
  • Let Golang testing framework clean any temporary data by @michalvavrik in #6251
  • feat(trait): service and container ports by @squakez in #6255
  • feat(traits): JVM agents by @squakez in #6256
  • chore(deps): bump knative.dev/serving from 0.46.2 to 0.46.4 by @dependabot[bot] in #6257
  • fix(ci): helm installation process by @squakez in #6263
  • feat(api): add Pipe dependencies by @squakez in #6260
  • feat(trait): deprecate Jolokia by @squakez in #6261
  • chore(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 by @dependabot[bot] in #6258
  • chore(deps): bump knative.dev/eventing from 0.46.2 to 0.46.3 by @dependabot[bot] in #6264
  • chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #6265
  • feat(api): Add Integration Git Branch, Commit and Tag options by @michalvavrik in #6269
  • chore(lint): Fix warnings when running linter by @michalvavrik in #6273
  • chore(deps): bump golang.org/x/oauth2 from 0.30.0 to 0.31.0 by @dependabot[bot] in #6271
  • chore(deps): bump golang.org/x/sync from 0.16.0 to 0.17.0 by @dependabot[bot] in #6274
  • chore(e2e): remove github tests by @squakez in #6275
  • chore(deps): bump github.com/spf13/viper from 1.20.1 to 1.21.0 by @dependabot[bot] in #6278
  • chore(doc): note about runtimes availability by @squakez in #6280
  • chore(api): podspec deprecation notice by @squakez in #6281
  • chore(deps): bump knative.dev/eventing from 0.46.3 to 0.46.4 by @dependabot[bot] in #6285
  • feat(api): clone Kamelet type by @squakez in #6286

Full Changelog: v2.7.0...v2.8.0

v2.6.1-nightly

20 Feb 01:39

Choose a tag to compare

v2.6.1-nightly Pre-release
Pre-release
NOTE: last updated on Tue Sep 16 01:25:46 UTC 2025

Apache Camel K 2.6.1-nightly build for testing purposese only (unstable). This nightly release is using an unsupported operator image published as docker.io/testcamelk/camel-k:2.6.1-nightly. The available platforms are AMD64 and ARM64.

Kubectl

kubectl apply -k github.com/apache/camel-k/install/overlays/kubernetes/descoped?ref=v2.6.1-nightly

Helm

helm install camel-k https://github.com/apache/camel-k/raw/v2.6.1-nightly/docs/charts/camel-k-2.6.1-nightly.tgz

OLM

Use the operator-sdk tool and run the bundle via:

operator-sdk run bundle docker.io/testcamelk/camel-k-bundle:2.6.1-nightly

v2.7.0-nightly

20 Feb 01:38

Choose a tag to compare

v2.7.0-nightly Pre-release
Pre-release
NOTE: last updated on Wed Jun 25 01:33:59 UTC 2025

Apache Camel K 2.7.0-nightly build for testing purposese only (unstable). This nightly release is using an unsupported operator image published as docker.io/testcamelk/camel-k:2.7.0-nightly. The available platforms are AMD64 and ARM64.

Kubectl

kubectl apply -k github.com/apache/camel-k/install/overlays/kubernetes/descoped?ref=v2.7.0-nightly

Helm

helm install camel-k https://github.com/apache/camel-k/raw/v2.7.0-nightly/docs/charts/camel-k-2.7.0-nightly.tgz

OLM

Use the operator-sdk tool and run the bundle via:

operator-sdk run bundle docker.io/testcamelk/camel-k-bundle:2.7.0-nightly

v2.7.0

21 Jun 16:07

Choose a tag to compare

Installation procedure

Install the operator looking at the official Camel K operator 2.7.0 installation procedure.

What's Changed

  • chore(deps): bump golang.org/x/term from 0.28.0 to 0.29.0 by @dependabot in #6067
  • chore(deps): bump golang.org/x/time from 0.9.0 to 0.10.0 by @dependabot in #6072
  • chore(deps): bump golang.org/x/text from 0.21.0 to 0.22.0 by @dependabot in #6074
  • chore(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 by @dependabot in #6075
  • fix(ci): nightly multi arch by @squakez in #6077
  • chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #6078
  • chore(doc): crd v1alpha1 remove by @squakez in #6079
  • chore(deps): bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 by @dependabot in #6082
  • chore(deps): golang 1.24 by @squakez in #6084
  • chore(traits): remove deprecations no longer supported by @squakez in #6085
  • fix(e2e): wait for Pod readiness by @squakez in #6088
  • chore(deps): bump golang.org/x/oauth2 from 0.26.0 to 0.27.0 by @dependabot in #6086
  • fix(ctrl): set ready state when reconciling back to normal by @squakez in #6087
  • feat(dependencies): bump kubernetes to 1.32 by @squakez in #6089
  • fix(builder): allow any plain Quarkus runtime by @squakez in #6090
  • fix(helm): extra environment variables by @eshepelyuk in #6092
  • fix(builder): use maven.config file by @squakez in #6093
  • chore(deps): bump sigs.k8s.io/structured-merge-diff/v4 from 4.5.0 to 4.6.0 by @dependabot in #6095
  • chore(deps): bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 by @dependabot in #6096
  • chore(deps): bump github.com/operator-framework/api from 0.26.0 to 0.30.0 by @dependabot in #6097
  • chore(deps): bump golang.org/x/sync from 0.11.0 to 0.12.0 by @dependabot in #6100
  • chore(deps): bump golang.org/x/text from 0.22.0 to 0.23.0 by @dependabot in #6101
  • chore(deps): bump golang.org/x/oauth2 from 0.27.0 to 0.28.0 by @dependabot in #6103
  • chore(deps): bump golang.org/x/term from 0.29.0 to 0.30.0 by @dependabot in #6104
  • Update jdk-version.adoc by @fkdraeb in #6105
  • fix(dependencies): controller gen bump by @squakez in #6107
  • chore(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 by @dependabot in #6109
  • chore(deps): bump golang.org/x/time from 0.10.0 to 0.11.0 by @dependabot in #6108
  • chore(deps): bump knative.dev/eventing from 0.43.3 to 0.44.3 by @dependabot in #6102
  • chore(builder): include jib profile in project by @squakez in #6099
  • chore(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0 by @dependabot in #6111
  • fix(api): count all sources only once by @squakez in #6110
  • fix(trait): merge integrationplatform trait by @squakez in #6112
  • chore(api): remove IntegrationProfile deprecation notice by @squakez in #6114
  • chore(deps): bump prometheus to 0.81.0 by @squakez in #6116
  • chore(deps): bump github.com/onsi/gomega from 1.36.2 to 1.36.3 by @dependabot in #6118
  • chore(deps): viper 1.20.0 by @squakez in #6117
  • chore(deps): bump knative.dev/eventing from 0.44.3 to 0.44.4 by @dependabot in #6119
  • chore(deps): bump github.com/spf13/viper from 1.20.0 to 1.20.1 by @dependabot in #6120
  • fix(trait): use it and ik repositories by @squakez in #6121
  • chore(deps): bump github.com/onsi/gomega from 1.36.3 to 1.37.0 by @dependabot in #6124
  • Update binding.adoc by @fkdraeb in #6127
  • chore(deps): bump golang.org/x/sync from 0.12.0 to 0.13.0 by @dependabot in #6129
  • chore(deps): bump golang.org/x/text from 0.23.0 to 0.24.0 by @dependabot in #6130
  • chore(deps): bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 by @dependabot in #6131
  • chore(deps): bump golang.org/x/term from 0.30.0 to 0.31.0 by @dependabot in #6132
  • feat(api): Integration git option by @squakez in #6128
  • chore(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 by @dependabot in #6133
  • chore(deps): bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 by @dependabot in #6134
  • chore(deps): bump github.com/magiconair/properties from 1.8.9 to 1.8.10 by @dependabot in #6138
  • chore(deps): bump github.com/prometheus/client_model from 0.6.1 to 0.6.2 by @dependabot in #6139
  • chore(deps): bump github.com/go-git/go-git/v5 from 5.14.0 to 5.15.0 by @dependabot in #6141
  • chore(deps): bump knative.dev/eventing from 0.44.4 to 0.44.5 by @dependabot in #6143
  • chore(deps): bump github.com/go-git/go-git/v5 from 5.15.0 to 5.16.0 by @dependabot in #6142
  • chore(deps): bump sigs.k8s.io/structured-merge-diff/v4 from 4.6.0 to 4.7.0 by @dependabot in #6140
  • feat(pipe): bind to Integration, Pipe, Services by @squakez in #6147
  • chore(deps): bump knative.dev/eventing from 0.44.5 to 0.45.0 by @dependabot in #6150
  • feat(dependencies): Upgrade Kubernetes API to v.0.32.3 by @gansheer in #6153
  • chore(doc): Integration from Git by @squakez in #6160
  • fix(ci): Use KRaft for kafka-cluster by @gansheer in #6163
  • chore(deps): bump github.com/operator-framework/api from 0.30.0 to 0.31.0 by @dependabot in #6151
  • chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.81.0 to 0.82.2 by @dependabot in #6162
  • chore(deps): bump knative.dev/eventing from 0.45.0 to 0.45.1 by @dependabot in #6164
  • chore(deps): bump golang.org/x/sync from 0.13.0 to 0.14.0 by @dependabot in #6165
  • chore(dep): Upgrade knative serving to 0.44.1 by @gansheer in #6166
  • chore(deps): bump golang.org/x/term from 0.31.0 to 0.32.0 by @dependabot in #6168
  • chore(deps): bump github.com/prometheus/common from 0.63.0 to 0.64.0 by @dependabot in #6167
  • chore(deps): bump github.com/go-git/go-git/v5 from 5.16.0 to 5.16.1 by @dependabot in #6172
  • chore(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0 by @dependabot in #6175
  • chore(deps): bump github.com/go-logr/logr from 1.4.2 to 1.4.3 by @dependabot in #6170
  • chore(deps): bump golang.org/x/text from 0.25.0 to 0.26.0 by @dependabot in #6176
  • chore(deps): bump golang.org/x/time from 0.11.0 to 0.12.0 by @dependabot in #6177
  • chore(deps): bump github.com/go-git/go-git/v5 from 5.16.1 to 5.16.2 by @dependabot in #6178
  • Language and formatting corrections to Pipes documentation by @rhaetor in #6181
  • chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by @dependabot in #6185
  • fix(dep): Update mergo to prod ready v1 dario.cat/mergo by @gansheer in #6169
  • fix(ctrl): use maven repo when downloading kamelets by @squakez in #6186
  • chore(deps): go-github v72 by @squakez in #6187
  • fix(e2e): cron test time reduction by @squakez in #6188
  • fix(install): remove unneded rbacs by @squakez in #6191
  • fix(trait): cron replace only related components by @squakez in #6190
  • chore(deps): bump github.com/stoewer/go-strcase from 1.3.0 to 1.3.1 by @dependabot in #6193
  • feat(trait): use sensib...
Read more