Skip to content

v0.2.2 - Workflows as Pipelines & expressions improvement

Compare
Choose a tag to compare
@puthrayaharness puthrayaharness released this 06 Mar 17:13
· 99 commits to master since this release
3d9a08a

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