You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/03/06 09:37:25 UTC

[camel-k] branch dependabot/go_modules/pkg/apis/camel/golang.org/x/net-0.7.0 updated (11cad931e -> 3f25c95cb)

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

github-bot pushed a change to branch dependabot/go_modules/pkg/apis/camel/golang.org/x/net-0.7.0
in repository https://gitbox.apache.org/repos/asf/camel-k.git


 discard 11cad931e chore(deps): bump golang.org/x/net in /pkg/apis/camel
     add cf639a6bb fix(ci): quarkus native action name
     add c450f38b7 chore: changelog automatic update
     add 7f3f033a3 chore: nightly resource refresh
     add 46717dbc7 chore: minor change
     add 18161e96f fix(#3956): Add maven settings-security to maven command
     add 087ee89a5 chore: changelog automatic update
     add 1f4862629 chore(deps): bump golang.org/x/oauth2 from 0.5.0 to 0.6.0
     add 13b2b0371 Issue-1330: Deprecating parameters.
     add f4c5a3b9b Run 'make generate' with controller-gen@v0.6.1
     add 8056c0096 Revert formatting changes to avoid churn.
     add 3f25c95cb chore(deps): bump golang.org/x/net in /pkg/apis/camel

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (11cad931e)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/pkg/apis/camel/golang.org/x/net-0.7.0 (3f25c95cb)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/nightly-automatic-updates.yml      |  2 +-
 .github/workflows/nightly-native-test.yml            |  6 +++---
 CHANGELOG.md                                         |  3 +++
 .../crd/bases/camel.apache.org_kameletbindings.yaml  |  6 ++++++
 config/crd/bases/camel.apache.org_kamelets.yaml      |  4 ++++
 docs/modules/ROOT/partials/apis/kamelets-crds.adoc   |  7 +++++++
 go.mod                                               | 10 +++++-----
 go.sum                                               | 20 ++++++++++----------
 helm/camel-k/crds/crd-kamelet-binding.yaml           |  6 ++++++
 helm/camel-k/crds/crd-kamelet.yaml                   |  4 ++++
 pkg/apis/camel/v1alpha1/jsonschema_types.go          |  1 +
 .../camel/v1alpha1/jsonschemaprop.go                 |  9 +++++++++
 .../camel/clientset/versioned/fake/register.go       | 14 +++++++-------
 .../camel/clientset/versioned/scheme/register.go     | 14 +++++++-------
 pkg/util/maven/maven_command.go                      |  7 +++++++
 15 files changed, 80 insertions(+), 33 deletions(-)