-
Notifications
You must be signed in to change notification settings - Fork 45
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
Bump OSC version to 1.8.0, and document where version appears #466
Conversation
/retest |
@gkurz Not sure why the tests fail? I'm not familiar with this test suite, and the logs don't speak to me. |
Hi @c3d !
FYI we don't use the
|
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.
All the version changes LGTM and I like the OSC_VERSION tags that will ease future updates.
I've added some comments. PTAL.
@c3d thanks to #464 and openshift/release#57546 , you should get an all green CI if you rebase 😄 |
f99daf6
to
f192573
Compare
Rebased and took your other input into account, @gkurz. Please take another look. |
Bump the version number of OSC to the upcoming release, 1.8.0, and document where the version number appears in the sources with a special `OSC_VERSION` or `OSC_VERSION_BEFORE` tag in comments. Rationale: When starting a new version, many locations need to be updated, and searching them by version number is unrelibable. On the now semi-obsolete `main` branch, `1.5.2` is found 12 times, including 3 occurences in `go.sum` that should be ignored. On `devel`, `1.7.0` is found 41 times, and most of them do not actually refer to the current OSC version number. Signed-off-by: Christophe de Dinechin <dinechin@redhat.com>
f192573
to
e2a4c34
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.
/lgtm
Thanks @c3d !
@c3d: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
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.
/lgtm
@c3d nice work on adding the OSC_VERSION tag. Will make it easier when updating the version
Bump the version number of OSC to the upcoming release, 1.8.0, and document where the version number appears in the sources.
When starting a new version, many locations need to be updated (here shown with current version
1.5.2
onmain
branch):The places needing change above have been labeled with
OSC_VERSION
. The reason is that version number1.5.2
itself appears in places that are not related to OSC, for example:As we are migrating towards 1.8.0, there are even more places referring to a 1.8.0 version that is not related to OSC:
- Description of the problem which is fixed/What is the use case
- What I did
- How to verify it
- Description for the changelog