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

lxd: add support for interim Ubuntu releases #219

Merged
merged 9 commits into from
Feb 24, 2023

Commits on Feb 22, 2023

  1. lxd(remotes): rename BUILDD_REMOTE to BUILDD_RELEASE_REMOTE

    Signed-off-by: Callahan Kovacs <[email protected]>
    mr-cal committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    f63ef24 View commit details
    Browse the repository at this point in the history
  2. tests: refactor lxd remote unit tests

    Signed-off-by: Callahan Kovacs <[email protected]>
    mr-cal committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    2ebcc58 View commit details
    Browse the repository at this point in the history
  3. lxd(remotes): add new RemoteImage dataclass for LXD remote images

    Signed-off-by: Callahan Kovacs <[email protected]>
    mr-cal committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    727dad8 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. lxd(remotes): add new RemoteImage method add_remote()

    The previous `configure_buildd_image_remote` function now points to the
    new method.
    
    Signed-off-by: Callahan Kovacs <[email protected]>
    mr-cal committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    454fda8 View commit details
    Browse the repository at this point in the history
  2. lxd(LXDProvider): use new RemoteImage class for remote LXD images

    Signed-off-by: Callahan Kovacs <[email protected]>
    mr-cal committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    26cebaa View commit details
    Browse the repository at this point in the history
  3. lxd(remotes): add support for interim Ubuntu releases

    Signed-off-by: Callahan Kovacs <[email protected]>
    mr-cal committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    c7eaad9 View commit details
    Browse the repository at this point in the history
  4. lxd(remotes): change logger.warning to DeprecationWarning

    Feedback from PR.
    
    Signed-off-by: Callahan Kovacs <[email protected]>
    mr-cal committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    267d762 View commit details
    Browse the repository at this point in the history
  5. lxd(remotes): remove default for add_remote(lxc) parameter

    Signed-off-by: Callahan Kovacs <[email protected]>
    mr-cal committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    35a187c View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. lxd: add allow_unstable flag, improve is_stable logic

    Signed-off-by: Callahan Kovacs <[email protected]>
    mr-cal committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    058d5b0 View commit details
    Browse the repository at this point in the history