-
Notifications
You must be signed in to change notification settings - Fork 881
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,26 @@ | ||
cloud-init (24.4~4gc9dce94d-0ubuntu1) UNRELEASED; urgency=medium | ||
cloud-init (24.4~4gc9dce94d-0ubuntu2) UNRELEASED; urgency=medium | ||
|
||
* Upstream snapshot based on upstream/main at c9dce94d. | ||
|
||
-- James Falcon <[email protected]> Thu, 26 Sep 2024 10:37:10 -0500 | ||
* debian: Rename cloud-init to cloud-init-base | ||
+ Add infrastructure to be able to express cloud-specific cloud-init | ||
binary packages. | ||
+ Keep a cloud-init metapackage to install every possible dependency and | ||
be able to operate on any platform | ||
+ Add `Breaks:` and `Replaces:` dependency with | ||
cloud-init <= 24.4~2g2e4c39b7-0ubuntu1 | ||
to adopt and own files from cloud-init in cloud-init-base. | ||
* d/cloud-init-base.{config,postinst}: | ||
+ Handle migration of debconf values migrating cloud-init/* values to | ||
cloud-init-base/*. | ||
* 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. | ||
* d/cloud-init-base.templates: | ||
+ Add warning about image portability to dpkg-reconfigure. | ||
* d/NEWS: add news about cloud-specific packages | ||
|
||
-- Alberto Contreras <[email protected]> Fri, 27 Sep 2024 10:10:16 +0200 | ||
|
||
cloud-init (24.4~3+really24.3.1-0ubuntu4) oracular; urgency=medium | ||
|
||
|