-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
You're right on both points. The update to v1.14 shouldn't have been suggested for a container pinned to This has been fixed in v2.4.0. Sentinel now uses the tag's version precision to determine the update scope:
So The rollback behavior itself worked correctly as a safety net - Sentinel detected the health check failure and reverted to the previous image. |
Beta Was this translation helpful? Give feedback.
-
|
The version scope was tightened in v2.4.0 (2-part tags now stay within the same minor). The configurable version scope feature has been tracked as #48, covering the full "strict" model we discussed here: 1-part = minor+patch, 2-part = patch only, 3-part = no updates. Closing this discussion. Thanks for the thorough feedback on how version precision should be interpreted, it shaped the design. |
Beta Was this translation helpful? Give feedback.


The version scope was tightened in v2.4.0 (2-part tags now stay within the same minor). The configurable version scope feature has been tracked as #48, covering the full "strict" model we discussed here: 1-part = minor+patch, 2-part = patch only, 3-part = no updates.
Closing this discussion. Thanks for the thorough feedback on how version precision should be interpreted, it shaped the design.