You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2024/04/05 11:19:21 UTC

(camel-k) branch main updated (3757cac20 -> 025bf44be)

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

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


    from 3757cac20 chore(deps): bump golang.org/x/oauth2 from 0.18.0 to 0.19.0
     add 0c47c3d54 feat(trait): allow usage of semver for camel.runtime-version
     add 025bf44be chore(doc): trait doc update

No new revisions were added by this update.

Summary of changes:
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc        |  2 ++
 docs/modules/traits/pages/camel.adoc                     |  2 ++
 helm/camel-k/crds/crd-integration-kit.yaml               |  5 ++++-
 helm/camel-k/crds/crd-integration-platform.yaml          | 10 ++++++++--
 helm/camel-k/crds/crd-integration-profile.yaml           | 10 ++++++++--
 helm/camel-k/crds/crd-integration.yaml                   |  5 ++++-
 helm/camel-k/crds/crd-kamelet-binding.yaml               |  5 ++++-
 helm/camel-k/crds/crd-pipe.yaml                          |  5 ++++-
 pkg/apis/camel/v1/trait/camel.go                         |  2 ++
 .../crd/bases/camel.apache.org_integrationkits.yaml      |  5 ++++-
 .../crd/bases/camel.apache.org_integrationplatforms.yaml | 10 ++++++++--
 .../crd/bases/camel.apache.org_integrationprofiles.yaml  | 10 ++++++++--
 .../config/crd/bases/camel.apache.org_integrations.yaml  |  5 ++++-
 .../crd/bases/camel.apache.org_kameletbindings.yaml      |  5 ++++-
 .../config/crd/bases/camel.apache.org_pipes.yaml         |  5 ++++-
 pkg/trait/camel.go                                       |  2 +-
 pkg/trait/camel_test.go                                  | 16 ++++++++++++++++
 17 files changed, 87 insertions(+), 17 deletions(-)