Skip to content

Commit a627c78

Browse files
tmshortstevekuznetsov
authored andcommittedOct 2, 2023
Update api with packageServerSyncInterval
Signed-off-by: Todd Short <[email protected]>
1 parent 662ff51 commit a627c78

File tree

7 files changed

+33
-5
lines changed

7 files changed

+33
-5
lines changed
 

Diff for: ‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/onsi/gomega v1.27.7
2626
github.com/openshift/api v3.9.0+incompatible
2727
github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a
28-
github.com/operator-framework/api v0.17.8-0.20230908201838-28c6773d2b74
28+
github.com/operator-framework/api v0.17.8-0.20230929142219-7961b0208d99
2929
github.com/operator-framework/operator-registry v1.29.0
3030
github.com/otiai10/copy v1.12.0
3131
github.com/pkg/errors v0.9.1

Diff for: ‎go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -604,8 +604,8 @@ github.com/openshift/api v0.0.0-20221021112143-4226c2167e40 h1:PxjGCA72RtsdHWToZ
604604
github.com/openshift/api v0.0.0-20221021112143-4226c2167e40/go.mod h1:aQ6LDasvHMvHZXqLHnX2GRmnfTWCF/iIwz8EMTTIE9A=
605605
github.com/openshift/client-go v0.0.0-20221019143426-16aed247da5c h1:CV76yFOTXmq9VciBR3Bve5ZWzSxdft7gaMVB3kS0rwg=
606606
github.com/openshift/client-go v0.0.0-20221019143426-16aed247da5c/go.mod h1:lFMO8mLHXWFzSdYvGNo8ivF9SfF6zInA8ZGw4phRnUE=
607-
github.com/operator-framework/api v0.17.8-0.20230908201838-28c6773d2b74 h1:BNzxQqrfGRaEuw5SliqTFvloLE76L1MAo/uzbszzrPw=
608-
github.com/operator-framework/api v0.17.8-0.20230908201838-28c6773d2b74/go.mod h1:Wbg136l1Po6zqG2QcTN1QZ8dbT4BQvNlQDM9tmQYvz0=
607+
github.com/operator-framework/api v0.17.8-0.20230929142219-7961b0208d99 h1:0x4FfGvKIEmpXnhqX9OumEnvJWn51zUVwvFulh17tu4=
608+
github.com/operator-framework/api v0.17.8-0.20230929142219-7961b0208d99/go.mod h1:Wbg136l1Po6zqG2QcTN1QZ8dbT4BQvNlQDM9tmQYvz0=
609609
github.com/operator-framework/operator-registry v1.29.0 h1:HMmVTiuOAGoHLzYqR9Lr2QSOqbVzA50++ojNl2mu9f4=
610610
github.com/operator-framework/operator-registry v1.29.0/go.mod h1:4rVQu/cOuCtVt3JzKsAmwyq2lsiu9uPaH9nYNfnqj9o=
611611
github.com/otiai10/copy v1.12.0 h1:cLMgSQnXBs1eehF0Wy/FAGsgDTDmAqFR7rQylBb1nDY=

Diff for: ‎vendor/github.com/operator-framework/api/crds/operators.coreos.com_olmconfigs.yaml

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

Diff for: ‎vendor/github.com/operator-framework/api/crds/zz_defs.go

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

Diff for: ‎vendor/github.com/operator-framework/api/pkg/operators/v1/olmconfig_types.go

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

Diff for: ‎vendor/github.com/operator-framework/api/pkg/operators/v1/zz_generated.deepcopy.go

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

Diff for: ‎vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ github.com/openshift/client-go/config/informers/externalversions/config/v1alpha1
650650
github.com/openshift/client-go/config/informers/externalversions/internalinterfaces
651651
github.com/openshift/client-go/config/listers/config/v1
652652
github.com/openshift/client-go/config/listers/config/v1alpha1
653-
# github.com/operator-framework/api v0.17.8-0.20230908201838-28c6773d2b74
653+
# github.com/operator-framework/api v0.17.8-0.20230929142219-7961b0208d99
654654
## explicit; go 1.19
655655
github.com/operator-framework/api/crds
656656
github.com/operator-framework/api/pkg/constraints

0 commit comments

Comments
 (0)
Please sign in to comment.