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

Cloud specific binary packages #5655

Merged

Commits on Sep 27, 2024

  1. debian: Rename cloud-init to cloud-init-base

    Add infrastructure to be able to express cloud-specific cloud-init
    binary packages.
    
    Rename cloud-init to cloud-init-base. This one will represent cloud-init
    plus the base dependency set.
    
    Add `Breaks:` and `Replaces:` dependency with
    cloud-init <= 24.4~2g2e4c39b7-0ubuntu1
    to adopt and own files from cloud-init in cloud-init-base, see [1] for
    more context.
    
    Keep a cloud-init metapackage to install every possible dependency and
    be able to operate on any platform.
    
    SC-1854
    US120
    
    [1] https://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces
    aciba90 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5829b34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8451ae6 View commit details
    Browse the repository at this point in the history
  3. d/control: add cloud-sigma and smart-os packages

    Add cloud-init-cloud-sigma and cloud-init-smart-os binary packages
    depending on cloud-init-base and python3-serial.
    
    Removes python3-serial from cloud-init-base and add it to cloud-init.
    
    Fixes SC-1854
    US120
    aciba90 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    90556e3 View commit details
    Browse the repository at this point in the history
  4. d/cloud-init-base.templates:

      + Add warning about image portability to dpkg-reconfigure
    
    Fixes SC-1855
    aciba90 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ed504a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e8ac3b View commit details
    Browse the repository at this point in the history
  6. update changelog

    aciba90 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    03ce0a5 View commit details
    Browse the repository at this point in the history