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 e02cf0c  Updated CHANGELOG.md
e02cf0c is described below

commit e02cf0c91266fd5c49d1d62624a7a56209b5aafe
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 25 03:08:31 2021 +0000

    Updated CHANGELOG.md
---
 CHANGELOG.md | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 140c995..9b1bbd3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,12 @@
 
 **Closed issues:**
 
+- Parameters in YAML DSL are not recognized 
[\#2441](https://github.com/apache/camel-k/issues/2441)
+- Versioned documentation 
[\#2435](https://github.com/apache/camel-k/issues/2435)
+- Publish camel-k 1.4 documentation to website 
[\#2432](https://github.com/apache/camel-k/issues/2432)
+- Drop support for minishift? 
[\#2428](https://github.com/apache/camel-k/issues/2428)
 - \(cmd/run\) Support quotes in resource/config file option 
[\#2417](https://github.com/apache/camel-k/issues/2417)
+- trait\(jvm\): option to add additional classpath elements 
[\#2414](https://github.com/apache/camel-k/issues/2414)
 - 02-serverless-api example fails in the camel-k-examples repo 
[\#2400](https://github.com/apache/camel-k/issues/2400)
 - ImagePullSecrets are not configured when the Integration is running 
[\#2394](https://github.com/apache/camel-k/issues/2394)
 - Add option to use Nexus repository mirror to speed up e2e testing 
[\#2387](https://github.com/apache/camel-k/issues/2387)
@@ -16,6 +21,8 @@
 - 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)
+- Documentation points to old repo with quickstarts 
[\#2347](https://github.com/apache/camel-k/issues/2347)
+- Camel K seems to fail with Knative 0.23 
[\#2343](https://github.com/apache/camel-k/issues/2343)
 - kamelets: add condition to report when an integration is stuck waiting for 
them  [\#2331](https://github.com/apache/camel-k/issues/2331)
 - Property in cron trait to set `startingDeadlineSeconds` 
[\#2330](https://github.com/apache/camel-k/issues/2330)
 - maven-repository flag is not honored in the run command  
[\#2327](https://github.com/apache/camel-k/issues/2327)
@@ -26,9 +33,11 @@
 - Kamel delete should consider KameletBindings 
[\#2305](https://github.com/apache/camel-k/issues/2305)
 - Log parsing errors [\#2299](https://github.com/apache/camel-k/issues/2299)
 - Rebase architecture diagram on 1.4 release  
[\#2297](https://github.com/apache/camel-k/issues/2297)
+- Integration not marked as Failed when Camel is unable to start 
[\#2291](https://github.com/apache/camel-k/issues/2291)
 - Structured logs: remaining bits 
[\#2286](https://github.com/apache/camel-k/issues/2286)
 - \[Docs\] Broken links on autogenerated API 
[\#2280](https://github.com/apache/camel-k/issues/2280)
 - Normalize Spectrum build logs 
[\#2276](https://github.com/apache/camel-k/issues/2276)
+- kamelets: support for kamelet local beans 
[\#2271](https://github.com/apache/camel-k/issues/2271)
 - Normalize Maven build log 
[\#2268](https://github.com/apache/camel-k/issues/2268)
 - kamelet-binding: improve conditions 
[\#2265](https://github.com/apache/camel-k/issues/2265)
 - Consolidate make targets used in Github actions 
[\#2263](https://github.com/apache/camel-k/issues/2263)
@@ -50,11 +59,13 @@
 - 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)
+- Document secrets for using secrets \(and config maps\) 
[\#1838](https://github.com/apache/camel-k/issues/1838)
 - 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)
+- Fix github landing page 
[\#1502](https://github.com/apache/camel-k/issues/1502)
 - 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)
@@ -62,6 +73,18 @@
 
 **Merged pull requests:**
 
+- Fix \#2441: parse parameters in YAML DSL 
[\#2442](https://github.com/apache/camel-k/pull/2442) 
([nicolaferraro](https://github.com/nicolaferraro))
+- chore\(api\): Remove obsolete failure field From Integration API 
[\#2440](https://github.com/apache/camel-k/pull/2440) 
([astefanutti](https://github.com/astefanutti))
+- doc: readme cleanup [\#2433](https://github.com/apache/camel-k/pull/2433) 
([squakez](https://github.com/squakez))
+- chore\(doc\): drop Minishift from documentation and install script \#2428 
[\#2431](https://github.com/apache/camel-k/pull/2431) 
([tadayosi](https://github.com/tadayosi))
+- chore: Remove Camel Sources support 
[\#2430](https://github.com/apache/camel-k/pull/2430) 
([astefanutti](https://github.com/astefanutti))
+- fix\(doc\): examples link 
[\#2429](https://github.com/apache/camel-k/pull/2429) 
([squakez](https://github.com/squakez))
+- feat\(trait\): jvm classpath 
[\#2427](https://github.com/apache/camel-k/pull/2427) 
([squakez](https://github.com/squakez))
+- Sync main with the latest changes from camel-main 
[\#2426](https://github.com/apache/camel-k/pull/2426) 
([orpiske](https://github.com/orpiske))
+- feat\(knative\): upgrade Knative to 0.23 \#2343 
[\#2424](https://github.com/apache/camel-k/pull/2424) 
([tadayosi](https://github.com/tadayosi))
+- fix\(cmd/run\): secret/configmap as property file 
[\#2423](https://github.com/apache/camel-k/pull/2423) 
([squakez](https://github.com/squakez))
+- \[e2e-tests\] cli test \(without kamel debug\) 
[\#2422](https://github.com/apache/camel-k/pull/2422) 
([vsokolov00](https://github.com/vsokolov00))
+- fix\(trait\): never fallback to client-side apply unless server-side apply 
is incombatible [\#2421](https://github.com/apache/camel-k/pull/2421) 
([tadayosi](https://github.com/tadayosi))
 - chore\(ci\): upgrade Knative versions in CI to latest possible 
[\#2420](https://github.com/apache/camel-k/pull/2420) 
([tadayosi](https://github.com/tadayosi))
 - fix\(cli\): resource path with quotes and spaces 
[\#2419](https://github.com/apache/camel-k/pull/2419) 
([squakez](https://github.com/squakez))
 - Precise requirements on Minikube instance for development 
[\#2416](https://github.com/apache/camel-k/pull/2416) 
([apupier](https://github.com/apupier))
@@ -84,6 +107,7 @@
 - chore\(doc\): Add autoscaling with Knative documentation 
[\#2386](https://github.com/apache/camel-k/pull/2386) 
([astefanutti](https://github.com/astefanutti))
 - Fixes website build [\#2385](https://github.com/apache/camel-k/pull/2385) 
([oscerd](https://github.com/oscerd))
 - S3 dependencies [\#2383](https://github.com/apache/camel-k/pull/2383) 
([johnpoth](https://github.com/johnpoth))
+- doc\(kamelets\): debugging simple notice 
[\#2381](https://github.com/apache/camel-k/pull/2381) 
([squakez](https://github.com/squakez))
 - Removed the deprecated --logging-level option \(issue \#2000\) 
[\#2377](https://github.com/apache/camel-k/pull/2377) 
([orpiske](https://github.com/orpiske))
 - chore\(doc\): Fix Pod trait documentation formatting 
[\#2373](https://github.com/apache/camel-k/pull/2373) 
([astefanutti](https://github.com/astefanutti))
 - chore\(e2e\): remove duplicate test in knative tests 
[\#2372](https://github.com/apache/camel-k/pull/2372) 
([tadayosi](https://github.com/tadayosi))
@@ -130,6 +154,7 @@
 - chore\(e2e\): config test 
[\#2295](https://github.com/apache/camel-k/pull/2295) 
([squakez](https://github.com/squakez))
 - fix\(test\) - toleration trait test 
[\#2294](https://github.com/apache/camel-k/pull/2294) 
([tplevko](https://github.com/tplevko))
 - Added documentation about installing Camel K on Kind 
[\#2293](https://github.com/apache/camel-k/pull/2293) 
([orpiske](https://github.com/orpiske))
+- fix\(integration\) Integration not marked as Failed when Camel is unabl… 
[\#2292](https://github.com/apache/camel-k/pull/2292) 
([claudio4j](https://github.com/claudio4j))
 - Configure kubernetes to use structured log 
[\#2290](https://github.com/apache/camel-k/pull/2290) 
([orpiske](https://github.com/orpiske))
 - fix\(doc\): camel website error fixes 
[\#2288](https://github.com/apache/camel-k/pull/2288) 
([squakez](https://github.com/squakez))
 - chore\(e2e\): Assert upgraded integration Pod uses new version Kit 
[\#2285](https://github.com/apache/camel-k/pull/2285) 
([astefanutti](https://github.com/astefanutti))

Reply via email to