Skip to content

Commit 7f0570c

Browse files
Bump sigs.k8s.io/controller-runtime from 0.16.1 to 0.17.2
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.16.1 to 0.17.2. - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.16.1...v0.17.2) --- updated-dependencies: - dependency-name: sigs.k8s.io/controller-runtime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c99a644 commit 7f0570c

2 files changed

Lines changed: 55 additions & 64 deletions

File tree

go.mod

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
gopkg.in/alecthomas/kingpin.v2 v2.2.6
1111
k8s.io/apimachinery v0.29.3
1212
k8s.io/client-go v0.29.3
13-
sigs.k8s.io/controller-runtime v0.16.1
13+
sigs.k8s.io/controller-runtime v0.17.2
1414
sigs.k8s.io/controller-tools v0.13.0
1515
)
1616

@@ -27,12 +27,12 @@ require (
2727
github.com/dave/jennifer v1.4.1 // indirect
2828
github.com/davecgh/go-spew v1.1.1 // indirect
2929
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
30-
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
30+
github.com/evanphx/json-patch/v5 v5.8.0 // indirect
3131
github.com/fatih/camelcase v1.0.0 // indirect
3232
github.com/fatih/color v1.15.0 // indirect
33-
github.com/fsnotify/fsnotify v1.6.0 // indirect
34-
github.com/go-logr/logr v1.3.0 // indirect
35-
github.com/go-logr/zapr v1.2.4 // indirect
33+
github.com/fsnotify/fsnotify v1.7.0 // indirect
34+
github.com/go-logr/logr v1.4.1 // indirect
35+
github.com/go-logr/zapr v1.3.0 // indirect
3636
github.com/go-openapi/jsonpointer v0.19.6 // indirect
3737
github.com/go-openapi/jsonreference v0.20.2 // indirect
3838
github.com/go-openapi/swag v0.22.3 // indirect
@@ -65,7 +65,7 @@ require (
6565
github.com/mailru/easyjson v0.7.7 // indirect
6666
github.com/mattn/go-colorable v0.1.13 // indirect
6767
github.com/mattn/go-isatty v0.0.17 // indirect
68-
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
68+
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
6969
github.com/mitchellh/copystructure v1.2.0 // indirect
7070
github.com/mitchellh/go-ps v1.0.0 // indirect
7171
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
@@ -76,10 +76,10 @@ require (
7676
github.com/modern-go/reflect2 v1.0.2 // indirect
7777
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
7878
github.com/muvaf/typewriter v0.0.0-20220131201631-921e94e8e8d7 // indirect
79-
github.com/prometheus/client_golang v1.16.0 // indirect
80-
github.com/prometheus/client_model v0.4.0 // indirect
81-
github.com/prometheus/common v0.44.0 // indirect
82-
github.com/prometheus/procfs v0.10.1 // indirect
79+
github.com/prometheus/client_golang v1.18.0 // indirect
80+
github.com/prometheus/client_model v0.5.0 // indirect
81+
github.com/prometheus/common v0.45.0 // indirect
82+
github.com/prometheus/procfs v0.12.0 // indirect
8383
github.com/spf13/afero v1.9.5 // indirect
8484
github.com/spf13/cobra v1.7.0 // indirect
8585
github.com/spf13/pflag v1.0.5 // indirect
@@ -90,31 +90,31 @@ require (
9090
github.com/yuin/goldmark v1.4.13 // indirect
9191
github.com/zclconf/go-cty v1.11.0 // indirect
9292
go.uber.org/multierr v1.11.0 // indirect
93-
go.uber.org/zap v1.25.0 // indirect
93+
go.uber.org/zap v1.26.0 // indirect
9494
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 // indirect
9595
golang.org/x/mod v0.14.0 // indirect
9696
golang.org/x/net v0.19.0 // indirect
97-
golang.org/x/oauth2 v0.10.0 // indirect
98-
golang.org/x/sys v0.15.0 // indirect
97+
golang.org/x/oauth2 v0.12.0 // indirect
98+
golang.org/x/sys v0.16.0 // indirect
9999
golang.org/x/term v0.15.0 // indirect
100100
golang.org/x/text v0.14.0 // indirect
101101
golang.org/x/time v0.3.0 // indirect
102102
golang.org/x/tools v0.16.1 // indirect
103103
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
104104
google.golang.org/appengine v1.6.7 // indirect
105-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
105+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
106106
google.golang.org/grpc v1.58.3 // indirect
107107
google.golang.org/protobuf v1.33.0 // indirect
108108
gopkg.in/inf.v0 v0.9.1 // indirect
109109
gopkg.in/yaml.v2 v2.4.0 // indirect
110110
gopkg.in/yaml.v3 v3.0.1 // indirect
111111
k8s.io/api v0.29.3 // indirect
112-
k8s.io/apiextensions-apiserver v0.28.1 // indirect
113-
k8s.io/component-base v0.28.1 // indirect
112+
k8s.io/apiextensions-apiserver v0.29.0 // indirect
113+
k8s.io/component-base v0.29.0 // indirect
114114
k8s.io/klog/v2 v2.110.1 // indirect
115115
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
116116
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
117117
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
118118
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
119-
sigs.k8s.io/yaml v1.3.0 // indirect
119+
sigs.k8s.io/yaml v1.4.0 // indirect
120120
)

0 commit comments

Comments
 (0)