Skip to content

Commit

Permalink
deps: bump client-go and controller-runtime
Browse files Browse the repository at this point in the history
Related to openshift-kni/eco-goinfra#823.

Also updated the lifecycle-agent dependency so that it is compatible with the 0.31.z k8s libraries.
  • Loading branch information
klaskosk committed Jan 10, 2025
1 parent d083f33 commit e68ded7
Show file tree
Hide file tree
Showing 1,788 changed files with 70,957 additions and 43,232 deletions.
49 changes: 26 additions & 23 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/hashicorp/go-version v1.7.0
github.com/k8snetworkplumbingwg/multi-networkpolicy v0.0.0-20240528155521-f76867e779b8
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.4
github.com/k8snetworkplumbingwg/sriov-network-operator v1.2.0
github.com/k8snetworkplumbingwg/sriov-network-operator v1.4.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/metal3-io/baremetal-operator/apis v0.6.2
github.com/nmstate/kubernetes-nmstate/api v0.0.0-20240605150941-df565dd7bf35
Expand All @@ -30,29 +30,29 @@ require (
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
gopkg.in/k8snetworkplumbingwg/multus-cni.v4 v4.1.2
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.30.5
k8s.io/apimachinery v0.30.5
k8s.io/api v0.31.4
k8s.io/apimachinery v0.31.4
k8s.io/client-go v12.0.0+incompatible
sigs.k8s.io/controller-runtime v0.17.6
sigs.k8s.io/controller-runtime v0.19.4
)

require (
github.com/grafana/loki/operator/apis/loki v0.0.0-20241007174334-1f3089282a2b
github.com/kedacore/keda-olm-operator v0.0.0-20240802192914-35181ac1e417
github.com/kedacore/keda/v2 v2.14.1
github.com/openshift-kni/lifecycle-agent v0.0.0-20241002223755-1e32b456449f // release-4.17
github.com/openshift-kni/lifecycle-agent v0.0.0-20250107123650-9dd54f3ea34f // release-4.17
github.com/openshift-kni/numaresources-operator v0.4.17-0rc0.0.20240903095616-58342d895734 // release-4.17
github.com/openshift/client-go v0.0.0-20240523113335-452272e0496d
github.com/openshift/cluster-logging-operator v0.0.0-20241003210634-afb65cea19d1 // release-5.9
github.com/openshift/installer v0.0.0-00010101000000-000000000000
github.com/openshift/local-storage-operator v0.0.0-20240712213037-f7a4384c92bb // release-4.16
github.com/povsister/scp v0.0.0-20210427074412-33febfd9f13e
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.74.0
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
github.com/vmware-tanzu/velero v1.13.2
k8s.io/utils v0.0.0-20240902221715-702e33fdd3c3
open-cluster-management.io/config-policy-controller v0.14.0
open-cluster-management.io/governance-policy-propagator v0.14.0
open-cluster-management.io/config-policy-controller v0.15.0
open-cluster-management.io/governance-policy-propagator v0.15.0
open-cluster-management.io/multicloud-operators-subscription v0.14.0
)

Expand All @@ -66,7 +66,7 @@ require (
github.com/PaesslerAG/jsonpath v0.1.1 // indirect
github.com/ajeddeloh/go-json v0.0.0-20200220154158-5ae607161559 // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/aws/aws-sdk-go v1.53.5 // indirect
github.com/aws/aws-sdk-go v1.55.5 // indirect
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/blang/semver/v4 v4.0.0 // indirect
Expand All @@ -83,7 +83,7 @@ require (
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
github.com/coreos/ign-converter v0.0.0-20230417193809-cee89ea7d8ff // indirect
github.com/coreos/ignition v0.35.0 // indirect
github.com/coreos/ignition/v2 v2.19.0 // indirect
github.com/coreos/ignition/v2 v2.20.0 // indirect
github.com/coreos/vcontext v0.0.0-20231102161604-685dc7299dc5 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
Expand Down Expand Up @@ -150,7 +150,7 @@ require (
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/moby/spdystream v0.2.0 // indirect
github.com/moby/spdystream v0.4.0 // indirect
github.com/moby/term v0.5.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
Expand Down Expand Up @@ -192,13 +192,13 @@ require (
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
golang.org/x/crypto v0.26.0
golang.org/x/net v0.28.0 // indirect
golang.org/x/oauth2 v0.21.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/term v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/crypto v0.32.0
golang.org/x/net v0.30.0 // indirect
golang.org/x/oauth2 v0.23.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/term v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.24.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
Expand All @@ -208,10 +208,10 @@ require (
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/yaml.v3 v3.0.1
gorm.io/gorm v1.24.5 // indirect
k8s.io/apiextensions-apiserver v0.30.5 // indirect
k8s.io/apiserver v0.30.5 // indirect
k8s.io/apiextensions-apiserver v0.31.2 // indirect
k8s.io/apiserver v0.31.2 // indirect
k8s.io/cli-runtime v0.30.5 // indirect
k8s.io/component-base v0.30.5 // indirect
k8s.io/component-base v0.31.2 // indirect
k8s.io/klog v1.0.0 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/kube-aggregator v0.29.4 // indirect
Expand All @@ -220,7 +220,7 @@ require (
k8s.io/kubelet v0.30.5
knative.dev/pkg v0.0.0-20240423132823-3c6badc82748 // indirect
maistra.io/api v0.0.0-20230704084350-dfc96815fb16 // indirect
open-cluster-management.io/api v0.14.0 // indirect
open-cluster-management.io/api v0.15.0 // indirect
sigs.k8s.io/container-object-storage-interface-api v0.1.0 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/kube-storage-version-migrator v0.0.6-0.20230721195810-5c8923c5ff96 // indirect
Expand All @@ -238,12 +238,15 @@ require (
require (
github.com/containers/storage v1.54.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/moby/sys/mountinfo v0.7.1 // indirect
github.com/moby/sys/user v0.1.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0 // indirect
github.com/opencontainers/runtime-spec v1.2.0 // indirect
github.com/stolostron/kubernetes-dependency-watches v0.10.0 // indirect
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
github.com/x448/float16 v0.8.4 // indirect
)

replace (
Expand All @@ -256,5 +259,5 @@ replace (
github.com/openshift/assisted-service/models => github.com/openshift/assisted-service/models v0.0.0-20241008123739-b3cc2e3746d2 // release-4.17
github.com/openshift/installer => github.com/openshift/installer v0.9.0-master.0.20230306121016-3485fddca1c3 // master
github.com/portworx/sched-ops => github.com/portworx/sched-ops v1.20.4-rc1
k8s.io/client-go => k8s.io/client-go v0.29.9
k8s.io/client-go => k8s.io/client-go v0.31.4
)
Loading

0 comments on commit e68ded7

Please sign in to comment.