v0.2.2 - Workflows as Pipelines & expressions improvement
What's Changed
Support for creating pipelines from workflows
Previously we created workflows as stage templates & if we wanted pipelines in NG to execute these workflows, it required manual effort. We can now use this command to create pipelines.
harness-upgrade workflows --as-pipelines
I'd like to point out that workflows will continue to be created as stage templates.
Support secret scope & convert secret to camel case
Secrets referenced in remote manifests work similarly to the migration. FirstGen secrets referenced are converted to camel case & we attach the scope passed using the --secret-scope
flag.
harness-upgrade --secret-scope org expressions --dry-run