Releases: harness/migrator
Adding app support for Spinnaker migration.
What's Changed
Full Changelog: v0.3.17...v.0.3.18
v0.3.17 - Introducing spinnaker migration
Introducing spinnaker's pipelines migration to Harness.
v0.3.16 - Fixing expressions feature bug
Fixing a bug where expressions feature was wrongly changing already migrated NG expressions.
v0.3.15 - Custom String Replacement Support
You can provide custom string replacement information using the --replace
flag. This flag takes a YAML file as input.
v0.3.14 - Environment Scope Support
We're excited to introduce support for environment scope, allowing seamless creation of environments across different scopes. By default, environments are now created at the project level.
To leverage this feature, simply include the environment-scope
parameter in your YAML configuration or specify it directly via the command line.
v0.3.13 - Fixing triggers --all migration
Fixing migrating triggers with --all options
v0.3.12 - Fixing bug on migrating triggers by name
This release fixes a bug where if trying to migrating triggers by name, it would migrate all triggers of the application.
Default behavior of flag SEQUENTIAL_CREATION changed to disabled
The default behavior of flag SEQUENTIAL_CREATION changed to disabled.
v0.3.10 - Enabling 2 flags by default
In this release, 2 flags will be enabled by default.
SEQUENTIAL_CREATION
HELM_INFRA_WITH_STAGE_VAR
v0.3.9 - Introducing support for identifier-format while updating remote files
Introducing support for following identifier-format
while updating remote files using expressions
command of migrator cli:
- CAMEL_CASE
- LOWER_CASE
- SNAKE_CASE
- HARNESS_UI_FORMAT
Please refer for more details on how to use expressions here.