DeployHubProject / DeployHub-Pro

DeployHub Pro Pipeline Status Project
https://www.openmakesoftware.com/application-release-automation-for-continuous-delivery/
Other
11 stars 4 forks source link

First Application Version not created with correct name #354

Closed sbtaylor15 closed 2 years ago

sbtaylor15 commented 2 years ago

The dh python script is not creating the correct application version on first run. Only creating the base version.

sbtaylor15 commented 2 years ago

Extra application version is also getting created even when there are no changes to the components. Basically, a second re-run of the same command ends up creating a second application version when it shouldn't.

sbtaylor15 commented 2 years ago

Application version that does not have a valid parent is returned when it shouldn't. Added code to cleanup these application versions.

sbtaylor15 commented 2 years ago

@hatati - we made updates to both the dh python script and the backend docker image to address the application version creation. Please use dh python version deployhub-9.3.173 and docker image quay.io/deployhub/deployhub-pro:ui-skin-v9.0.0.3268-gc2d287c

hatati commented 2 years ago

I have updated the dh python package and the deployhub image and it seems like it's working again. The components are created as expected and the deployment succeeds.