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 d0de5ab35 Updated CHANGELOG.md d0de5ab35 is described below commit d0de5ab35405ec0af2930033845eecc78fe9cf97 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Jul 12 04:00:52 2022 +0000 Updated CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eadf7ccf..641a451c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,9 @@ - Release 1.9.2 [\#3275](https://github.com/apache/camel-k/issues/3275) - `make generate-doc` doesn't update CRD API doc when using Go 1.16.x [\#3236](https://github.com/apache/camel-k/issues/3236) - Add e2e test for kamel run --dev in a warmed-up environment [\#3211](https://github.com/apache/camel-k/issues/3211) +- Improve the reliability of e2e tests by installing operator globally as a pre-requisite. [\#3183](https://github.com/apache/camel-k/issues/3183) +- Add `.status.observedGeneration` to Camel K CRDs [\#3182](https://github.com/apache/camel-k/issues/3182) +- simplify platforms handling/configuration [\#3164](https://github.com/apache/camel-k/issues/3164) - Logging trait usage example [\#3143](https://github.com/apache/camel-k/issues/3143) - Support operator hub bundle format in `make bundle` [\#3128](https://github.com/apache/camel-k/issues/3128) - hello yaml example output [\#3124](https://github.com/apache/camel-k/issues/3124) @@ -42,6 +45,7 @@ - Groovy script JSON paring runs into java.util.ServiceConfigurationError: org.apache.groovy.json.FastStringServiceFactory: org.apache.groovy.json.DefaultFastStringServiceFactory not a subtype [\#2418](https://github.com/apache/camel-k/issues/2418) - Migrate CronJob to `batch/v1` [\#2408](https://github.com/apache/camel-k/issues/2408) - Provide option to have symbolic link for kamel local build --integration-directory \<folder\> [\#2179](https://github.com/apache/camel-k/issues/2179) +- Global vs local operator [\#2177](https://github.com/apache/camel-k/issues/2177) - Refactoring dump function [\#2172](https://github.com/apache/camel-k/issues/2172) - In troubleshooting documentation section, provide information on which logs to look at [\#2031](https://github.com/apache/camel-k/issues/2031) - Add support for multiple data types and schemas in Kamelets [\#1980](https://github.com/apache/camel-k/issues/1980)