This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push: new e0a3931c5 chore: nightly automatic updates e0a3931c5 is described below commit e0a3931c553634faf33651af44f4b103aac34869 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Sep 2 23:48:27 2024 +0000 chore: nightly automatic updates --- CHANGELOG.md | 5 ++++- README.adoc | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5a74eb54..0f5368a2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ **Merged pull requests:** +- chore\(deps\): bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 in /java/crds [\#5806](https://github.com/apache/camel-k/pull/5806) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(api\): print Kamelets info [\#5804](https://github.com/apache/camel-k/pull/5804) ([squakez](https://github.com/squakez)) +- feat\(api\): Kit-less Integration [\#5803](https://github.com/apache/camel-k/pull/5803) ([squakez](https://github.com/squakez)) - chore\(deps\): bump github.com/onsi/gomega from 1.34.1 to 1.34.2 [\#5802](https://github.com/apache/camel-k/pull/5802) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump github.com/container-tools/spectrum from 0.6.59 to 0.6.60 [\#5801](https://github.com/apache/camel-k/pull/5801) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump github.com/prometheus/common from 0.56.0 to 0.57.0 [\#5800](https://github.com/apache/camel-k/pull/5800) ([dependabot[bot]](https://github.com/apps/dependabot)) @@ -30,7 +32,7 @@ - chore\(deps\): bump github.com/container-tools/spectrum from 0.6.57 to 0.6.58 [\#5774](https://github.com/apache/camel-k/pull/5774) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bugfix/5758 incremental image build fix [\#5772](https://github.com/apache/camel-k/pull/5772) ([lsergio](https://github.com/lsergio)) -## [v2.5.0-nightly](https://github.com/apache/camel-k/tree/v2.5.0-nightly) (2024-09-01) +## [v2.5.0-nightly](https://github.com/apache/camel-k/tree/v2.5.0-nightly) (2024-09-02) [Full Changelog](https://github.com/apache/camel-k/compare/2.5.0-nightly...v2.5.0-nightly) @@ -43,6 +45,7 @@ - Flaky TestHelmInstallation [\#5722](https://github.com/apache/camel-k/issues/5722) - Add a trait func which should check the presence of CamelCatalog before execution [\#5417](https://github.com/apache/camel-k/issues/5417) - Move handling of IntegrationPlatformResource to a separate operator [\#4948](https://github.com/apache/camel-k/issues/4948) +- "Kitless" Integration [\#2365](https://github.com/apache/camel-k/issues/2365) ## [2.5.0-nightly](https://github.com/apache/camel-k/tree/2.5.0-nightly) (2024-08-14) diff --git a/README.adoc b/README.adoc index 4e216d285..651a8fe12 100644 --- a/README.adoc +++ b/README.adoc @@ -11,7 +11,7 @@ image:https://github.com/apache/camel-k/actions/workflows/common.yml/badge.svg[" image:https://github.com/apache/camel-k/workflows/knative/badge.svg["Knative", link="https://github.com/apache/camel-k/actions/workflows/knative.yml"] image:https://github.com/apache/camel-k/actions/workflows/nightly-release.yml/badge.svg["Nightly releases", link="https://github.com/apache/camel-k/actions/workflows/nightly-release.yml"] image:https://github.com/apache/camel-k/actions/workflows/native.yml/badge.svg["Quarkus native", link="https://github.com/apache/camel-k/actions/workflows/native.yml"] -image:https://img.shields.io/badge/Coverage-43.4-yellow.svg["Go coverage", link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml"] +image:https://img.shields.io/badge/Coverage-43.7-yellow.svg["Go coverage", link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml"] image:https://img.shields.io/badge/zulip-join_chat-brightgreen.svg["Chat on Zulip", link="https://camel.zulipchat.com"] Apache Camel K is a lightweight integration framework built from **Apache Camel** that runs natively on Kubernetes and is specifically designed for serverless and microservice architectures. Users of `Camel K` can instantly run integration code written in Camel DSL on their preferred **Cloud** provider.