Skip to content

Commit 13d4d87

Browse files
Bump k8s api (#1545)
Signed-off-by: Kartikey-star <[email protected]>
1 parent 33befc1 commit 13d4d87

File tree

771 files changed

+40905
-13596
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

771 files changed

+40905
-13596
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
4040
with:
4141
# The Go version to download (if necessary) and use. Supports semver spec and ranges.
42-
go-version: 1.19
42+
go-version: 1.21
4343

4444
- name: Generate Go sources, CRDs and schemas
4545
run: |
@@ -59,7 +59,7 @@ jobs:
5959
export PATH=$PATH:$(go env GOPATH)/bin
6060
go install github.com/google/addlicense@latest
6161
bash ./check_licenses.sh
62-
62+
6363
- name: Run GO tests
6464
run: go test -coverprofile cover.out -v ./...
6565

generator/go.mod

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
module github.com/devfile/api/generator
22

3-
go 1.19
3+
go 1.21
44

55
require (
6-
github.com/coreos/go-semver v0.3.0
6+
github.com/coreos/go-semver v0.3.1
77
github.com/elliotchance/orderedmap v1.3.0
88
github.com/go-toolsmith/astcopy v1.0.0
99
github.com/iancoleman/strcase v0.1.2
10-
github.com/spf13/cobra v1.6.1
11-
golang.org/x/tools v0.6.0
10+
github.com/spf13/cobra v1.7.0
11+
golang.org/x/tools v0.16.1
1212
gomodules.xyz/orderedmap v0.1.0
13-
k8s.io/apiextensions-apiserver v0.26.10
14-
k8s.io/apimachinery v0.26.10
13+
k8s.io/apiextensions-apiserver v0.29.2
14+
k8s.io/apimachinery v0.29.2
1515
sigs.k8s.io/controller-tools v0.6.2
1616
)
1717

1818
require (
1919
github.com/fatih/color v1.12.0 // indirect
20-
github.com/go-logr/logr v1.2.3 // indirect
20+
github.com/go-logr/logr v1.3.0 // indirect
2121
github.com/gobuffalo/flect v0.2.3 // indirect
2222
github.com/gogo/protobuf v1.3.2 // indirect
23-
github.com/google/gofuzz v1.1.0 // indirect
24-
github.com/inconshreveable/mousetrap v1.0.1 // indirect
23+
github.com/google/gofuzz v1.2.0 // indirect
24+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2525
github.com/json-iterator/go v1.1.12 // indirect
2626
github.com/mattn/go-colorable v0.1.8 // indirect
2727
github.com/mattn/go-isatty v0.0.12 // indirect
2828
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2929
github.com/modern-go/reflect2 v1.0.2 // indirect
3030
github.com/spf13/pflag v1.0.5 // indirect
31-
golang.org/x/mod v0.9.0 // indirect
32-
golang.org/x/net v0.17.0 // indirect
33-
golang.org/x/sys v0.13.0 // indirect
34-
golang.org/x/text v0.13.0 // indirect
31+
golang.org/x/mod v0.14.0 // indirect
32+
golang.org/x/net v0.19.0 // indirect
33+
golang.org/x/sys v0.15.0 // indirect
34+
golang.org/x/text v0.14.0 // indirect
3535
gopkg.in/inf.v0 v0.9.1 // indirect
3636
gopkg.in/yaml.v2 v2.4.0 // indirect
37-
k8s.io/klog/v2 v2.80.1 // indirect
38-
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d // indirect
39-
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
40-
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
37+
k8s.io/klog/v2 v2.110.1 // indirect
38+
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
39+
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
40+
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
4141
sigs.k8s.io/yaml v1.3.0 // indirect
4242
)

generator/go.sum

+43-36
Large diffs are not rendered by default.

generator/vendor/github.com/coreos/go-semver/semver/semver.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generator/vendor/github.com/go-logr/logr/.golangci.yaml

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generator/vendor/github.com/go-logr/logr/README.md

+112-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generator/vendor/github.com/go-logr/logr/SECURITY.md

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generator/vendor/github.com/go-logr/logr/discard.go

+1-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)