diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f5368a2b8..d6e9031635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ [Full Changelog](https://github.com/apache/camel-k/compare/v2.5.0-nightly...HEAD) +**Closed issues:** + +- Kamelets versioning or Kamelets Catalog definition [\#4395](https://github.com/apache/camel-k/issues/4395) + **Merged pull requests:** +- fix\(e2e\): Get the most recent pod in e2e tests [\#5808](https://github.com/apache/camel-k/pull/5808) ([gansheer](https://github.com/gansheer)) +- feat\(api\): user generated Kamelet versioning [\#5807](https://github.com/apache/camel-k/pull/5807) ([squakez](https://github.com/squakez)) - 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)) @@ -32,7 +38,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-02) +## [v2.5.0-nightly](https://github.com/apache/camel-k/tree/v2.5.0-nightly) (2024-09-03) [Full Changelog](https://github.com/apache/camel-k/compare/2.5.0-nightly...v2.5.0-nightly) diff --git a/README.adoc b/README.adoc index 651a8fe123..b74310af01 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.7-yellow.svg["Go coverage", link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml"] +image:https://img.shields.io/badge/Coverage-43.8-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.