Actions
Architecture #10244
closedArchitecture #10242: Add a configuration file for plugin build/version related information
Add a generic parsing method for plugin version
Fix check:
Regression:
Description
We need a generic plugin version parsing method that knows about our plugin naming convention:
- old: x.y.z with x major, y minor, z micro
- new: A.B-x.y(.z) with
- A major Rudder version,
- B minor Rudder version,
- x.y plugin major/minor
- z is optionnal and will be omitted by default. If omitted, z == 0.
Updated by François ARMAND almost 8 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/1515
Updated by François ARMAND almost 8 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset commit:rudder|da008d0c009e9c8640ad3f8736eb464783350861.
Updated by Vincent MEMBRÉ over 7 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.1.0~rc1 which was released today.
- 4.1.0~rc1: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Actions