Skip to content

Commit 8b47a95

Browse files
perdasilvaPer Goncalves da Silva
and
Per Goncalves da Silva
authored
bump o-f libs (#3487)
* bump o-f libraries to latest Signed-off-by: Per Goncalves da Silva <[email protected]> * update vendor Signed-off-by: Per Goncalves da Silva <[email protected]> * regenerate generated files Signed-off-by: Per Goncalves da Silva <[email protected]> --------- Signed-off-by: Per Goncalves da Silva <[email protected]> Co-authored-by: Per Goncalves da Silva <[email protected]>
1 parent 1b6752e commit 8b47a95

File tree

127 files changed

+4243
-2909
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+4243
-2909
lines changed

deploy/chart/crds/0000_50_olm_00-catalogsources.crd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.16.1
5+
controller-gen.kubebuilder.io/version: v0.17.0
66
name: catalogsources.operators.coreos.com
77
spec:
88
group: operators.coreos.com

deploy/chart/crds/0000_50_olm_00-clusterserviceversions.crd.yaml

+211-80
Large diffs are not rendered by default.

deploy/chart/crds/0000_50_olm_00-installplans.crd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.16.1
5+
controller-gen.kubebuilder.io/version: v0.17.0
66
name: installplans.operators.coreos.com
77
spec:
88
group: operators.coreos.com

deploy/chart/crds/0000_50_olm_00-olmconfigs.crd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.16.1
5+
controller-gen.kubebuilder.io/version: v0.17.0
66
name: olmconfigs.operators.coreos.com
77
spec:
88
group: operators.coreos.com

deploy/chart/crds/0000_50_olm_00-operatorconditions.crd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.16.1
5+
controller-gen.kubebuilder.io/version: v0.17.0
66
name: operatorconditions.operators.coreos.com
77
spec:
88
group: operators.coreos.com

deploy/chart/crds/0000_50_olm_00-operatorgroups.crd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.16.1
5+
controller-gen.kubebuilder.io/version: v0.17.0
66
name: operatorgroups.operators.coreos.com
77
spec:
88
group: operators.coreos.com

deploy/chart/crds/0000_50_olm_00-operators.crd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.16.1
5+
controller-gen.kubebuilder.io/version: v0.17.0
66
name: operators.operators.coreos.com
77
spec:
88
group: operators.coreos.com

deploy/chart/crds/0000_50_olm_00-subscriptions.crd.yaml

+47-13
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.16.1
5+
controller-gen.kubebuilder.io/version: v0.17.0
66
name: subscriptions.operators.coreos.com
77
spec:
88
group: operators.coreos.com
@@ -1358,6 +1358,8 @@ spec:
13581358
description: |-
13591359
awsElasticBlockStore represents an AWS Disk resource that is attached to a
13601360
kubelet's host machine and then exposed to the pod.
1361+
Deprecated: AWSElasticBlockStore is deprecated. All operations for the in-tree
1362+
awsElasticBlockStore type are redirected to the ebs.csi.aws.com CSI driver.
13611363
More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
13621364
type: object
13631365
required:
@@ -1389,7 +1391,10 @@ spec:
13891391
More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
13901392
type: string
13911393
azureDisk:
1392-
description: azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
1394+
description: |-
1395+
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
1396+
Deprecated: AzureDisk is deprecated. All operations for the in-tree azureDisk type
1397+
are redirected to the disk.csi.azure.com CSI driver.
13931398
type: object
13941399
required:
13951400
- diskName
@@ -1421,7 +1426,10 @@ spec:
14211426
type: boolean
14221427
default: false
14231428
azureFile:
1424-
description: azureFile represents an Azure File Service mount on the host and bind mount to the pod.
1429+
description: |-
1430+
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
1431+
Deprecated: AzureFile is deprecated. All operations for the in-tree azureFile type
1432+
are redirected to the file.csi.azure.com CSI driver.
14251433
type: object
14261434
required:
14271435
- secretName
@@ -1439,7 +1447,9 @@ spec:
14391447
description: shareName is the azure share Name
14401448
type: string
14411449
cephfs:
1442-
description: cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
1450+
description: |-
1451+
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime.
1452+
Deprecated: CephFS is deprecated and the in-tree cephfs type is no longer supported.
14431453
type: object
14441454
required:
14451455
- monitors
@@ -1490,6 +1500,8 @@ spec:
14901500
cinder:
14911501
description: |-
14921502
cinder represents a cinder volume attached and mounted on kubelets host machine.
1503+
Deprecated: Cinder is deprecated. All operations for the in-tree cinder type
1504+
are redirected to the cinder.csi.openstack.org CSI driver.
14931505
More info: https://examples.k8s.io/mysql-cinder-pd/README.md
14941506
type: object
14951507
required:
@@ -1596,7 +1608,7 @@ spec:
15961608
type: boolean
15971609
x-kubernetes-map-type: atomic
15981610
csi:
1599-
description: csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature).
1611+
description: csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers.
16001612
type: object
16011613
required:
16021614
- driver
@@ -2038,6 +2050,7 @@ spec:
20382050
description: |-
20392051
flexVolume represents a generic volume resource that is
20402052
provisioned/attached using an exec based plugin.
2053+
Deprecated: FlexVolume is deprecated. Consider using a CSIDriver instead.
20412054
type: object
20422055
required:
20432056
- driver
@@ -2081,7 +2094,9 @@ spec:
20812094
default: ""
20822095
x-kubernetes-map-type: atomic
20832096
flocker:
2084-
description: flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
2097+
description: |-
2098+
flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running.
2099+
Deprecated: Flocker is deprecated and the in-tree flocker type is no longer supported.
20852100
type: object
20862101
properties:
20872102
datasetName:
@@ -2096,6 +2111,8 @@ spec:
20962111
description: |-
20972112
gcePersistentDisk represents a GCE Disk resource that is attached to a
20982113
kubelet's host machine and then exposed to the pod.
2114+
Deprecated: GCEPersistentDisk is deprecated. All operations for the in-tree
2115+
gcePersistentDisk type are redirected to the pd.csi.storage.gke.io CSI driver.
20992116
More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
21002117
type: object
21012118
required:
@@ -2131,7 +2148,7 @@ spec:
21312148
gitRepo:
21322149
description: |-
21332150
gitRepo represents a git repository at a particular revision.
2134-
DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an
2151+
Deprecated: GitRepo is deprecated. To provision a container with a git repo, mount an
21352152
EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir
21362153
into the Pod's container.
21372154
type: object
@@ -2154,6 +2171,7 @@ spec:
21542171
glusterfs:
21552172
description: |-
21562173
glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime.
2174+
Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported.
21572175
More info: https://examples.k8s.io/volumes/glusterfs/README.md
21582176
type: object
21592177
required:
@@ -2360,7 +2378,9 @@ spec:
23602378
Default false.
23612379
type: boolean
23622380
photonPersistentDisk:
2363-
description: photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
2381+
description: |-
2382+
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine.
2383+
Deprecated: PhotonPersistentDisk is deprecated and the in-tree photonPersistentDisk type is no longer supported.
23642384
type: object
23652385
required:
23662386
- pdID
@@ -2375,7 +2395,11 @@ spec:
23752395
description: pdID is the ID that identifies Photon Controller persistent disk
23762396
type: string
23772397
portworxVolume:
2378-
description: portworxVolume represents a portworx volume attached and mounted on kubelets host machine
2398+
description: |-
2399+
portworxVolume represents a portworx volume attached and mounted on kubelets host machine.
2400+
Deprecated: PortworxVolume is deprecated. All operations for the in-tree portworxVolume type
2401+
are redirected to the pxd.portworx.com CSI driver when the CSIMigrationPortworx feature-gate
2402+
is on.
23792403
type: object
23802404
required:
23812405
- volumeID
@@ -2710,7 +2734,9 @@ spec:
27102734
type: string
27112735
x-kubernetes-list-type: atomic
27122736
quobyte:
2713-
description: quobyte represents a Quobyte mount on the host that shares a pod's lifetime
2737+
description: |-
2738+
quobyte represents a Quobyte mount on the host that shares a pod's lifetime.
2739+
Deprecated: Quobyte is deprecated and the in-tree quobyte type is no longer supported.
27142740
type: object
27152741
required:
27162742
- registry
@@ -2748,6 +2774,7 @@ spec:
27482774
rbd:
27492775
description: |-
27502776
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime.
2777+
Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported.
27512778
More info: https://examples.k8s.io/volumes/rbd/README.md
27522779
type: object
27532780
required:
@@ -2820,7 +2847,9 @@ spec:
28202847
type: string
28212848
default: admin
28222849
scaleIO:
2823-
description: scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
2850+
description: |-
2851+
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
2852+
Deprecated: ScaleIO is deprecated and the in-tree scaleIO type is no longer supported.
28242853
type: object
28252854
required:
28262855
- gateway
@@ -2946,7 +2975,9 @@ spec:
29462975
More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
29472976
type: string
29482977
storageos:
2949-
description: storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
2978+
description: |-
2979+
storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
2980+
Deprecated: StorageOS is deprecated and the in-tree storageos type is no longer supported.
29502981
type: object
29512982
properties:
29522983
fsType:
@@ -2991,7 +3022,10 @@ spec:
29913022
Namespaces that do not pre-exist within StorageOS will be created.
29923023
type: string
29933024
vsphereVolume:
2994-
description: vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
3025+
description: |-
3026+
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine.
3027+
Deprecated: VsphereVolume is deprecated. All operations for the in-tree vsphereVolume type
3028+
are redirected to the csi.vsphere.vmware.com CSI driver.
29953029
type: object
29963030
required:
29973031
- volumePath

go.mod

+15-16
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ require (
2424
github.com/onsi/gomega v1.36.2
2525
github.com/openshift/api v3.9.0+incompatible
2626
github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a
27-
github.com/operator-framework/api v0.27.0
28-
github.com/operator-framework/operator-registry v1.48.0
27+
github.com/operator-framework/api v0.29.0
28+
github.com/operator-framework/operator-registry v1.50.0
2929
github.com/otiai10/copy v1.14.0
3030
github.com/pkg/errors v0.9.1
3131
github.com/prometheus/client_golang v1.20.5
@@ -38,7 +38,7 @@ require (
3838
golang.org/x/net v0.34.0
3939
golang.org/x/sync v0.10.0
4040
golang.org/x/time v0.8.0
41-
google.golang.org/grpc v1.67.1
41+
google.golang.org/grpc v1.68.1
4242
gopkg.in/yaml.v2 v2.4.0
4343
k8s.io/api v0.32.0
4444
k8s.io/apiextensions-apiserver v0.32.0
@@ -68,22 +68,22 @@ require (
6868
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
6969
github.com/cespare/xxhash/v2 v2.3.0 // indirect
7070
github.com/containerd/cgroups/v3 v3.0.3 // indirect
71-
github.com/containerd/containerd v1.7.23 // indirect
72-
github.com/containerd/containerd/api v1.7.19 // indirect
73-
github.com/containerd/continuity v0.4.2 // indirect
71+
github.com/containerd/containerd v1.7.25 // indirect
72+
github.com/containerd/containerd/api v1.8.0 // indirect
73+
github.com/containerd/continuity v0.4.4 // indirect
7474
github.com/containerd/errdefs v0.3.0 // indirect
7575
github.com/containerd/errdefs/pkg v0.3.0 // indirect
7676
github.com/containerd/log v0.1.0 // indirect
7777
github.com/containerd/platforms v0.2.1 // indirect
7878
github.com/containerd/ttrpc v1.2.5 // indirect
7979
github.com/containerd/typeurl/v2 v2.2.0 // indirect
80-
github.com/containers/common v0.60.4 // indirect
80+
github.com/containers/common v0.61.0 // indirect
8181
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
8282
github.com/containers/ocicrypt v1.2.0 // indirect
8383
github.com/containers/storage v1.56.0 // indirect
8484
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
8585
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
86-
github.com/docker/cli v27.3.1+incompatible // indirect
86+
github.com/docker/cli v27.4.1+incompatible // indirect
8787
github.com/docker/distribution v2.8.3+incompatible // indirect
8888
github.com/docker/docker v27.3.1+incompatible // indirect
8989
github.com/docker/docker-credential-helpers v0.8.2 // indirect
@@ -106,14 +106,14 @@ require (
106106
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
107107
github.com/golang/protobuf v1.5.4 // indirect
108108
github.com/google/btree v1.0.1 // indirect
109-
github.com/google/cel-go v0.22.0 // indirect
109+
github.com/google/cel-go v0.22.1 // indirect
110110
github.com/google/gnostic-models v0.6.8 // indirect
111111
github.com/google/gofuzz v1.2.0 // indirect
112112
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
113113
github.com/google/uuid v1.6.0 // indirect
114114
github.com/gorilla/mux v1.8.1 // indirect
115115
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
116-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
116+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
117117
github.com/h2non/filetype v1.1.3 // indirect
118118
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c // indirect
119119
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -141,7 +141,6 @@ require (
141141
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
142142
github.com/prometheus/procfs v0.15.1 // indirect
143143
github.com/stoewer/go-strcase v1.3.0 // indirect
144-
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
145144
github.com/x448/float16 v0.8.4 // indirect
146145
go.etcd.io/bbolt v1.3.11 // indirect
147146
go.etcd.io/etcd/api/v3 v3.5.16 // indirect
@@ -152,7 +151,7 @@ require (
152151
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
153152
go.opentelemetry.io/otel v1.29.0 // indirect
154153
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0 // indirect
155-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 // indirect
154+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.29.0 // indirect
156155
go.opentelemetry.io/otel/metric v1.29.0 // indirect
157156
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
158157
go.opentelemetry.io/otel/trace v1.29.0 // indirect
@@ -166,12 +165,12 @@ require (
166165
golang.org/x/sys v0.29.0 // indirect
167166
golang.org/x/term v0.28.0 // indirect
168167
golang.org/x/text v0.21.0 // indirect
169-
golang.org/x/tools v0.28.0 // indirect
168+
golang.org/x/tools v0.29.0 // indirect
170169
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
171-
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
172-
google.golang.org/genproto/googleapis/api v0.0.0-20240826202546-f6391c0de4c7 // indirect
170+
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
171+
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
173172
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
174-
google.golang.org/protobuf v1.36.1 // indirect
173+
google.golang.org/protobuf v1.36.2 // indirect
175174
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
176175
gopkg.in/inf.v0 v0.9.1 // indirect
177176
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect

0 commit comments

Comments
 (0)