-
Notifications
You must be signed in to change notification settings - Fork 34
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 kubernetes packages to v0.31.3 #1217
base: master
Are you sure you want to change the base?
Conversation
@gardener-ci-robot Thank you for your contribution. |
ℹ Artifact update noticeFile name: controller-utils/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
8d43eb1
to
a93bf84
Compare
a93bf84
to
61650fd
Compare
61650fd
to
2472fb5
Compare
2472fb5
to
50b04a2
Compare
50b04a2
to
c410140
Compare
c410140
to
e9ffa9d
Compare
a1e8b74
to
1672c91
Compare
1672c91
to
bb536bd
Compare
bb536bd
to
476086f
Compare
476086f
to
d8472a4
Compare
d8472a4
to
f568187
Compare
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.
still linter errors:
root module: ./cmd/... ./pkg/... ./test/... ./hack/testcluster/...
Executing golangci-lint
pkg/deployer/container/container_reconcile.go:457:19: SA1019: dockerreference.ParseDockerRef is deprecated: use [reference.ParseDockerRef]. (staticcheck)
imageref, err := dockerreference.ParseDockerRef(imageReference)
^
pkg/deployer/container/container_reconcile.go:462:10: SA1019: dockerreference.Domain is deprecated: use [reference.Domain]. (staticcheck)
host := dockerreference.Domain(imageref)
^
pkg/deployer/container/container_reconcile.go:18:18: SA1019: "github.com/containerd/containerd/reference/docker" is deprecated: use github.com/distribution/reference instead. (staticcheck)
dockerreference "github.com/containerd/containerd/reference/docker"
^
pkg/components/blueprinthandler_test.go:17:4: SA1019: "github.com/open-component-model/ocm/pkg/testutils" is deprecated: This package is deprecated and will be removed in a future release. Please use the testutils package provided by github.com/mandelsoft/goutils. (staticcheck)
. "github.com/open-component-model/ocm/pkg/testutils"
^
pkg/components/components_test.go:19:4: SA1019: "github.com/open-component-model/ocm/pkg/testutils" is deprecated: This package is deprecated and will be removed in a future release. Please use the testutils package provided by github.com/mandelsoft/goutils. (staticcheck)
. "github.com/open-component-model/ocm/pkg/testutils"
^
pkg/components/jsonschemahandler_test.go:20:4: SA1019: "github.com/open-component-model/ocm/pkg/testutils" is deprecated: This package is deprecated and will be removed in a future release. Please use the testutils package provided by github.com/mandelsoft/goutils. (staticcheck)
. "github.com/open-component-model/ocm/pkg/testutils"
^
pkg/components/ocmlib/componentversion.go:82:20: SA1019: c.componentVersionAccess.GetResourcesByName is deprecated: use GetResources with selector arguments. nolint: staticcheck // deprecated (staticcheck)
resources, err := c.componentVersionAccess.GetResourcesByName(name, cdv2.Identity(identity))
^
pkg/components/ocmlib/repository/inline/repository_test.go:58:15: SA1019: cv.GetResourcesByName is deprecated: use GetResources with selector arguments. nolint: staticcheck // deprecated (staticcheck)
res := Must(cv.GetResourcesByName(RESOURCE_NAME))
^
pkg/components/ocmlib/repository/inline/repository_test.go:76:15: SA1019: cv.GetResourcesByName is deprecated: use GetResources with selector arguments. nolint: staticcheck // deprecated (staticcheck)
res := Must(cv.GetResourcesByName(RESOURCE_NAME))
^
pkg/components/ocmlib/repository/inline/repository_test.go:104:15: SA1019: cv.GetResourcesByName is deprecated: use GetResources with selector arguments. nolint: staticcheck // deprecated (staticcheck)
res := Must(cv.GetResourcesByName(RESOURCE_NAME))
^
make: *** [Makefile:41: check] Error 1
This PR contains the following updates:
v0.30.3
->v0.31.3
v0.30.3
->v0.31.3
v0.30.3
->v0.31.3
v0.30.3
->v0.31.3
v0.30.3
->v0.31.3
Release Notes
kubernetes/api (k8s.io/api)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
v0.31.0
Compare Source
v0.30.7
Compare Source
v0.30.6
Compare Source
v0.30.5
Compare Source
v0.30.4
Compare Source
kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
v0.31.0
Compare Source
v0.30.7
Compare Source
v0.30.6
Compare Source
v0.30.5
Compare Source
v0.30.4
Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
v0.31.0
Compare Source
v0.30.7
Compare Source
v0.30.6
Compare Source
v0.30.5
Compare Source
v0.30.4
Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
v0.31.0
Compare Source
v0.30.7
Compare Source
v0.30.6
Compare Source
v0.30.5
Compare Source
v0.30.4
Compare Source
kubernetes/code-generator (k8s.io/code-generator)
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
v0.31.0
Compare Source
v0.30.7
Compare Source
v0.30.6
Compare Source
v0.30.5
Compare Source
v0.30.4
Compare Source
Configuration
📅 Schedule: Branch creation - "after 07:30am,before 07:15pm,every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.