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 37c2c4055 chore: nightly automatic updates 37c2c4055 is described below commit 37c2c40553f421ad7cec00fb35d6ff56f33824b6 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue May 28 23:48:56 2024 +0000 chore: nightly automatic updates --- CHANGELOG.md | 9 +++++++-- coverage.out | 16 ++++++++-------- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b95db0ac..82ede9961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ **Merged pull requests:** +- fix\(trait\): jolokia link [\#5554](https://github.com/apache/camel-k/pull/5554) ([squakez](https://github.com/squakez)) +- chore\(ci\): Knative 1.14.0 [\#5551](https://github.com/apache/camel-k/pull/5551) ([squakez](https://github.com/squakez)) +- fix\(traits\): don't skip for synthetic kits [\#5548](https://github.com/apache/camel-k/pull/5548) ([squakez](https://github.com/squakez)) - Fix offline script to use maven settings and option to skip ssl verification [\#5538](https://github.com/apache/camel-k/pull/5538) ([claudio4j](https://github.com/claudio4j)) - chore: Remove useless print [\#5536](https://github.com/apache/camel-k/pull/5536) ([gansheer](https://github.com/gansheer)) - chore\(deps\): bump github.com/go-logr/logr from 1.4.1 to 1.4.2 [\#5532](https://github.com/apache/camel-k/pull/5532) ([dependabot[bot]](https://github.com/apps/dependabot)) @@ -44,16 +47,18 @@ - fix\(\#5292\): Simplify run cmd for archs other than amd64 [\#5403](https://github.com/apache/camel-k/pull/5403) ([tdiesler](https://github.com/tdiesler)) - feat\(4893\) YAML DSL route configuration support [\#5369](https://github.com/apache/camel-k/pull/5369) ([realMartinez](https://github.com/realMartinez)) -## [v2.3.2](https://github.com/apache/camel-k/tree/v2.3.2) (2024-05-21) +## [v2.3.2](https://github.com/apache/camel-k/tree/v2.3.2) (2024-05-28) [Full Changelog](https://github.com/apache/camel-k/compare/camel-k-crds-2.3.2...v2.3.2) -## [camel-k-crds-2.3.2](https://github.com/apache/camel-k/tree/camel-k-crds-2.3.2) (2024-05-21) +## [camel-k-crds-2.3.2](https://github.com/apache/camel-k/tree/camel-k-crds-2.3.2) (2024-05-28) [Full Changelog](https://github.com/apache/camel-k/compare/2.3.2-nightly...camel-k-crds-2.3.2) **Closed issues:** +- Jolokia trait link missing [\#5540](https://github.com/apache/camel-k/issues/5540) +- Incorrect status handling of beersource when it can not connect to its 3rd party web-service [\#5528](https://github.com/apache/camel-k/issues/5528) - Knative service not working when using sourceless Integration in v2.3.1 [\#5519](https://github.com/apache/camel-k/issues/5519) - 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) diff --git a/coverage.out b/coverage.out index 626f9c76e..c9717eafc 100644 --- a/coverage.out +++ b/coverage.out @@ -1466,9 +1466,9 @@ github.com/apache/camel-k/v2/pkg/trait/camel.go:54: InfluencesKit 100 github.com/apache/camel-k/v2/pkg/trait/camel.go:58: Matches 75.0% github.com/apache/camel-k/v2/pkg/trait/camel.go:67: Configure 85.7% github.com/apache/camel-k/v2/pkg/trait/camel.go:83: Apply 100.0% -github.com/apache/camel-k/v2/pkg/trait/camel.go:115: loadOrCreateCatalog 56.2% -github.com/apache/camel-k/v2/pkg/trait/camel.go:154: computeConfigMaps 100.0% -github.com/apache/camel-k/v2/pkg/trait/camel.go:235: determineRuntimeVersion 66.7% +github.com/apache/camel-k/v2/pkg/trait/camel.go:119: loadOrCreateCatalog 56.2% +github.com/apache/camel-k/v2/pkg/trait/camel.go:158: computeConfigMaps 100.0% +github.com/apache/camel-k/v2/pkg/trait/camel.go:239: determineRuntimeVersion 66.7% github.com/apache/camel-k/v2/pkg/trait/container.go:64: newContainerTrait 100.0% github.com/apache/camel-k/v2/pkg/trait/container.go:80: Configure 80.0% github.com/apache/camel-k/v2/pkg/trait/container.go:124: isValidPullPolicy 100.0% @@ -1606,11 +1606,11 @@ github.com/apache/camel-k/v2/pkg/trait/logging.go:76: setEnvConfiguration github.com/apache/camel-k/v2/pkg/trait/logging.go:98: setCatalogConfiguration 100.0% github.com/apache/camel-k/v2/pkg/trait/mount.go:49: newMountTrait 100.0% github.com/apache/camel-k/v2/pkg/trait/mount.go:56: Configure 81.8% -github.com/apache/camel-k/v2/pkg/trait/mount.go:85: Apply 81.5% -github.com/apache/camel-k/v2/pkg/trait/mount.go:136: configureVolumesAndMounts 76.9% -github.com/apache/camel-k/v2/pkg/trait/mount.go:162: mountResource 93.3% -github.com/apache/camel-k/v2/pkg/trait/mount.go:185: addServiceBindingSecret 33.3% -github.com/apache/camel-k/v2/pkg/trait/mount.go:194: addImplicitKameletsSecrets 62.5% +github.com/apache/camel-k/v2/pkg/trait/mount.go:81: Apply 80.8% +github.com/apache/camel-k/v2/pkg/trait/mount.go:130: configureVolumesAndMounts 76.9% +github.com/apache/camel-k/v2/pkg/trait/mount.go:156: mountResource 93.3% +github.com/apache/camel-k/v2/pkg/trait/mount.go:179: addServiceBindingSecret 33.3% +github.com/apache/camel-k/v2/pkg/trait/mount.go:188: addImplicitKameletsSecrets 62.5% github.com/apache/camel-k/v2/pkg/trait/openapi.go:60: newOpenAPITrait 100.0% github.com/apache/camel-k/v2/pkg/trait/openapi.go:66: Configure 77.8% github.com/apache/camel-k/v2/pkg/trait/openapi.go:85: Apply 0.0%