From 302800605f2152634ceff5d199a4dfbb9f786b6d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Oct 2020 03:10:22 +0000 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87af8eb14..7a6a756e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ **Merged pull requests:** +- update to camel-quarkus 1.3.0 [\#528](https://github.com/apache/camel-k-runtime/pull/528) ([lburgazzoli](https://github.com/lburgazzoli)) - Jenkinsfile build: changed the JDK name following INFRA new approach [\#527](https://github.com/apache/camel-k-runtime/pull/527) ([oscerd](https://github.com/oscerd)) - Add workflow dispatch to changelog gh action [\#525](https://github.com/apache/camel-k-runtime/pull/525) ([oscerd](https://github.com/oscerd)) - build\(deps\): bump gmavenplus-plugin from 1.10.1 to 1.11.0 [\#524](https://github.com/apache/camel-k-runtime/pull/524) ([dependabot[bot]](https://github.com/apps/dependabot)) @@ -537,7 +538,6 @@ - Knative component filters out all headers [\#120](https://github.com/apache/camel-k-runtime/pull/120) ([lburgazzoli](https://github.com/lburgazzoli)) - maven dependencies for java.xml.bind \(jaxb\) issue \#103 [\#119](https://github.com/apache/camel-k-runtime/pull/119) ([ipolyzos](https://github.com/ipolyzos)) - chore\(dsl\): add bean dsl for kotlin and groovy [\#117](https://github.com/apache/camel-k-runtime/pull/117) ([lburgazzoli](https://github.com/lburgazzoli)) -- loader\(groovy\): add default imports [\#110](https://github.com/apache/camel-k-runtime/pull/110) ([lburgazzoli](https://github.com/lburgazzoli)) ## [camel-k-runtime-parent-1.0.0](https://github.com/apache/camel-k-runtime/tree/camel-k-runtime-parent-1.0.0) (2019-07-25) @@ -567,6 +567,7 @@ - chore\(js\): add test for rest dsl/definition [\#114](https://github.com/apache/camel-k-runtime/pull/114) ([lburgazzoli](https://github.com/lburgazzoli)) - Fix JS symbol export [\#113](https://github.com/apache/camel-k-runtime/pull/113) ([lburgazzoli](https://github.com/lburgazzoli)) - loader\(kotlin\): add default imports [\#111](https://github.com/apache/camel-k-runtime/pull/111) ([lburgazzoli](https://github.com/lburgazzoli)) +- loader\(groovy\): add default imports [\#110](https://github.com/apache/camel-k-runtime/pull/110) ([lburgazzoli](https://github.com/lburgazzoli)) - loader\(java\): support for bean registration [\#109](https://github.com/apache/camel-k-runtime/pull/109) ([lburgazzoli](https://github.com/lburgazzoli)) - Fix the camel-k-runtime-example running issue [\#108](https://github.com/apache/camel-k-runtime/pull/108) ([WillemJiang](https://github.com/WillemJiang)) - chore\(js\): wrap script with a block to make it easy to extend the DSL [\#107](https://github.com/apache/camel-k-runtime/pull/107) ([lburgazzoli](https://github.com/lburgazzoli))