Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for converting Crossplane Configurations #209

Merged
merged 4 commits into from
Jun 1, 2023

Commits on May 24, 2023

  1. Add support for converting Crossplane Configurations

    - Add the migration.Executor interface
    
    Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
    ulucinar committed May 24, 2023
    Configuration menu
    Copy the full SHA
    e506364 View commit details
    Browse the repository at this point in the history
  2. Generate "edit-configurations" migration patch step

    - Do not generate empty steps in the migration plan
    
    Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
    ulucinar committed May 24, 2023
    Configuration menu
    Copy the full SHA
    3b2e2cc View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Add support for Provider.pkg converters

    - Generate Configuration migration steps named:
      - new-ssop: Installs new SSOPs that will replace a monolithic provider package
      - edit-monolithic-provider: Sets spec.SkipDependencyResolution:true for a monolithic provider
      - delete-monolithic-provider: Deletes a monolithic provider package
      - activate-ssop: Activates the new SSOPs installed
    
    Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
    ulucinar committed May 26, 2023
    Configuration menu
    Copy the full SHA
    b8634e8 View commit details
    Browse the repository at this point in the history
  2. Add support for Configuration.pkg converters

    Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
    ulucinar committed May 26, 2023
    Configuration menu
    Copy the full SHA
    aaf1c16 View commit details
    Browse the repository at this point in the history