-
Notifications
You must be signed in to change notification settings - Fork 107
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
Inquiry about release cadence and dependency updates #2969
Comments
Yes, I'd like to get 3.1 done in the next 2-3 months.
Not really - we just try to publish about as fast as we can manage.
I'm trying to push 3.0.2 in the next 2 weeks or so. But this won't have any dependency updates. |
I see. I assume you won't consider backporting the #2884 fixes to the release-3.0 branch, based on your response? In that case, we'll need to consider picking a suitable point in the nightly repository and using that until 3.1 gets released.
Totally understandable. Release management is a complex challenge. From an admin point of view, I'd be interested in maintenance updates getting delivered independently of feature development, but of course that takes time and effort to arrange. Let me know if you have any thoughts on this. |
Yea the big feature that needs a little work is the
Not sure what you mean. I am working on 3.1.0 and 3.0.2 mostly concurrently. Though, as you indicate I'm not ready to backport #2884 to 3.0 just yet. I mean we can, and have before, it's just messy. |
My motivation is to keep our OOD instances secure and up to date. From a production deployment standpoint, I'd like to have the dependency updates, which usually include security updates, tagged in releases and available via the OSC latest Yum repository. Whether that would be in the release_3.0 branch or some other branch does not matter per se. In production we'd like to be running an officially released version of OOD. This whole issue could be classified as a wishlist item, for two reasons, the way I see it:
From what I gather in this conversation, it seems like our best bet at the current time would be to try out a nightly build. We do have the infrastructure to try these out before going to production with them, it just requires a bit of testing. Also, deciding when to pick our next deployment candidate from the nightly repositories requires that we follow the master branch more closely. This decision could be aided if we had git tags, or something else to indicate when a stable-ish version is available. Let me know if I'm not making sense, and I'll try to rephrase 🙂
Of course, that's understandable. I'm mostly trying to understand your motivations with the release roadmaps as an upstream, and see how it affect our needs. As an end result, I hope to know what to expect from you in terms of security update releases, so that we know whether we'll need to look into nightly releases or not when we find an issue we want to mitigate. I appreciate the discussion! |
I think the way we build packages (RPMs) is pretty solid because we use containers. So yes, you're building it from source code - but you're not deploying it from source and it was built in an immutable environment (the container). So theoretically an RPM you build on your machine would be the same as the one we host given you built it from the same git checkpoint.
Release branches (i.e., Also - git tags correspond directly to the RPM that's built. So for example 3.0.1 RPM was built from the 3.0.1 tag. I'm fairly sure that the rake tasks that build rpms figure out if it's on a branch or if it's a tag or what. |
Thanks for the help! I feel like this issue isn't going to progress any further, but at least I'm more clear on what to expect in terms of releases. I'm happy to close this issue now. Looking forward to 3.1.0 whenever you're ready 🙂 |
Hi team!
Are there any plans to tag a release soon?
I'm mostly concerned about security and dependency updates, not asking for any specific feature to be released.
To be more specific, the #2884 NodeJS dependency updates still seem to be unreleased in the top-level
ondemand
package.I verified that the newest
ondemand-nodejs-3.1.3-1.el8
didn't show up in a fresh Rockylinux 8 installation via the OSC ondmenad latest el8Server web repository. Instead I get:I know you have the nightly repository on yum.osc.edu, but I'd rather have your expertise involved with tagging a proper release from the master branch, since you know much better than I do what the state of the master branch is 🙂
On a more general level, do you have a release cadence that you aim for, so that sites can roughly know when to expect releases? If I can make wishes, it would be appreciated if there was at least a maintenance release every 2-3 months, but as often a possible is of course good too!
Thanks a lot for your hard work!
The text was updated successfully, but these errors were encountered: