Skip to content

Commit 650c4e2

Browse files
vendor: update
Upstream-repostiory: operator-registry Upstream-commit: 68e13df96590977370ffcd1a8e9ff76e0f2a03f2 Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
1 parent 47657d1 commit 650c4e2

File tree

6 files changed

+25
-13
lines changed

6 files changed

+25
-13
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/mikefarah/yq/v3 v3.0.0-20201202084205-8846255d1c37
1414
github.com/onsi/ginkgo/v2 v2.9.5
1515
github.com/openshift/api v3.9.0+incompatible
16-
github.com/operator-framework/api v0.17.6
16+
github.com/operator-framework/api v0.17.7-0.20230626210316-aa3e49803e7b
1717
github.com/operator-framework/operator-lifecycle-manager v0.0.0-00010101000000-000000000000
1818
github.com/operator-framework/operator-registry v1.27.1
1919
github.com/sirupsen/logrus v1.9.2

pkg/manifests/csv.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: packageserver
66
namespace: openshift-operator-lifecycle-manager
77
labels:
8-
olm.version: 0.19.0
8+
olm.version: 0.0.0-47657d17a540178d800303a6a9d40529607ae4a7
99
olm.clusteroperator.name: operator-lifecycle-manager-packageserver
1010
annotations:
1111
include.release.openshift.io/self-managed-high-availability: "true"
@@ -159,7 +159,7 @@ spec:
159159
- packageserver
160160
topologyKey: "kubernetes.io/hostname"
161161
maturity: alpha
162-
version: 0.19.0
162+
version: 0.0.0-47657d17a540178d800303a6a9d40529607ae4a7
163163
apiservicedefinitions:
164164
owned:
165165
- group: packages.operators.coreos.com

vendor/github.com/operator-framework/operator-registry/cmd/opm/serve/serve.go

+9-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/operator-framework/operator-registry/pkg/cache/json.go

+5-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/operator-framework/operator-registry/pkg/cache/tar.go

+7-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ github.com/openshift/client-go/config/informers/externalversions/config
642642
github.com/openshift/client-go/config/informers/externalversions/config/v1
643643
github.com/openshift/client-go/config/informers/externalversions/internalinterfaces
644644
github.com/openshift/client-go/config/listers/config/v1
645-
# github.com/operator-framework/api v0.17.6 => ./staging/api
645+
# github.com/operator-framework/api v0.17.7-0.20230626210316-aa3e49803e7b => ./staging/api
646646
## explicit; go 1.19
647647
github.com/operator-framework/api/crds
648648
github.com/operator-framework/api/pkg/constraints

0 commit comments

Comments
 (0)