You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon creating a new undeploy version, the UI makes it impossible to deploy the new version to all environments.
Steps to recretate
For some app, create an Undeploy Version
Try and deploy that version to any environment that is not upstream latest
The UI skips those environments (yellow snackbar bottom left)
Findings
Upon database entry inspection, it seems like the environments column of the undeploy release is not getting populated with any environments, leading to this check being successful, skipping all environments.
Proposed Solution(s)
Check (in the UI) that the release we are trying to deploy is an Undeploy Release. If so, ignore the environments that come attached with the release.
Write all environments into the envs column of every Undeploy Release. This way we make sure that we can always deploy this version.
Solution 1 seems simpler, but might have other implications that I'm not forseeing.
The text was updated successfully, but these errors were encountered:
Description
Upon creating a new undeploy version, the UI makes it impossible to deploy the new version to all environments.
Steps to recretate
Findings
Proposed Solution(s)
Solution 1 seems simpler, but might have other implications that I'm not forseeing.
The text was updated successfully, but these errors were encountered: