Skip to content

Releases: harness/migrator

v0.1.0: Ability to check for harness-upgrade updates

21 Jan 22:36
aaa1b5d
Compare
Choose a tag to compare

With this update, we now check if a new release of this tool is available. If a release is available we let the user know of the new version available.

Support for account & application summary

21 Jan 21:52
03ff147
Compare
Choose a tag to compare

We now support getting a summary of accounts & applications from the CLI
harness-upgrade account-summary for account
harness-upgrade application-summary for application

Supports ability to migrate all Workflows & Pipelines

20 Jan 13:53
9f8a197
Compare
Choose a tag to compare

Previously users had to provide individual workflow ids & pipeline ids as input to migrate the app.
We can now skip providing these values, and it will migrate all the workflows and pipelines in the app.

Summary of migration in logs

19 Jan 20:27
fd2fdda
Compare
Choose a tag to compare
Pre-release

Added Summary of migration in logs

Support for creating projects

17 Jan 14:22
54f5d49
Compare
Choose a tag to compare
  • Support for creating projects from the CLI
  • Bugfix: no prompt for org/project when migrating apps & pipelines

Support for Pipeline Import & set flags using files

13 Jan 16:08
0c58c14
Compare
Choose a tag to compare
  • Pipeline Support
  • Pass flags using a file
  • Renamed flags for secret & connector scope

Support for migrating Workflows using CLI

06 Jan 07:00
Compare
Choose a tag to compare

Add support for migrating the workflows

Breaking Changes: Use API base Authentication

04 Jan 11:54
Compare
Choose a tag to compare

The following release now uses x-api-key as auth rather than the Bearer token. Added --insecure flag to ignore cert errors.
Updated the base URLs for Dev environment

Improve logging

12 Dec 07:11
4bc7bd4
Compare
Choose a tag to compare
Improve logging Pre-release
Pre-release

Introduced logrus for logging. Improved logging

  • Improved log messages and formatting
  • Supports structured logging(JSON)[--json]
  • Supports different levels of logs(debug).[--debug]

Add version flag

08 Dec 15:27
Compare
Choose a tag to compare
Add version flag Pre-release
Pre-release
v0.0.2-alpha

Add version & support ldflags for github actions