8000 Bump helm.sh/helm/v3 from 3.10.3 to 3.11.1 by roytman · Pull Request #1968 · fybrik/fybrik · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump helm.sh/helm/v3 from 3.10.3 to 3.11.1 #1968

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

Merged
merged 1 commit into from
Feb 9, 2023
Merged

Conversation

roytman
Copy link
Collaborator
@roytman roytman commented Feb 9, 2023

Resolve a moderate severity Dependabot alert on = helm.sh/helm/v3.

Bumps helm.sh/helm/v3 from 3.10.3 to 3.11.1.

Doesn't promote K8s to 0.26.0

Instead of #1967
Signed-off-by: Alexey Roytman roytman@il.ibm.com

Signed-off-by: Alexey Roytman <roytman@il.ibm.com>
k8s.io/api v0.26.0
k8s.io/apimachinery v0.26.0
k8s.io/cli-runtime v0.26.0
k8s.io/client-go v0.26.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you require 0.26 and then replace with 0.25?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't require 0.26 it go mod tidy includes it.
However, with 0.26, we get

# sigs.k8s.io/controller-runtime/pkg/cache
/Users/alexey/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.11.2/pkg/cache/informer_cache.go:144:9: cannot use i.Informer (variable of type "k8s.io/client-go/tools/cache".SharedIndexInformer) as type Informer in return statement:
	"k8s.io/client-go/tools/cache".SharedIndexInformer does not implement Informer (wrong type for AddEventHandler method)
		have AddEventHandler(handler "k8s.io/client-go/tools/cache".ResourceEventHandler) ("k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration, error)
		want AddEventHandler(handler "k8s.io/client-go/tools/cache".ResourceEventHandler)
/Users/alexey/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.11.2/pkg/cache/informer_cache.go:158:9: cannot use i.Informer (variable of type "k8s.io/client-go/tools/cache".SharedIndexInformer) as type Informer in return statement:
	"k8s.io/client-go/tools/cache".SharedIndexInformer does not implement Informer (wrong type for AddEventHandler method)
		have AddEventHandler(handler "k8s.io/client-go/tools/cache".ResourceEventHandler) ("k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration, error)
		want AddEventHandler(handler "k8s.io/client-go/tools/cache".ResourceEventHandler)

will return to the issue later

@roytman roytman merged commit f787bc5 into fybrik:master Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0