Backward Compatibility
Harness 3.0 provides full backwards compatibility with existing Harness NG resources. All investments in pipelines, services, environments, connectors, secrets, templates, and expressions are protected. Nothing breaks when you upgrade to 3.0.
Compatible resources
The following table provides a detailed breakdown of compatibility for each resource type. All resources created in Harness NG are fully operational in the 3.0 environment.
NG Pipelines
Fully compatible
All existing NG pipelines (v0 YAML) run without modification in 3.0. The pipeline engine supports both v0 and v1 YAML formats simultaneously. No conversion is required.
Services
Fully compatible
Service definitions including artifact sources, manifests, config files, and overrides continue to work as-is. Services can be referenced from both v0 and v1 pipelines.
Environments
Fully compatible
Environment definitions, environment groups, and environment-level overrides are fully preserved. Infrastructure definitions within environments work without changes.
Infrastructures
Fully compatible
Infrastructure definitions for Kubernetes, ECS, serverless, SSH, WinRM, and all other deployment targets are fully compatible. No changes to infrastructure configuration are needed.
Connectors & Secrets
Fully compatible
All connector types (cloud providers, SCMs, artifact registries, monitoring tools) and secret configurations work without modification. Scope-based access rules are preserved.
Templates
Fully compatible
Pipeline templates, stage templates, and step templates created in NG continue to work. Templates can be used in both v0 and v1 pipelines.
Expressions
Fully compatible
All Harness expressions (<+...> syntax) are fully supported. The v1 format also introduces a new ${{ }} expression syntax that can be used alongside the existing format.
Pipeline converter
While existing NG pipelines work without modification, teams that want to take advantage of the v1 YAML format can use the upcoming automatic pipeline converter to transform their configurations.
One-click conversion: Convert an NG pipeline to v1 format with a single action from the pipeline editor. No manual YAML editing required.
Inline transformation: The converter performs the transformation in place, updating the pipeline YAML while preserving comments and formatting where possible.
Preview before applying: Review the converted YAML in a side-by-side diff view before applying the changes. This allows you to verify the transformation and make manual adjustments if needed.
The converter handles structural changes, field renames, and format simplifications automatically.
Before: Harness NG YAML
After: Harness 3.0 YAML
Last updated
Was this helpful?