Closed StephenHeise closed 1 year ago
We have same issues
Release Note: Fix step template updating on Git projects when there are pending Git migrations
:tada: The fix for this issue has been released in:
Release stream | Release |
---|---|
2023.1 | 2023.1.8336 |
2023.2+ | all releases |
Private issue: https://github.com/OctopusDeploy/ResearchAndDevelopment/issues/570
Team
Severity
Some customers impacted, workaround exists
Version
All
Latest Version
No response
What happened?
If a user has a CaC project with a schema version migration pending and they try to update the version of a process step based on a library step template, the update silently fails.
Reproduction
deployment_process.ocl
file back one version, e.g.Octopus.Action.Template.Version = "6"
->Octopus.Action.Template.Version = "5"
.schema_version.ocl
back one version, e.g.version = 5
->version = 4
.Error and Stacktrace
More Information
No response
Workaround
.octopus/schema_version.ocl
file toversion = X
, where X is the latest schema version. It may have other changes as well.