Commit Graph

9 Commits

Author SHA1 Message Date
Dave Protasowski 7f16595277
bump k8s deps to v0.23.4 (#2458) 2022-03-18 06:34:18 -07:00
Chris Suszynski d7b329c360
🐛 Update required Go version to 1.17 to fix #2399 (#2400)
* Update required Go version to fix #2399

* Running `hack/update-deps.sh`
2022-01-26 13:42:46 -08:00
Matt Moore 52e42b760b
Extend Apply verb to extensions, Bump to K8s 1.22. (#2327)
* Extend Apply verb to extensions, Bump to K8s 1.22.

This was motivated by the linked issue, and does the work to upgrade PKG to 1.22 libs.

Fixes: https://github.com/knative/pkg/issues/2320

* 0.22.2 -> 0.22.5
2022-01-04 10:58:30 -08:00
Markus Thömmes 464034912f
Bump assorted dependencies (#2340) 2021-11-03 06:56:47 -07:00
Markus Thömmes 0e61d6763d
Bump assorted dependencies (#2140) 2021-06-02 02:50:30 -07:00
Dave Protasowski 14386bb65d
bump k8s deps to v0.18.12 (#1914) 2020-11-17 12:09:52 -08: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
Victor Agababov d5915547d9 Update opencensus to a newer version (#526) 2019-07-12 16:18:48 -07:00
Gregory Haynes 594df37bfd Add support for StrategicMergePatch to duck (#145)
K8s fake clients only support StrategicMergePatches so we should be
creating patches in this format.

Fixes #144
2018-10-26 17:06:32 -07:00