Skip to content

Commit c82b48a

Browse files
committed
Bump Kubernetes deps to v1.25.5
- Bump Kubernetes deps to v1.25.5 - Bump golang to 1.19 - Bump controller-runtime version to v0.13.1 - Update gh workflows to use golang 1.19 - Remove stale workflow
1 parent 3033612 commit c82b48a

File tree

6 files changed

+120
-409
lines changed

6 files changed

+120
-409
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-go@v3
1515
with:
16-
go-version: '1.18'
16+
go-version: 1.19
1717
- name: golangci-lint
1818
uses: golangci/golangci-lint-action@v3
1919
with:
20-
version: v1.47.2
20+
version: v1.50.1

.github/workflows/stale.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-go@v3
2020
with:
21-
go-version: '1.18'
21+
go-version: 1.19
2222
- run: make test checklicense

go.mod

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/onmetal/controller-utils
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/golang/mock v1.6.0
@@ -10,13 +10,13 @@ require (
1010
github.com/spf13/pflag v1.0.5
1111
github.com/stretchr/testify v1.8.1
1212
golang.org/x/exp v0.0.0-20221006183845-316c7553db56
13-
k8s.io/api v0.24.3
14-
k8s.io/apiextensions-apiserver v0.24.3
15-
k8s.io/apimachinery v0.24.3
16-
k8s.io/apiserver v0.24.3
17-
k8s.io/client-go v0.24.3
18-
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
19-
sigs.k8s.io/controller-runtime v0.12.3
13+
k8s.io/api v0.25.5
14+
k8s.io/apiextensions-apiserver v0.25.5
15+
k8s.io/apimachinery v0.25.5
16+
k8s.io/apiserver v0.25.5
17+
k8s.io/client-go v0.25.5
18+
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed
19+
sigs.k8s.io/controller-runtime v0.13.1
2020
sigs.k8s.io/kustomize/api v0.12.1
2121
sigs.k8s.io/kustomize/kyaml v0.13.9
2222
)
@@ -25,7 +25,7 @@ require (
2525
github.com/NYTimes/gziphandler v1.1.1 // indirect
2626
github.com/PuerkitoBio/purell v1.1.1 // indirect
2727
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
28-
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210826220005-b48c857c3a0e // indirect
28+
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220418222510-f25a4f6275ed // indirect
2929
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
3030
github.com/beorn7/perks v1.0.1 // indirect
3131
github.com/blang/semver/v4 v4.0.0 // indirect
@@ -34,10 +34,11 @@ require (
3434
github.com/coreos/go-semver v0.3.0 // indirect
3535
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
3636
github.com/davecgh/go-spew v1.1.1 // indirect
37-
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
37+
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
3838
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
39+
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
3940
github.com/felixge/httpsnoop v1.0.1 // indirect
40-
github.com/fsnotify/fsnotify v1.5.1 // indirect
41+
github.com/fsnotify/fsnotify v1.5.4 // indirect
4142
github.com/go-errors/errors v1.0.1 // indirect
4243
github.com/go-logr/logr v1.2.3 // indirect
4344
github.com/go-openapi/jsonpointer v0.19.5 // indirect
@@ -46,7 +47,7 @@ require (
4647
github.com/gogo/protobuf v1.3.2 // indirect
4748
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4849
github.com/golang/protobuf v1.5.2 // indirect
49-
github.com/google/cel-go v0.10.1 // indirect
50+
github.com/google/cel-go v0.12.5 // indirect
5051
github.com/google/gnostic v0.5.7-v3refs // indirect
5152
github.com/google/go-cmp v0.5.9 // indirect
5253
github.com/google/gofuzz v1.1.0 // indirect
@@ -67,17 +68,17 @@ require (
6768
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6869
github.com/pkg/errors v0.9.1 // indirect
6970
github.com/pmezard/go-difflib v1.0.0 // indirect
70-
github.com/prometheus/client_golang v1.12.1 // indirect
71+
github.com/prometheus/client_golang v1.12.2 // indirect
7172
github.com/prometheus/client_model v0.2.0 // indirect
7273
github.com/prometheus/common v0.32.1 // indirect
7374
github.com/prometheus/procfs v0.7.3 // indirect
7475
github.com/spf13/cobra v1.4.0 // indirect
7576
github.com/stoewer/go-strcase v1.2.0 // indirect
7677
github.com/stretchr/objx v0.5.0 // indirect
7778
github.com/xlab/treeprint v1.1.0 // indirect
78-
go.etcd.io/etcd/api/v3 v3.5.1 // indirect
79-
go.etcd.io/etcd/client/pkg/v3 v3.5.1 // indirect
80-
go.etcd.io/etcd/client/v3 v3.5.1 // indirect
79+
go.etcd.io/etcd/api/v3 v3.5.4 // indirect
80+
go.etcd.io/etcd/client/pkg/v3 v3.5.4 // indirect
81+
go.etcd.io/etcd/client/v3 v3.5.4 // indirect
8182
go.opentelemetry.io/contrib v0.20.0 // indirect
8283
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0 // indirect
8384
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.20.0 // indirect
@@ -92,29 +93,29 @@ require (
9293
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
9394
go.uber.org/atomic v1.7.0 // indirect
9495
go.uber.org/multierr v1.6.0 // indirect
95-
go.uber.org/zap v1.19.1 // indirect
96+
go.uber.org/zap v1.21.0 // indirect
9697
golang.org/x/mod v0.6.0 // indirect
97-
golang.org/x/net v0.1.0 // indirect
98+
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
9899
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
99100
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
100-
golang.org/x/sys v0.1.0 // indirect
101-
golang.org/x/term v0.1.0 // indirect
102-
golang.org/x/text v0.4.0 // indirect
103-
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
101+
golang.org/x/sys v0.3.0 // indirect
102+
golang.org/x/term v0.3.0 // indirect
103+
golang.org/x/text v0.5.0 // indirect
104+
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
104105
golang.org/x/tools v0.2.0 // indirect
105106
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
106107
google.golang.org/appengine v1.6.7 // indirect
107-
google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368 // indirect
108-
google.golang.org/grpc v1.40.0 // indirect
108+
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
109+
google.golang.org/grpc v1.47.0 // indirect
109110
google.golang.org/protobuf v1.28.0 // indirect
110111
gopkg.in/inf.v0 v0.9.1 // indirect
111112
gopkg.in/yaml.v2 v2.4.0 // indirect
112113
gopkg.in/yaml.v3 v3.0.1 // indirect
113-
k8s.io/component-base v0.24.3 // indirect
114-
k8s.io/klog/v2 v2.60.1 // indirect
115-
k8s.io/kube-openapi v0.0.0-20220401212409-b28bf2818661 // indirect
116-
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.30 // indirect
117-
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
118-
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
114+
k8s.io/component-base v0.25.5 // indirect
115+
k8s.io/klog/v2 v2.70.1 // indirect
116+
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
117+
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.33 // indirect
118+
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
119+
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
119120
sigs.k8s.io/yaml v1.3.0 // indirect
120121
)

0 commit comments

Comments
 (0)