-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update go to 1.18, k8s to 0.24.2 #393
Merged
xcoulon
merged 16 commits into
codeready-toolchain:master
from
ranakan19:k8s_024_2_member
Dec 5, 2022
Merged
Changes from 15 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
db793dc
changes from make generate in api
ranakan19 535a9ab
upgrade kube 0.23 to 0.24
ranakan19 ee76035
Merge branch 'master' into k8s_024_member
ranakan19 ed9dbfa
Merge branch 'master' into k8s_024_member
ranakan19 99b9c6b
remove replace
ranakan19 ce576e4
update golang to 1.18
ranakan19 e2b1e00
update dockerfile tools, and tool version for operator sdk 1.23, upda…
ranakan19 edec0c6
update golang to 1.18
ranakan19 f41c31e
update dockerfile tools, and tool version for operator sdk 1.23, upda…
ranakan19 05dcc00
merge conflict after upstream rebase
ranakan19 74c4195
running mod tidy
ranakan19 f34f8fd
changes from make generate
ranakan19 de7a036
Merge branch 'master' into k8s_024_2_member
ranakan19 82e8ed4
update golangcli version
ranakan19 5cc0105
correct replace versions
ranakan19 627a824
go mod update/replace + codecov token
xcoulon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
- '*.*' | ||
env: | ||
GOPATH: /tmp/go | ||
GO_VERSION: 1.17.x | ||
GO_VERSION: 1.18.x | ||
|
||
jobs: | ||
binary: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
|
||
env: | ||
GOPATH: /tmp/go | ||
GO_VERSION: 1.17.x | ||
GO_VERSION: 1.18.x | ||
|
||
jobs: | ||
binary: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
module github.com/codeready-toolchain/member-operator | ||
|
||
require ( | ||
github.com/codeready-toolchain/api v0.0.0-20221121081259-4f672e808b89 | ||
github.com/codeready-toolchain/api v0.0.0-20221122101422-7c02c4c86dc7 | ||
github.com/codeready-toolchain/toolchain-common v0.0.0-20221117081323-252a38460fa1 | ||
github.com/go-logr/logr v1.2.0 | ||
github.com/google/go-cmp v0.5.6 | ||
github.com/google/go-cmp v0.5.7 | ||
// using latest commit from 'github.com/openshift/api branch release-4.11' | ||
github.com/openshift/api v0.0.0-20220912161038-458ad9ca9ca5 | ||
github.com/pkg/errors v0.9.1 | ||
|
@@ -13,14 +13,14 @@ require ( | |
github.com/stretchr/testify v1.8.0 | ||
go.uber.org/zap v1.19.1 | ||
gopkg.in/h2non/gock.v1 v1.0.14 | ||
k8s.io/api v0.24.0 | ||
k8s.io/apiextensions-apiserver v0.24.0 | ||
k8s.io/apimachinery v0.24.0 | ||
k8s.io/client-go v0.24.0 | ||
k8s.io/api v0.24.2 | ||
k8s.io/apiextensions-apiserver v0.24.2 | ||
k8s.io/apimachinery v0.24.2 | ||
k8s.io/client-go v0.24.2 | ||
k8s.io/klog v1.0.0 | ||
k8s.io/klog/v2 v2.60.1 | ||
k8s.io/metrics v0.24.0 | ||
sigs.k8s.io/controller-runtime v0.12.0 | ||
sigs.k8s.io/controller-runtime v0.12.2 | ||
) | ||
|
||
require ( | ||
|
@@ -79,9 +79,9 @@ require ( | |
go.uber.org/atomic v1.7.0 // indirect | ||
go.uber.org/multierr v1.6.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect | ||
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect | ||
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect | ||
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect | ||
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect | ||
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect | ||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect | ||
|
@@ -91,13 +91,18 @@ require ( | |
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
k8s.io/component-base v0.24.0 // indirect | ||
k8s.io/component-base v0.24.2 // indirect | ||
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect | ||
k8s.io/kubectl v0.24.0 // indirect | ||
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect | ||
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect | ||
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect | ||
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect | ||
sigs.k8s.io/yaml v1.3.0 // indirect | ||
) | ||
|
||
go 1.17 | ||
go 1.18 | ||
|
||
replace ( | ||
github.com/codeready-toolchain/api v0.0.0-20221121081259-4f672e808b89 => github.com/ranakan19/api v0.0.0-20221201091806-57fc665ce345 | ||
github.com/codeready-toolchain/toolchain-common v0.0.0-20221117081323-252a38460fa1 => github.com/ranakan19/toolchain-common v0.0.0-20221201182049-e9ceb160687f | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. friendly reminder! |
||
) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder why all the
status
sections have been removed bycontroller-gen
in these YAML files 🤔There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xcoulon yes, i was thinking the same. For reference - kubernetes-sigs/controller-tools#630 - explains a bit more about the choice of removing status.