Commit Graph

13 Commits

Author SHA1 Message Date
Dave Protasowski 8f1bc065b0 updated go.mod drops gengo v1 2025-02-06 12:12:56 -05:00
Dave Protasowski cd3311cbab
bump k8s deps to v0.30.3 (#3084)
* bump k8s version

* vendor k8s code from 1.29

* don't pin go to a patch version

* don't bump websocket lib

* set go.mod to include patch
2024-08-12 05:32:09 +00:00
Izabela Gomes 021fd951df
Bump min k8s version to v1.28 (#2964)
* bump min k8s version to v1.28 and bump client-go dependencies

* remove k8s.io/client-go/informers/flowcontrol/v1alpha1

upstream change: def2075eac

* changes from running hack/update-deps.sh

* changes from running hack/update-codegen.sh

* remove k8s.io/client-go/informers/policy/v1beta1/podsecuritypolicy

upstream change: 1e11b3a8ca

* remove k8s.io/client-go/informers/networking/v1alpha1/clustercidr

upstream change: 656ec39ea1
2024-02-20 22:05:27 +00:00
Reto Lehmann 21d8c37af2
Bump K8s dependencies to v0.28.5 and set K8s min-version to 1.27 (#2928) 2024-01-09 15:58:08 +00:00
Reto Lehmann 1860700f6f
update k8s min version to 1.26.x and go deps to 1.27.x (#2832)
* update k8s min version to 1.26.0

* bump k8s go deps to latest v0.26 version

* Fix version_test

* bump k8s go deps to latest v0.27 version
2023-10-02 12:57:59 +00:00
pradnyavmw 05bfcf66c2
bump k8s dependencies and update min version to v1.25 (#2745)
* Update defaultMinimumVersion

* Fix issues that occurred after running update-k8s-deps

* Adding changes to vendor and other folders

* Add new files after running update-codegen

* Add newLine
2023-05-23 14:06:11 +00:00
Dave Protasowski 7f16595277
bump k8s deps to v0.23.4 (#2458) 2022-03-18 06:34:18 -07:00
Markus Thömmes 2bd91f7557
Bump K8s dependencies to 1.21.4 (#2242)
* Bump apimachinery

* Update code-generator

* Update API and client, some progress

* Hack the generator to work at all

* Hack the PodDisruptionBudget extension to fulfill the interfaces

* Bump apiextensions as well

* Fix conflict

* Better condition

* Roll back unnecessary codegen change

* Fix PodDisruptionBudget extensions

* Panic on not-yet-implemented like others
2021-08-27 11:45:38 -07:00
Chi Zhang 90fc61bae7
Switch to Go modules (#1179)
* test out go modules

* chmod +x *.sh

* revert some changes

* update-deps

* try fixing

* chmod +x

* update

* update test-infra for testing

* test

* test

* update

* no -mod=vendor

* update
2020-04-28 12:43:51 -07:00
Zhimin Xiang ffc4109d16 Bump k8s vendor to 1.16.4 (#972) 2020-01-06 13:17:50 -08:00
Matt Moore e4ac97c252 Update our dependency on K8s libs to 1.15.3 (#686)
With a minimum K8s version of 1.14 (starting in 0.10), 1.15.3 puts us in the center of the +/-1 version window of support.
2019-09-18 13:36:48 -07:00
jonjohnsonjr cd278f2d33 Bump k8s deps: 1.11.3 -> 1.12.6 (#310)
* Bump k8s deps: 1.11.3 -> 1.12.6

* ./hack/update-deps.sh

* ./hack/update-codegen.sh
2019-03-14 13:48:45 -07:00
Matt Moore 8b7b2d7cfb Move the logging packages from serving into pkg. (#21) 2018-07-27 09:53:35 -07:00