Skip to content

Commit 08582b2

Browse files
chore: nightly automatic updates
1 parent 24a3cd6 commit 08582b2

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
**Closed issues:**
88

9+
- Debug Integrations failing [\#5161](https://github.com/apache/camel-k/issues/5161)
910
- Performance regression due to configmap/secrets whole cluster watch [\#5143](https://github.com/apache/camel-k/issues/5143)
1011
- camel-jackson configure configure "autoDiscoverObjectMapper" property for non-spring boot application [\#5140](https://github.com/apache/camel-k/issues/5140)
1112
- Integrations remain in Initialization loop when referenced config map has owner references [\#5114](https://github.com/apache/camel-k/issues/5114)
@@ -45,6 +46,8 @@
4546

4647
**Merged pull requests:**
4748

49+
- chore\(deps\): bump github.com/prometheus/common from 0.47.0 to 0.48.0 [\#5177](https://github.com/apache/camel-k/pull/5177) ([dependabot[bot]](https://github.com/apps/dependabot))
50+
- fix\(ctrl\): calculate digest on spec traits [\#5176](https://github.com/apache/camel-k/pull/5176) ([squakez](https://github.com/squakez))
4851
- chore\(deps\): bump go.uber.org/zap from 1.26.0 to 1.27.0 [\#5171](https://github.com/apache/camel-k/pull/5171) ([dependabot[bot]](https://github.com/apps/dependabot))
4952
- fix\(\#3433\): Deprecate platform trait create default option [\#5170](https://github.com/apache/camel-k/pull/5170) ([christophd](https://github.com/christophd))
5053
- Move KameletRepositorySpec to common types [\#5168](https://github.com/apache/camel-k/pull/5168) ([christophd](https://github.com/christophd))

coverage.out

+4-4
Original file line numberDiff line numberDiff line change
@@ -1824,14 +1824,14 @@ github.com/apache/camel-k/v2/pkg/util/defaults/defaults_support.go:40: Insta
18241824
github.com/apache/camel-k/v2/pkg/util/defaults/defaults_support.go:44: OperatorID 100.0%
18251825
github.com/apache/camel-k/v2/pkg/util/defaults/defaults_support.go:48: boolEnvOrDefault 100.0%
18261826
github.com/apache/camel-k/v2/pkg/util/defaults/defaults_support.go:58: envOrDefault 100.0%
1827-
github.com/apache/camel-k/v2/pkg/util/digest/digest.go:50: ComputeForIntegration 54.5%
1828-
github.com/apache/camel-k/v2/pkg/util/digest/digest.go:207: computeForTrait 0.0%
1829-
github.com/apache/camel-k/v2/pkg/util/digest/digest.go:230: computeForTraitProps 0.0%
1827+
github.com/apache/camel-k/v2/pkg/util/digest/digest.go:50: ComputeForIntegration 57.1%
1828+
github.com/apache/camel-k/v2/pkg/util/digest/digest.go:207: computeForTrait 41.7%
1829+
github.com/apache/camel-k/v2/pkg/util/digest/digest.go:230: computeForTraitProps 80.0%
18301830
github.com/apache/camel-k/v2/pkg/util/digest/digest.go:241: toMap 71.4%
18311831
github.com/apache/camel-k/v2/pkg/util/digest/digest.go:256: ComputeForIntegrationKit 0.0%
18321832
github.com/apache/camel-k/v2/pkg/util/digest/digest.go:284: ComputeForResource 0.0%
18331833
github.com/apache/camel-k/v2/pkg/util/digest/digest.go:313: ComputeForSource 0.0%
1834-
github.com/apache/camel-k/v2/pkg/util/digest/digest.go:356: sortedTraitsMapKeys 71.4%
1834+
github.com/apache/camel-k/v2/pkg/util/digest/digest.go:356: sortedTraitsMapKeys 100.0%
18351835
github.com/apache/camel-k/v2/pkg/util/digest/digest.go:367: sortedTraitAnnotationsKeys 100.0%
18361836
github.com/apache/camel-k/v2/pkg/util/digest/digest.go:378: ComputeSHA1 77.8%
18371837
github.com/apache/camel-k/v2/pkg/util/docker/docker.go:31: CreateBaseImageDockerFile 85.7%

0 commit comments

Comments
 (0)