[Backport release-1.5] fix(postgres-operator): align CNPG operator and CRDs to 1.28.2 for PVC resize-deadlock fix - #3884
Conversation
|
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-3510-to-release-1.5
git worktree add --checkout .worktree/backport-3510-to-release-1.5 backport-3510-to-release-1.5
cd .worktree/backport-3510-to-release-1.5
git reset --hard HEAD^
git cherry-pick -x bcb36262efa9f32e472d063871cf1e8af17f88e9
git push --force-with-lease |
|
Closing this one, it does not deliver the fix it claims. The CRD file applied without conflict but the result matches no released cnpg version. It is 17935 lines where release-1.5 has 17681 and real 1.28.2 on main has 18700. All ten CRDs got restamped Resolving Also the original scopes its own backport to release-1.6 on the same 0.27.1 base chart. release-1.5 is on 0.26.1, and the incoming The resize deadlock is real on this branch, so if we want it in 1.5.x it is a deliberate re-vendor PR (pull 0.27.1, apply the 1.28.2 patch, drop the pin, delete the 1.27.3 patch) with its own review and a live upgrade test. |
Description
Backport of #3510 to
release-1.5.