Skip to content
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

internal/plugins: remove minor/patch version, add "-alpha" #3177

Merged

Conversation

estroz
Copy link
Member

@estroz estroz commented Jun 4, 2020

Description of the change:
*: remove references to minor and patch versions for plugins, add "alpha" stage

Motivation for the change: Plugin versions have been removed and replaced with kubebuilder's plugin.Version type, which only contains a "major" version integer and an optional stage string. The "alpha" suffix is to denote that this plugin version might change soon. We can remove this when the plugin is stable.

This is a follow-up from kubernetes-sigs/kubebuilder#1547.

…gin.Version

type, which only contains a "major" version integer and an optional stage string.

*: remove references to minor and patch versions for plugins, add "alpha" stage
@openshift-ci-robot openshift-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 4, 2020
Copy link
Contributor

@camilamacedo86 camilamacedo86 left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jun 4, 2020
@camilamacedo86
Copy link
Contributor

Hi @estroz,

i think it is great to go now and we can do follow-ups if/when we need too.

@estroz
Copy link
Member Author

estroz commented Jun 4, 2020

One more set of eyes then I'll merge.

@estroz estroz changed the title [WIP] internal/plugins: remove minor/patch version, add "-alpha" internal/plugins: remove minor/patch version, add "-alpha" Jun 4, 2020
@openshift-ci-robot openshift-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 4, 2020
@estroz
Copy link
Member Author

estroz commented Jun 4, 2020

Copy link
Contributor

@hasbro17 hasbro17 left a comment

Choose a reason for hiding this comment

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

LGTM

@estroz estroz merged commit 4e3cc47 into operator-framework:master Jun 4, 2020
@estroz estroz deleted the chore/remove-plugin-minor-versions branch June 4, 2020 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants