Summary
I just updated the eclipse che version from 7.102.0 to 7.103.0 but the DevWorkspace Operator version is still the older 0.33.0 & therefore the DevWorkspace Operator resource pruner capability is missing.
- Was the update of the DevWorkspace Operator to the latest 0.34.0 somehow missed during your release?
- If not, then how can we update the version in the che cluster? The same is not available in the cheCluster CR
Relevant information
From your github workflow release file it seems like you are providing the devworkspaceOperator veriosn via the github input event: https://github.com/che-incubator/chectl/blob/e8f918e5ce5aef8887a87b20032cc1565134a620/.github/workflows/release.yml#L72
Probably you forgot to update it to 0.34.0 in the 7.103 release?
Summary
I just updated the eclipse che version from 7.102.0 to 7.103.0 but the DevWorkspace Operator version is still the older 0.33.0 & therefore the DevWorkspace Operator resource pruner capability is missing.
Relevant information
From your github workflow release file it seems like you are providing the devworkspaceOperator veriosn via the github input event: https://github.com/che-incubator/chectl/blob/e8f918e5ce5aef8887a87b20032cc1565134a620/.github/workflows/release.yml#L72
Probably you forgot to update it to 0.34.0 in the 7.103 release?