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 2022/04/06 15:54:24 UTC

[camel-k] branch dependabot/go_modules/github.com/operator-framework/api-0.14.0 updated (9f96ed20c -> 2b49d080c)

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

github-bot pushed a change to branch dependabot/go_modules/github.com/operator-framework/api-0.14.0
in repository https://gitbox.apache.org/repos/asf/camel-k.git


 discard 9f96ed20c chore(deps): bump github.com/operator-framework/api from 0.3.8 to 0.14.0
     add 534f9759e Updated CHANGELOG.md
     add 67a2595e9  fix 1802: leverage KEP-1755 to retrieve local image registry host and port
     add 0ea95ec15 fix 1802: Add RBAC
     add 346b787f3 Merge pull request #2696 from johnpoth/KEP-1755
     add 7942108bf chore(deps): bump github.com/rs/xid from 1.3.0 to 1.4.0
     add 4843645a0 Updated CHANGELOG.md
     add eefbf17db chore(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1
     add acefad210 chore(deps): bump github.com/redhat-developer/service-binding-operator
     add 2b49d080c chore(deps): bump github.com/operator-framework/api from 0.3.8 to 0.14.0

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   (9f96ed20c)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/github.com/operator-framework/api-0.14.0 (2b49d080c)

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:
 CHANGELOG.md                                       |  6 +-
 config/rbac/kustomization.yaml                     |  2 +
 ...l => operator-cluster-role-local-registry.yaml} | 12 ++-
 ...l => operator-role-binding-local-registry.yaml} |  7 +-
 e2e/common/kustomize/common.go                     |  3 +-
 go.mod                                             |  4 +-
 go.sum                                             | 52 ++++--------
 pkg/install/cluster.go                             |  6 ++
 pkg/install/operator.go                            | 61 +++++++++++++-
 pkg/platform/defaults.go                           | 15 +++-
 pkg/resources/resources.go                         | 27 +++++-
 pkg/util/registry/kep_1755.go                      | 95 ++++++++++++++++++++++
 12 files changed, 234 insertions(+), 56 deletions(-)
 copy config/rbac/{operator-cluster-role-custom-resource-definitions.yaml => operator-cluster-role-local-registry.yaml} (87%)
 copy config/rbac/{openshift/operator-cluster-role-console-binding-openshift.yaml => operator-role-binding-local-registry.yaml} (90%)
 create mode 100644 pkg/util/registry/kep_1755.go