Actions
Bug #16131
closedDatasources is not compatible with Rudder 6.0
Pull Request:
Severity:
Critical - prevents main use of Rudder | no workaround | data loss | security
UX impact:
User visibility:
Getting started - demo | first install | Technique editor and level 1 Techniques
Effort required:
Medium
Priority:
77
Name check:
To do
Fix check:
To do
Regression:
Description
We use Monix 2.X in datasources. But that lib is not maintained for years, and it's not compatible anymore with the cats/etc versions we use in Rudder 6.0.
So we either need to switch to Monix 3.0 or ZIO. Both switch are a major rewrite (monix 2.0 => 3.0 is not trivial at all), and so it seems more consistant to switch to ZIO if we are using a lot of things from monix 2 that are not here anymore.
=> check if porting to monix 3.0 is less than trivial
=> if so, port to ZIO
Updated by François ARMAND about 5 years ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND about 5 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-plugins/pull/210
Updated by François ARMAND about 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder:rudder-plugins|2ff0fbe37f71e541381300c9655fe4d56a387fc0.
Updated by Vincent MEMBRÉ almost 5 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.0-1.6 which was released today.
Actions