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 May 17, 2024
1 parent 65e02b8 commit 2fb8513
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Operator restart Integrations on upgrade [\#5491](https://github.com/apache/camel-k/issues/5491)
- Remove maven threads configuration based on GOMAXPROCS [\#5467](https://github.com/apache/camel-k/issues/5467)
- Incorrect content of the build/\_maven\_overlay directory causes the build project failure [\#5466](https://github.com/apache/camel-k/issues/5466)
- Integration fails to retrieve the publish task and the image digest on OCP [\#5465](https://github.com/apache/camel-k/issues/5465)
- Make images does not work out of the box [\#5464](https://github.com/apache/camel-k/issues/5464)
- Generate badges for deprecated traits [\#5424](https://github.com/apache/camel-k/issues/5424)
- Cannot `make test-smoke` on arm64 out of the box [\#5362](https://github.com/apache/camel-k/issues/5362)
Expand All @@ -22,8 +23,13 @@
**Merged pull requests:**

- \(\#5489\) Use yaml in e2e common [\#5517](https://github.com/apache/camel-k/pull/5517) ([tdiesler](https://github.com/tdiesler))
- chore\(trait\): revert default health enabled [\#5516](https://github.com/apache/camel-k/pull/5516) ([squakez](https://github.com/squakez))
- fix\(trait\): environment variables [\#5515](https://github.com/apache/camel-k/pull/5515) ([squakez](https://github.com/squakez))
- doc: upgrade deployment procedure [\#5514](https://github.com/apache/camel-k/pull/5514) ([squakez](https://github.com/squakez))
- fix\(ci\): configurable timeouts [\#5512](https://github.com/apache/camel-k/pull/5512) ([squakez](https://github.com/squakez))
- fix\(e2e\): Route trait schema valid in OCP [\#5506](https://github.com/apache/camel-k/pull/5506) ([gansheer](https://github.com/gansheer))
- fix\(e2e\): Tekton test permission failure with olm install command [\#5505](https://github.com/apache/camel-k/pull/5505) ([gansheer](https://github.com/gansheer))
- fix\(tests\): fixed flaky Readiness condition with never ready route test in e2e/common/traits/health\_test.go [\#5503](https://github.com/apache/camel-k/pull/5503) ([valdar](https://github.com/valdar))
- Re evaluate golanci-lint exclusions \(execinquery,whitespace,wastedassign,tagliatelle,nolintlint,lll\)" [\#5502](https://github.com/apache/camel-k/pull/5502) ([lburgazzoli](https://github.com/lburgazzoli))
- feat\(lint\): enabe goconst linter [\#5499](https://github.com/apache/camel-k/pull/5499) ([lburgazzoli](https://github.com/lburgazzoli))
- \(\#5489\) Groovy \> Yaml [\#5497](https://github.com/apache/camel-k/pull/5497) ([tdiesler](https://github.com/tdiesler))
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/partials/apis/camel-k-crds.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6970,7 +6970,7 @@ Deprecated: to be removed from trait configuration.
The health trait is responsible for configuring the health probes on the integration container.
NOTE: this trait is enabled by default.
NOTE: this trait is disabled by default.
[cols="2,2a",options="header"]
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/traits/pages/health.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Start of autogenerated code - DO NOT EDIT! (description)
The health trait is responsible for configuring the health probes on the integration container.

NOTE: this trait is enabled by default.
NOTE: this trait is disabled by default.


This trait is available in the following profiles: **Kubernetes, Knative, OpenShift**.
Expand Down

0 comments on commit 2fb8513

Please sign in to comment.