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 Aug 2, 2024
1 parent 471cc9c commit 0dd3f9c
Show file tree
Hide file tree
Showing 18 changed files with 4,175 additions and 2,354 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

**Closed issues:**

- Drop support for Swagger \(Openapi v2.0\) in favour of Openapi 3.0 [\#5735](https://github.com/apache/camel-k/issues/5735)
- Upgrade to Golang 1.22 [\#5720](https://github.com/apache/camel-k/issues/5720)
- Remove `STAGING_RUNTIME_REPO` variable from Makefile [\#5616](https://github.com/apache/camel-k/issues/5616)
- Flaky TestOperatorIDFiltering [\#5521](https://github.com/apache/camel-k/issues/5521)
- OLM missing recommeded resource requests [\#5340](https://github.com/apache/camel-k/issues/5340)
Expand All @@ -14,7 +16,16 @@

**Merged pull requests:**

- feat\(trait\): drop support for swagger [\#5736](https://github.com/apache/camel-k/pull/5736) ([squakez](https://github.com/squakez))
- chore\(deps\): bump knative.dev/serving from 0.40.1 to 0.42.1 [\#5734](https://github.com/apache/camel-k/pull/5734) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore\(deps\): update controllergen [\#5733](https://github.com/apache/camel-k/pull/5733) ([squakez](https://github.com/squakez))
- chore\(deps\): bump prometheus [\#5732](https://github.com/apache/camel-k/pull/5732) ([squakez](https://github.com/squakez))
- chore\(deps\): bump kubernetes to 1.29.7 [\#5731](https://github.com/apache/camel-k/pull/5731) ([squakez](https://github.com/squakez))
- fix\(ci\): latest runtime openapi snapshot repo [\#5728](https://github.com/apache/camel-k/pull/5728) ([squakez](https://github.com/squakez))
- chore\(deps\): bump github.com/container-tools/spectrum from 0.6.53 to 0.6.54 [\#5727](https://github.com/apache/camel-k/pull/5727) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore\(ci\): Upgrade golang to 1.22 [\#5726](https://github.com/apache/camel-k/pull/5726) ([gansheer](https://github.com/gansheer))
- chore\(deps\): Upgrade controller runtime to 0.17.x [\#5725](https://github.com/apache/camel-k/pull/5725) ([gansheer](https://github.com/gansheer))
- chore\(deps\): bump knative [\#5724](https://github.com/apache/camel-k/pull/5724) ([squakez](https://github.com/squakez))
- chore\(ci\): upgrade kubernetes API to 1.29 [\#5721](https://github.com/apache/camel-k/pull/5721) ([squakez](https://github.com/squakez))
- chore\(ci\): removing staging variables [\#5719](https://github.com/apache/camel-k/pull/5719) ([squakez](https://github.com/squakez))
- chore\(deps\): bump github.com/onsi/gomega from 1.34.0 to 1.34.1 [\#5718](https://github.com/apache/camel-k/pull/5718) ([dependabot[bot]](https://github.com/apps/dependabot))
Expand Down Expand Up @@ -109,7 +120,6 @@
- Bring back Quarkus native test in PR [\#5598](https://github.com/apache/camel-k/issues/5598)
- Nightly release note still define ARM64 specific instructions [\#5596](https://github.com/apache/camel-k/issues/5596)
- Unable to specify any CloudEvent attributes or extensions, except for `type` [\#5537](https://github.com/apache/camel-k/issues/5537)
- Flaky TestRunCronExample [\#5533](https://github.com/apache/camel-k/issues/5533)
- Test failures report mixed platform resolutions [\#5498](https://github.com/apache/camel-k/issues/5498)
- Move deprecated v1alpha1.KameletBinding tests to v1.Pipe [\#5490](https://github.com/apache/camel-k/issues/5490)
- Move tests, examples and documentation from groovy to yaml [\#5489](https://github.com/apache/camel-k/issues/5489)
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/nightly-native-test.yml/badge.svg["Quarkus native", link="https://github.com/apache/camel-k/actions/workflows/nightly-native-test.yml"]
image:https://img.shields.io/badge/Coverage-40.4%25-yellow.svg["Go coverage", link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml"]
image:https://img.shields.io/badge/Coverage-30.3%25-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
2 changes: 1 addition & 1 deletion badge.out
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

![Coverage](https://img.shields.io/badge/Coverage-40.4%25-yellow)
![Coverage](https://img.shields.io/badge/Coverage-30.3%25-yellow)
2 changes: 1 addition & 1 deletion coverage
Original file line number Diff line number Diff line change
@@ -1 +1 @@
40.4
30.3
Loading

0 comments on commit 0dd3f9c

Please sign in to comment.