Skip to content

Commit 79b5658

Browse files
dependabot[bot]Per Goncalves da Silva
authored and
Per Goncalves da Silva
committed
Bump k8s.io/client-go from 0.31.3 to 0.32.0
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.31.3 to 0.32.0. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.31.3...v0.32.0) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent 70df85f commit 79b5658

6 files changed

+329
-163
lines changed

Diff for: crds/operators.coreos.com_clusterserviceversions.yaml

+210-79
Large diffs are not rendered by default.

Diff for: crds/operators.coreos.com_subscriptions.yaml

+46-12
Original file line numberDiff line numberDiff line change
@@ -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

Diff for: crds/zz_defs.go

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

Diff for: go.mod

+21-21
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ require (
1010
github.com/spf13/cobra v1.8.1
1111
github.com/stretchr/testify v1.10.0
1212
google.golang.org/genproto/googleapis/api v0.0.0-20240826202546-f6391c0de4c7
13-
k8s.io/api v0.31.3
13+
k8s.io/api v0.32.0
1414
k8s.io/apiextensions-apiserver v0.31.3
15-
k8s.io/apimachinery v0.31.3
16-
k8s.io/client-go v0.31.3
15+
k8s.io/apimachinery v0.32.0
16+
k8s.io/client-go v0.32.0
1717
sigs.k8s.io/controller-runtime v0.19.3
1818
sigs.k8s.io/yaml v1.4.0
1919
)
@@ -31,18 +31,16 @@ require (
3131
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
3232
github.com/go-logr/logr v1.4.2 // indirect
3333
github.com/go-logr/stdr v1.2.2 // indirect
34-
github.com/go-openapi/jsonpointer v0.20.2 // indirect
34+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
3535
github.com/go-openapi/jsonreference v0.20.4 // indirect
36-
github.com/go-openapi/swag v0.22.9 // indirect
36+
github.com/go-openapi/swag v0.23.0 // indirect
3737
github.com/gogo/protobuf v1.3.2 // indirect
38-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3938
github.com/golang/protobuf v1.5.4 // indirect
4039
github.com/google/gnostic-models v0.6.8 // indirect
4140
github.com/google/go-cmp v0.6.0 // indirect
4241
github.com/google/gofuzz v1.2.0 // indirect
4342
github.com/google/uuid v1.6.0 // indirect
4443
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
45-
github.com/imdario/mergo v0.3.16 // indirect
4644
github.com/inconshreveable/mousetrap v1.1.0 // indirect
4745
github.com/josharian/intern v1.0.0 // indirect
4846
github.com/json-iterator/go v1.1.12 // indirect
@@ -51,6 +49,7 @@ require (
5149
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5250
github.com/modern-go/reflect2 v1.0.2 // indirect
5351
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
52+
github.com/pkg/errors v0.9.1 // indirect
5453
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
5554
github.com/prometheus/client_golang v1.19.1 // indirect
5655
github.com/prometheus/client_model v0.6.1 // indirect
@@ -69,27 +68,28 @@ require (
6968
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
7069
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect
7170
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
72-
golang.org/x/mod v0.17.0 // indirect
73-
golang.org/x/net v0.26.0 // indirect
74-
golang.org/x/oauth2 v0.21.0 // indirect
75-
golang.org/x/sync v0.7.0 // indirect
76-
golang.org/x/sys v0.21.0 // indirect
77-
golang.org/x/term v0.21.0 // indirect
78-
golang.org/x/text v0.16.0 // indirect
79-
golang.org/x/time v0.5.0 // indirect
80-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
71+
golang.org/x/mod v0.21.0 // indirect
72+
golang.org/x/net v0.30.0 // indirect
73+
golang.org/x/oauth2 v0.23.0 // indirect
74+
golang.org/x/sync v0.8.0 // indirect
75+
golang.org/x/sys v0.26.0 // indirect
76+
golang.org/x/term v0.25.0 // indirect
77+
golang.org/x/text v0.19.0 // indirect
78+
golang.org/x/time v0.7.0 // indirect
79+
golang.org/x/tools v0.26.0 // indirect
8180
google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
8281
google.golang.org/grpc v1.65.0 // indirect
83-
google.golang.org/protobuf v1.34.2 // indirect
82+
google.golang.org/protobuf v1.35.1 // indirect
83+
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
8484
gopkg.in/inf.v0 v0.9.1 // indirect
8585
gopkg.in/yaml.v2 v2.4.0 // indirect
8686
gopkg.in/yaml.v3 v3.0.1 // indirect
8787
k8s.io/apiserver v0.31.3 // indirect
8888
k8s.io/component-base v0.31.3 // indirect
8989
k8s.io/klog/v2 v2.130.1 // indirect
90-
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
91-
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
90+
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
91+
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
9292
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 // indirect
93-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
94-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
93+
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
94+
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
9595
)

0 commit comments

Comments
 (0)