You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2020/02/17 08:37:07 UTC

[camel-k] branch master updated (cb75c5f -> 6e0634a)

This is an automated email from the ASF dual-hosted git repository.

astefanutti pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


    from cb75c5f  Fix #1237: check specific knative serving versions to determine if it's installed
     add 452ddf5  Fix #1201: make sure we correctly switch between controllers types (deployment, cronjob, knative) when changing the source code
     add d2902f7  Fix #1200: add concurrency in cronjobs and default to Forbid
     add 955351b  Fix #1200: generate doc for concurrency policy
     add 6e0634a  Fix #1201: fix tests

No new revisions were added by this update.

Summary of changes:
 docs/modules/ROOT/pages/traits/cron.adoc |  8 +++++
 pkg/trait/cron.go                        | 13 +++++++-
 pkg/trait/deployer.go                    | 11 +++++++
 pkg/trait/deployer_test.go               |  2 +-
 pkg/trait/deployment.go                  | 53 +++++++++++++-------------------
 pkg/trait/deployment_test.go             | 11 +++----
 6 files changed, 59 insertions(+), 39 deletions(-)