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 a2d598f Updated CHANGELOG.md
a2d598f is described below
commit a2d598f317d7f203a8f0121ae57513bbb096bede
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 18 03:09:27 2021 +0000
Updated CHANGELOG.md
---
CHANGELOG.md | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 986af72..7b431fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@
- Add option to use Nexus repository mirror to speed up e2e testing
[\#2387](https://github.com/apache/camel-k/issues/2387)
- Cannot use camel-util dependency
[\#2384](https://github.com/apache/camel-k/issues/2384)
- Scaling documentation - Add section about knative
[\#2380](https://github.com/apache/camel-k/issues/2380)
+- Cannot update integration using kamel run
[\#2379](https://github.com/apache/camel-k/issues/2379)
- Can't set multiline properties in Kamelet bindings
[\#2361](https://github.com/apache/camel-k/issues/2361)
- Maven logs are no longer shown
[\#2357](https://github.com/apache/camel-k/issues/2357)
- examples/RestDSL.java does not work
[\#2349](https://github.com/apache/camel-k/issues/2349)
@@ -45,10 +46,14 @@
- api: provide java bindings
[\#2082](https://github.com/apache/camel-k/issues/2082)
- Kamelet file parameters
[\#2080](https://github.com/apache/camel-k/issues/2080)
- Can't mount secrets with binary data
[\#2009](https://github.com/apache/camel-k/issues/2009)
+- Revisit configuration options
[\#2003](https://github.com/apache/camel-k/issues/2003)
- Logging configuration does not affect integrations
[\#2000](https://github.com/apache/camel-k/issues/2000)
- kamelet-binding : suport for error handling
[\#1941](https://github.com/apache/camel-k/issues/1941)
+- Add a new configuration type to set build time properties
[\#1831](https://github.com/apache/camel-k/issues/1831)
- builder: use structured logging for maven output
[\#1783](https://github.com/apache/camel-k/issues/1783)
- Add support for podtemplatespec / container in the Integration CRD
[\#1657](https://github.com/apache/camel-k/issues/1657)
+- Support custom application.properties for Quarkus builds
[\#1534](https://github.com/apache/camel-k/issues/1534)
+- Support adding quarkus.index-dependency entries to scan CDI beans
[\#1533](https://github.com/apache/camel-k/issues/1533)
- Installation on a kind cluster
[\#1468](https://github.com/apache/camel-k/issues/1468)
- Generate CRD documentation for website
[\#1137](https://github.com/apache/camel-k/issues/1137)
- Integration logging configuration
[\#580](https://github.com/apache/camel-k/issues/580)
@@ -56,6 +61,11 @@
**Merged pull requests:**
+- refactor\(trait\): use bool pointer util functions in knative trait
[\#2415](https://github.com/apache/camel-k/pull/2415)
([tadayosi](https://github.com/tadayosi))
+- chore\(build\): Some more go.sum updates
[\#2413](https://github.com/apache/camel-k/pull/2413)
([astefanutti](https://github.com/astefanutti))
+- chore\(e2e\): Check Deployment progressing condition after re-run
[\#2412](https://github.com/apache/camel-k/pull/2412)
([astefanutti](https://github.com/astefanutti))
+- Doc: new configuration explained
[\#2411](https://github.com/apache/camel-k/pull/2411)
([squakez](https://github.com/squakez))
+- fix\(cli\): Use Patch with optimistic lock to update Integration
[\#2410](https://github.com/apache/camel-k/pull/2410)
([astefanutti](https://github.com/astefanutti))
- chore: Upgrade Kubernetes API to v0.20.2
[\#2407](https://github.com/apache/camel-k/pull/2407)
([astefanutti](https://github.com/astefanutti))
- Update link to video to debug in VS Code
[\#2406](https://github.com/apache/camel-k/pull/2406)
([apupier](https://github.com/apupier))
- chore\(build\): Upgrade Go to version 1.15
[\#2404](https://github.com/apache/camel-k/pull/2404)
([astefanutti](https://github.com/astefanutti))
@@ -80,6 +90,7 @@
- chore\(doc\): Update high-level architecture diagram
[\#2362](https://github.com/apache/camel-k/pull/2362)
([astefanutti](https://github.com/astefanutti))
- Make it possible to define the container image without IntegrationKit
[\#2360](https://github.com/apache/camel-k/pull/2360)
([lburgazzoli](https://github.com/lburgazzoli))
- Update README to reflect where Sample.java is
[\#2359](https://github.com/apache/camel-k/pull/2359)
([bentito](https://github.com/bentito))
+- feat\(cmd/run\): resource option refactoring
[\#2355](https://github.com/apache/camel-k/pull/2355)
([squakez](https://github.com/squakez))
- Related to \#2165: account for annotations when checking if integratio…
[\#2352](https://github.com/apache/camel-k/pull/2352)
([nicolaferraro](https://github.com/nicolaferraro))
- feat\(cli\): add sub command kamel kamelet for get and delete \#2312
[\#2351](https://github.com/apache/camel-k/pull/2351)
([tadayosi](https://github.com/tadayosi))
- fix\(cli\): stop printing \<nil\> at the end of kamel describe output
[\#2350](https://github.com/apache/camel-k/pull/2350)
([tadayosi](https://github.com/tadayosi))