Skip to content

Commit

Permalink
chore: nightly automatic updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 2, 2024
1 parent 422bba5 commit e0a3931
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand All @@ -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)

Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e0a3931

Please sign in to comment.