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

migrations: add ReplaceStringMigration migration helper, simplify containerd-config-path migration, host-containers-version migration #712

Merged
merged 3 commits into from
Feb 7, 2020

Commits on Feb 5, 2020

  1. migration-helpers: add ReplaceStringMigration

    Adds new common migration `ReplaceStringMigration` for replacing the
    string value of some specified setting in the datastore.
    etungsten committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    5fa25ce View commit details
    Browse the repository at this point in the history
  2. migrations: simplify containerd config path migration

    Simplifies containerd config path migration with new
    `ReplaceStringMigration` migration helper
    etungsten committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    cb6f634 View commit details
    Browse the repository at this point in the history
  3. migrations: simplify host-containers-version migration with helpers

    Use new `ReplaceStringMigration` helper to simplify
    host-containers-version migration
    etungsten committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    717cefd View commit details
    Browse the repository at this point in the history