Skip to content

Releases: harness/migrator

Adding app support for Spinnaker migration.

27 Feb 01:06
b4106e4
Compare
Choose a tag to compare

What's Changed

  • feat: [ASSMT-52]: adding support for application migration by @lasdox in #94

Full Changelog: v0.3.17...v.0.3.18

v0.3.17 - Introducing spinnaker migration

16 Feb 13:16
4814059
Compare
Choose a tag to compare

Introducing spinnaker's pipelines migration to Harness.

v0.3.16 - Fixing expressions feature bug

16 Jan 20:52
cc25d64
Compare
Choose a tag to compare

Fixing a bug where expressions feature was wrongly changing already migrated NG expressions.

v0.3.15 - Custom String Replacement Support

08 Jan 22:45
8a153d0
Compare
Choose a tag to compare

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

17 Dec 20:06
141d8fc
Compare
Choose a tag to compare

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

15 Nov 13:39
9fe9c7f
Compare
Choose a tag to compare

Fixing migrating triggers with --all options

v0.3.12 - Fixing bug on migrating triggers by name

14 Nov 12:46
81bb9e6
Compare
Choose a tag to compare

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

03 Nov 16:16
78e56bd
Compare
Choose a tag to compare

The default behavior of flag SEQUENTIAL_CREATION changed to disabled.

v0.3.10 - Enabling 2 flags by default

01 Nov 21:49
2bcae91
Compare
Choose a tag to compare

In this release, 2 flags will be enabled by default.

  1. SEQUENTIAL_CREATION
  2. HELM_INFRA_WITH_STAGE_VAR

v0.3.9 - Introducing support for identifier-format while updating remote files

26 Oct 06:00
1e7115b
Compare
Choose a tag to compare

Introducing support for following identifier-format while updating remote files using expressions command of migrator cli:

  1. CAMEL_CASE
  2. LOWER_CASE
  3. SNAKE_CASE
  4. HARNESS_UI_FORMAT

Please refer for more details on how to use expressions here.