News
Jenkins 2.336 released with several icon and image fixes (2.335 issues)
Jenkins LTS 2.332.1-rc ready to test
Jenkins LTS 2.332.1 scheduled to release March 9, 2022
Press contact email alias - Gavin Mogan
Discourse trials
Version number to yearly?
Starting in with 23.01 being the first week of the year 2023
Would make people assume semver less
Harder to skip/reissue/etc a release
Version number to 3.x when we require Java 11 or newer? - Mark Waite
Sep 2022 or Jun 2022 LTS releases, a weekly 6-8 weeks before
Highlights from the mailing lists and community forum
EasyCLA status report - Oleg Nenashev
Ongoing
Version number to yearly?
Starting in with 23.01 being the first week of the year 2023
Harder to skip/reissue/etc a release
Version number to 3.x when we require Java 11 or newer?
Version number to yearly?
Starting in with 23.01 being the first week of the year 2023
Harder to skip/reissue/etc a release
Or format as a date, like 2022.02.23, so we can issue up to one release a day. Or drop MRP and use CD versions…
FileVersions and ProductVersions are unrelated. ProductVersion is shown in Add/Remove Programs ( Programs and Features ) and is mainly used during Major Upgrade scenarios to decide what should happen.
ProductVersion Property is defined as [0-255].[0-255].[0-65535] ( 8,8,16 signed bit respectively) File Version is defined as [0-65535].[0-65535].[0-65535].[0-65535] ( 16,16,16,16 signed bit... )
Windows installers have issues with versions like this
The product version is already mangled to support LTS releases, it might get confusing as to what version is installed if we have to mangle more.
Version number to 3.x when we require Java 11 or newer?Rather not, because this implies that the upgrade is incompatible for most users and a giant change in behavior, whereas it is just a newer version of a runtime dependency.
> Or format as a date, like 2022.02.23, so we can issue up to one release a day. Or drop MRP and use CD versions…
how would lts work? 2022.02.23.1? I think that'll confuse a lot of
version parsers.