06:45 UTC | 2025-Dec-15
All WATS Cloud instances have been updated, and the issue has been fully resolved.
13:45 UTC | 2025-Dec-02
The installOnRoot property in software packages retrieved via the REST API is incorrectly inverted.
Summary
In WATS Cloud version 2025.3.7.595, the installOnRoot property in software packages retrieved via the REST API is incorrectly inverted. When the property is set to false, it appears as true in:
- The Production Manager
- The WATS Client API
- The Package Manager
This discrepancy can lead to unintended installation behavior if the property is relied upon for deployment logic.
Impact
- Endpoints affected: POST, PUT, and GET operations on packages.
- Behavior:
- POST and PUT store the wrong value.
- GET returns the expected value, but the WATS portal and WATS Client interpret it inversely.
- Scope: Only affects users interacting directly with the REST API for package management.
Workaround
Until a fix is deployed:
- Manually invert the installOnRoot property when using the REST API.
- Stop inverting once the patch is applied.
This issue will be resolved in the next bi-weekly update (during week 50).
Comments
0 comments
Please sign in to leave a comment.