-
Notifications
You must be signed in to change notification settings - Fork 73
chore (deps) : Update controller-runtime to v0.18.7 #1712
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| module github.com/devfile/api/generator | ||
|
|
||
| go 1.21 | ||
| go 1.22 | ||
|
|
||
| require ( | ||
| github.com/coreos/go-semver v0.3.1 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| module github.com/devfile/api/v2 | ||
|
|
||
| go 1.21 | ||
| go 1.22.0 | ||
|
Contributor
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. Nit: Can we drop the patch number since AFAIK go just drops that anyway?
Member
Author
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. When I dropped patch version, CI started failing with this error: When I run
Contributor
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. Weird, if it's applying it then I'm okay ignoring the patch version being there. Was just a visual nit anyway and won't affect anything
Contributor
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. Weird, if it's applying it then I'm okay ignoring the patch version being there. Was just a visual nit anyway and won't affect anything
Member
Author
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. Okay, thanks. I'm updating it to previous version. |
||
|
|
||
| require ( | ||
| github.com/ghodss/yaml v1.0.0 | ||
|
|
@@ -11,21 +11,21 @@ require ( | |
| github.com/mitchellh/reflectwalk v1.0.1 | ||
| github.com/santhosh-tekuri/jsonschema v1.2.4 | ||
| github.com/stretchr/testify v1.8.4 | ||
| k8s.io/api v0.29.2 | ||
| k8s.io/apiextensions-apiserver v0.29.2 | ||
| k8s.io/apimachinery v0.29.2 | ||
| sigs.k8s.io/controller-runtime v0.14.7 | ||
| k8s.io/api v0.30.1 | ||
| k8s.io/apiextensions-apiserver v0.30.1 | ||
| k8s.io/apimachinery v0.30.1 | ||
| sigs.k8s.io/controller-runtime v0.18.7 | ||
| sigs.k8s.io/yaml v1.3.0 | ||
| ) | ||
|
|
||
| require ( | ||
| github.com/davecgh/go-spew v1.1.1 // indirect | ||
| github.com/go-logr/logr v1.3.0 // indirect | ||
| github.com/go-logr/logr v1.4.2 // indirect | ||
| github.com/go-openapi/jsonpointer v0.19.6 // indirect | ||
| github.com/go-openapi/jsonreference v0.20.2 // indirect | ||
| github.com/go-openapi/swag v0.22.3 // indirect | ||
| github.com/gogo/protobuf v1.3.2 // indirect | ||
| github.com/golang/protobuf v1.5.3 // indirect | ||
| github.com/golang/protobuf v1.5.4 // indirect | ||
| github.com/google/gnostic-models v0.6.8 // indirect | ||
| github.com/hashicorp/errwrap v1.0.0 // indirect | ||
| github.com/josharian/intern v1.0.0 // indirect | ||
|
|
@@ -36,12 +36,12 @@ require ( | |
| github.com/pmezard/go-difflib v1.0.0 // indirect | ||
| golang.org/x/net v0.33.0 // indirect | ||
| golang.org/x/text v0.21.0 // indirect | ||
| google.golang.org/protobuf v1.31.0 // indirect | ||
| google.golang.org/protobuf v1.33.0 // indirect | ||
| 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/klog/v2 v2.110.1 // indirect | ||
| k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect | ||
| k8s.io/klog/v2 v2.120.1 // indirect | ||
| k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect | ||
| k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect | ||
| sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect | ||
| sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.