This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push: new 5592151 Updated CHANGELOG.md 5592151 is described below commit 559215167e72712083deffa4d134bbada6a83920 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Fri Feb 19 03:18:32 2021 +0000 Updated CHANGELOG.md --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2738ea3..0edfab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,9 +27,11 @@ **Merged pull requests:** +- chore\(api\): Add Scale methods to the Integration generated client API [\#2052](https://github.com/apache/camel-k/pull/2052) ([astefanutti](https://github.com/astefanutti)) - For the moment lets remove absolute path [\#2049](https://github.com/apache/camel-k/pull/2049) ([oscerd](https://github.com/oscerd)) - fix: Consider ObjectMeta field for deep derivative comparison before patching [\#2042](https://github.com/apache/camel-k/pull/2042) ([astefanutti](https://github.com/astefanutti)) - fix\(pdb\): Add TypeMeta field to PodDisruptionBudget resource [\#2041](https://github.com/apache/camel-k/pull/2041) ([astefanutti](https://github.com/astefanutti)) +- feat: Use server-side apply to create and patch owned resources [\#2039](https://github.com/apache/camel-k/pull/2039) ([astefanutti](https://github.com/astefanutti)) - chore\(ci\): Pin the Kubernetes version deployed by Kind [\#2037](https://github.com/apache/camel-k/pull/2037) ([astefanutti](https://github.com/astefanutti)) - fix\(ci\): Use kubectl wait command to check Knative readiness [\#2036](https://github.com/apache/camel-k/pull/2036) ([astefanutti](https://github.com/astefanutti)) - chore\(olm\): Update IntegrationPlatform creation step in CSV description [\#2034](https://github.com/apache/camel-k/pull/2034) ([astefanutti](https://github.com/astefanutti)) @@ -165,6 +167,7 @@ - Adding a way to override the default base image at runtime [\#1707](https://github.com/apache/camel-k/issues/1707) - camel-K installation failed with Helm on GKE [\#1664](https://github.com/apache/camel-k/issues/1664) - Add a warning when operating from a CLI with a different installed Operator version [\#1652](https://github.com/apache/camel-k/issues/1652) +- Increase trait test coverage [\#1547](https://github.com/apache/camel-k/issues/1547) - Upgrade CRDs to apiextensions.k8s.io/v1 [\#1487](https://github.com/apache/camel-k/issues/1487) - Implement kit\_create command's flags test [\#1159](https://github.com/apache/camel-k/issues/1159) - Implement install command's flags test [\#1158](https://github.com/apache/camel-k/issues/1158) @@ -310,13 +313,11 @@ - Error during unshare\(...\): Operation not permitted [\#1580](https://github.com/apache/camel-k/issues/1580) - Remove support for Main runtime for integrations [\#1562](https://github.com/apache/camel-k/issues/1562) - Auto-detect json in yaml syntax [\#1549](https://github.com/apache/camel-k/issues/1549) -- Increase trait test coverage [\#1547](https://github.com/apache/camel-k/issues/1547) - Provide yaml schema of design definition [\#1537](https://github.com/apache/camel-k/issues/1537) - Expose operator related metrics [\#1267](https://github.com/apache/camel-k/issues/1267) - helm.sh entries in go.sum [\#1231](https://github.com/apache/camel-k/issues/1231) - Add camel-k-quarkus example [\#1082](https://github.com/apache/camel-k/issues/1082) - Make sure global and local operators can cohexist [\#751](https://github.com/apache/camel-k/issues/751) -- The --maven-repository shortcut does not configure plugin repositories [\#746](https://github.com/apache/camel-k/issues/746) - Document architecture [\#36](https://github.com/apache/camel-k/issues/36) **Merged pull requests:** @@ -1101,7 +1102,6 @@ - feat\(build\): Better report build progress [\#1064](https://github.com/apache/camel-k/pull/1064) ([astefanutti](https://github.com/astefanutti)) - Add GC trait discovery client caching options and server-side deletion [\#1062](https://github.com/apache/camel-k/pull/1062) ([astefanutti](https://github.com/astefanutti)) - chore\(olm\): fix olm naming [\#1060](https://github.com/apache/camel-k/pull/1060) ([nicolaferraro](https://github.com/nicolaferraro)) -- fix\(camel\): Report runtime version from Camel catalog into integration and kit statuses [\#1044](https://github.com/apache/camel-k/pull/1044) ([astefanutti](https://github.com/astefanutti)) - feat\(build\): Task-based builds [\#1121](https://github.com/apache/camel-k/pull/1121) ([astefanutti](https://github.com/astefanutti)) ## [1.0.0-M4](https://github.com/apache/camel-k/tree/1.0.0-M4) (2019-11-13) @@ -1133,6 +1133,7 @@ - Fix \#1036: generate k8s client for camel k resources [\#1051](https://github.com/apache/camel-k/pull/1051) ([nicolaferraro](https://github.com/nicolaferraro)) - chore\(magic\): auto-add dependency on camel-jackson when using plain .… [\#1049](https://github.com/apache/camel-k/pull/1049) ([nicolaferraro](https://github.com/nicolaferraro)) - fix \#662: mark kit traits to avoid rebuilding when not necessary [\#1046](https://github.com/apache/camel-k/pull/1046) ([nicolaferraro](https://github.com/nicolaferraro)) +- fix\(camel\): Report runtime version from Camel catalog into integration and kit statuses [\#1044](https://github.com/apache/camel-k/pull/1044) ([astefanutti](https://github.com/astefanutti)) - chore\(dev\): Upgrade Operator SDK to version 0.12.0 [\#1043](https://github.com/apache/camel-k/pull/1043) ([astefanutti](https://github.com/astefanutti)) - Fix typo in doc [\#1042](https://github.com/apache/camel-k/pull/1042) ([apupier](https://github.com/apupier)) - fix \#989: document the release process [\#1041](https://github.com/apache/camel-k/pull/1041) ([nicolaferraro](https://github.com/nicolaferraro)) @@ -1213,7 +1214,6 @@ - Orphan generated XML DSL from OpenAPI JSON after deleting integration [\#839](https://github.com/apache/camel-k/issues/839) - All links of the documentation are missing spaces before and after displayed text [\#794](https://github.com/apache/camel-k/issues/794) - Update Camel K tagline in Kamel CLI [\#732](https://github.com/apache/camel-k/issues/732) -- Review reset and delete with --all option for merging similar functions to one place [\#598](https://github.com/apache/camel-k/issues/598) - Able to run maven build with debug and/or extended info [\#85](https://github.com/apache/camel-k/issues/85) - Remove references to host that did compilation in stacktraces [\#972](https://github.com/apache/camel-k/issues/972) - Integration fails with --dev mode [\#968](https://github.com/apache/camel-k/issues/968) @@ -1312,6 +1312,7 @@ - Route trait does not work if route.auto is set to false [\#767](https://github.com/apache/camel-k/issues/767) - Switch to Camel 3 [\#755](https://github.com/apache/camel-k/issues/755) - Do not create a route on top of prometheus service only [\#749](https://github.com/apache/camel-k/issues/749) +- The --maven-repository shortcut does not configure plugin repositories [\#746](https://github.com/apache/camel-k/issues/746) - Add a --global install option [\#745](https://github.com/apache/camel-k/issues/745) - CR example is using wrong schema [\#737](https://github.com/apache/camel-k/issues/737) - camelContext is not supported in XML DSL routedefinition [\#731](https://github.com/apache/camel-k/issues/731) @@ -1516,6 +1517,7 @@ - allow to configure default configurations on platform [\#608](https://github.com/apache/camel-k/issues/608) - Script set-version.sh does not honor the registry/repository settings [\#602](https://github.com/apache/camel-k/issues/602) - add options to configure affinity [\#601](https://github.com/apache/camel-k/issues/601) +- Review reset and delete with --all option for merging similar functions to one place [\#598](https://github.com/apache/camel-k/issues/598) - camel-k groovy, jvm, spring-boot gives error pushing image [\#588](https://github.com/apache/camel-k/issues/588) - on-premises: mount rwx volume [\#587](https://github.com/apache/camel-k/issues/587) - context with status error should not be included when looking up suitable context for an integration [\#584](https://github.com/apache/camel-k/issues/584)