Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ func (c *CLI) getInfoFromDefaults() {
}

const unstablePluginMsg = " (plugin version is unstable, there may be an upgrade available: " +
"https://kubebuilder.io/migration/plugin/plugins.html)"
"https://kubebuilder.io/plugins/plugins-versioning)"
Copy link
Member

Choose a reason for hiding this comment

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

What plugin are you using that you faced this message?
Could you please share? What plugin info is in your PROJECT file?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't have any project, i was reading, learning and testing resource code , and I notice this wrong .And i'm very glad that i can make some contribution to community, even it is just a little.


// resolvePlugins selects from the available plugins those that match the project version and plugin keys provided.
func (c *CLI) resolvePlugins() error {
Expand Down
Loading