Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit 44c3be4

Browse files
authored
Merge pull request #1492 from tehlers320/conroller_0_11_0
Update runtime-controller v0.21.2 to v0.22.2
2 parents 9ec6713 + 5f1d781 commit 44c3be4

File tree

3 files changed

+206
-204
lines changed

3 files changed

+206
-204
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# v0.10.0
4+
- [#1492](https://github.com/kubernetes-sigs/kubefed/pull/1492)
5+
feat: Upgrade to controller-runtime 0.10.3
6+
37
# v0.9.1
48
- [#1490](https://github.com/kubernetes-sigs/kubefed/pull/1490)
59
fix: Fix mutatingwebhookconfiguration CA cert when cert-manager is enabled

go.mod

+14-16
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,24 @@ require (
77
github.com/ghodss/yaml v1.0.0
88
github.com/json-iterator/go v1.1.11
99
github.com/onsi/ginkgo v1.16.4
10-
github.com/onsi/gomega v1.13.0
10+
github.com/onsi/gomega v1.15.0
1111
github.com/pborman/uuid v1.2.1
1212
github.com/pkg/errors v0.9.1
1313
github.com/prometheus/client_golang v1.11.0
14-
github.com/spf13/cobra v1.1.1
14+
github.com/spf13/cobra v1.1.3
1515
github.com/spf13/pflag v1.0.5
1616
github.com/stretchr/testify v1.7.0
17-
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
18-
k8s.io/api v0.21.2
19-
k8s.io/apiextensions-apiserver v0.21.2
20-
k8s.io/apimachinery v0.21.2
21-
k8s.io/apiserver v0.21.2
22-
k8s.io/client-go v0.21.2
23-
k8s.io/component-base v0.21.2
24-
k8s.io/klog/v2 v2.8.0
25-
k8s.io/kube-openapi v0.0.0-20210305001622-591a79e4bda7
26-
k8s.io/kubectl v0.21.2
27-
k8s.io/utils v0.0.0-20210527160623-6fdb442a123b
28-
sigs.k8s.io/controller-runtime v0.9.1
17+
golang.org/x/net v0.0.0-20210520170846-37e1c6afe023
18+
k8s.io/api v0.22.2
19+
k8s.io/apiextensions-apiserver v0.22.2
20+
k8s.io/apimachinery v0.22.2
21+
k8s.io/apiserver v0.22.2
22+
k8s.io/client-go v0.22.2
23+
k8s.io/component-base v0.22.2
24+
k8s.io/klog/v2 v2.9.0
25+
k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e
26+
k8s.io/kubectl v0.22.2
27+
k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a
28+
sigs.k8s.io/controller-runtime v0.10.3
2929
sigs.k8s.io/yaml v1.2.0
3030
)
31-
32-
replace github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.4.1

0 commit comments

Comments
 (0)