summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2020-03-03Debian: remove dependency on python3-unittest2 as it's missing in JessieChristian Poessinger
According to a discussion with zsdc via Slack this should not harm.
2019-02-18remove obsolete patchKim Hagen
2018-10-17add azure-apply-network-config-false.patch to patches/seriesChad Smith
2018-10-17update changelogChad Smith
2018-10-17cherry pick 1d5e9aefChad Smith
LP: #1798424
2018-10-03releasing cloud-init version 18.4-0ubuntu1~16.04.1Chad Smith
2018-10-03update changelog (New upstream release 18.4).Chad Smith
2018-10-03update changelog.Chad Smith
2018-10-03refresh patches against master commit e2800045Chad Smith
refresh patches against master commit e2800045: debian/patches/ds-identify-behavior-xenial.patch
2018-08-23update changelog.Scott Moser
2018-08-23refresh patches against master commit dab59087Scott Moser
refresh patches against master commit dab59087: debian/patches/azure-use-walinux-agent.patch debian/patches/openstack-no-network-config.patch
2018-08-23update changelog.Scott Moser
2018-08-23drop cherry picks included in master commit dab59087Scott Moser
drop the following cherry picks: cpick-3cee0bf8-oracle-fix-detect_openstack-to-report-True-on
2018-07-31releasing cloud-init version 18.3-9-g2e62cb8a-0ubuntu1~16.04.2Chad Smith
2018-07-31update changelogChad Smith
2018-07-31cherry pick 3cee0bf8Chad Smith
LP: #1784685
2018-07-10update changelog: add sru bug ref in changelog, remove individual ref.Scott Moser
Just remove the reference to bug 1780481 that was added to debian/changelog. Also, add a reference (re-using) the SRU bug 1777912.
2018-07-09releasing cloud-init version 18.3-9-g2e62cb8a-0ubuntu1~16.04.1Chad Smith
2018-07-09update changelog (New upstream snapshot 18.3-9-g2e62cb8a).Chad Smith
2018-06-22update changelog: remove refresh of added patchScott Moser
2018-06-21releasing cloud-init version 18.3-0ubuntu1~16.04.1Chad Smith
2018-06-21update changelog (New upstream release 18.3).Chad Smith
2018-06-21refresh patches against master commit 2d6e4219Chad Smith
refresh patches against master commit 2d6e4219: debian/patches/azure-use-walinux-agent.patch debian/patches/ds-identify-behavior-xenial.patch debian/patches/openstack-no-network-config.patch
2018-06-21changelog updateChad Smith
2018-06-21Fallback network config instead of network_data.json for OpenStackChad Smith
To make this acceptable as a SRU we keep the same behavior as is in the stable release which is to generate network for fallback nic only. In this series, OpenStack datasource can optionally generate network_config from network_data.json if the datasource is configured with a file like /etc/cloud.cfg.d/openstack-net.cfg: datasource: OpenStack: apply_network_config: true
2018-06-04update changelogScott Moser
2018-06-04debian/rules: update version.version_string to contain packaged version.Scott Moser
This is the debian packaging portion of upstream commit 5446c7881604. The end result is that we will see the debian package and full upstream version wherever cloud-init reports its version. LP: #1770712 (cherry picked from commit 672326d48d759f9477f5cbb9d8088ceeac96aa23)
2018-05-18drop cherry picks.Scott Moser
Next upload will be from a snapshot of trunk which will have the cherry-picks listed here. In order to make daily build recipes build correctly we drop the cherry-picks from the packaging branch now. drop the following cherry picks: cpick-6ef92c98-IBMCloud-recognize-provisioning-environment-during cpick-11172924-IBMCloud-Disable-config-drive-and-nocloud-only-if
2018-04-30releasing cloud-init version 18.2-4-g05926e48-0ubuntu1~16.04.2Chad Smith
2018-04-30update changelogScott Moser
2018-04-30cherry pick 11172924Scott Moser
LP: #1766401
2018-04-30update changelogScott Moser
2018-04-30cherry pick 6ef92c98Scott Moser
LP: #1767166
2018-04-03releasing cloud-init version 18.2-4-g05926e48-0ubuntu1~16.04.1Chad Smith
2018-04-03update changelog (New upstream snapshot 18.2-4-g05926e48).Chad Smith
2018-03-28debian/new-upstream-snapshot: remove from package.Scott Moser
This is no longer managed in the packaging branches.
2018-03-28releasing package cloud-init version 18.2-0ubuntu1~16.04.1Chad Smith
2018-03-28update changelog (New upstream release 18.2).Chad Smith
2018-03-28refresh patchesChad Smith
refresh the following against upstream 18.2: debian/patches/azure-use-walinux-agent.patch debian/patches/ds-identify-behavior-xenial.patch
2018-03-14Drop cherry picks added for sru so trunk can build again.Scott Moser
Drop the following cherry-picks: + cpick-40e7738-GCE-fix-reading-of-user-data-that-is-not-base64-encoded This keeps our daily build recipe building.
2018-03-01releasing package cloud-init version 17.2-35-gf576b2a2-0ubuntu1~16.04.2Scott Moser
2018-03-01update changelogChad Smith
2018-03-01cherry pick 40e7738Chad Smith
LP: #1752711
2018-02-12releasing package cloud-init version 17.2-35-gf576b2a2-0ubuntu1~16.04.1Chad Smith
2018-02-12update changelog (new upstream snapshot 17.2-35-gf576b2a2).Chad Smith
2018-02-02releasing package cloud-init version 17.2-30-gf7deaf15-0ubuntu1~16.04.1Chad Smith
2018-02-02update changelog (new upstream snapshot 17.2-30-gf7deaf15).Chad Smith
2018-02-02Refresh patchesScott Moser
Refresh patches azure-use-walinux-agent.patch and stable-release-no-jsonschema-dep.patch.
2018-01-29update changelogScott Moser
2018-01-29debian/grub-legacy-ec2.install: install post(inst|rm) files correctly.Simon Deziel
The postinst and postrm scripts for grub-legacy-ec2 were ending up in /etc/kernel/kernel/ rather than /etc/kernel/ $ dpkg -L grub-legacy-ec2 | grep /etc .. /etc/kernel/kernel/postinst.d/x-grub-legacy-ec2 /etc/kernel/kernel/postrm.d/x-grub-legacy-ec2 New and correct paths are: /etc/kernel/postinst.d/x-grub-legacy-ec2 /etc/kernel/postrm.d/x-grub-legacy-ec2 LP: #1581416 (cherry picked from commit f1246a1f8b55aef2df3db6add92f8913e4475264)