Change log for cloud-init package in Debian

5165 of 65 results
Superseded in stretch-release
Superseded in sid-release
cloud-init (0.7.7~bzr1156-2) unstable; urgency=medium

  * Import data source list from Ubuntu.
  * Clarify Azure data source.
  * Rename failsafe to fallback.
  * Unify data source descriptions.
  * Drop diversion of /etc/init/ureadahead.conf.
  * Fix backports entry in source.list template.

 -- Bastian Blank <email address hidden>  Wed, 24 Feb 2016 17:38:38 +0100
Superseded in stretch-release
Superseded in sid-release
cloud-init (0.7.7~bzr1156-1) unstable; urgency=medium

  [ Charles Plessy ]
  * New usptream release and bzr snapshot.  (Closes: #804782)
    ed25519 ssh keys are generated (Closes: #788196).
  * Import some of the changes from ../config/cloud.cfg.
  * Add security mirror.
    Thanks to Brandon Bradley <email address hidden> (Closes: #783847)
  * Use upstream systemd units (Closes: #784083).
  * debian/00_debian.cfg: ensure that 'nofail' is used instead of
    'nobootwait' (Closes: #702382, #789884).

  [ Bastian Blank ]
  * Make Azure datasource run without root
  * Use upstream init scripts.
  * Use pybuild as build system.
  * Don't hardcode python dependencies.
  * Fix build dependencies.
  * Depend on lsb-release.
  * Update default cloud.cfg.
  * Add myself as uploader.

 -- Bastian Blank <email address hidden>  Fri, 29 Jan 2016 14:28:01 +0100
Superseded in stretch-release
Superseded in sid-release
cloud-init (0.7.6~bzr976-6) unstable; urgency=medium

  * Revert to Type=oneshot.
  * Also fixes sshd -> ssh in the Before= of cloud-init.service.

 -- Thomas Goirand <email address hidden>  Tue, 01 Sep 2015 13:45:34 +0000
Superseded in sid-release
cloud-init (0.7.6~bzr976-5) unstable; urgency=medium

  * Fixed .service dependency on ssh and not sshd.
  * Switched from Type=oneshot to Type=simple so that other services don't
    keep on waiting for it forever.
  * cloud-config.service doesn't depend on itself anymore, and now has:
    Requires=cloud-init.service, After=cloud-init.service

 -- Thomas Goirand <email address hidden>  Tue, 01 Sep 2015 13:25:50 +0200
Superseded in stretch-release
Superseded in sid-release
cloud-init (0.7.6~bzr976-4) unstable; urgency=medium

  * Added cloud-init.cloud-config.target missing file.
  * Removed explicit local-fs.target as services have use
    DefaultDependencies=yes (which is the default). Thanks to Michael Biebl
    <email address hidden> for pointing it out.

 -- Thomas Goirand <email address hidden>  Tue, 23 Jun 2015 16:02:34 +0200
Superseded in stretch-release
Superseded in sid-release
cloud-init (0.7.6~bzr976-3) unstable; urgency=medium

  * Added upstream .service files (Closes: #784083).

 -- Thomas Goirand <email address hidden>  Mon, 08 Jun 2015 10:03:48 +0000
Superseded in stretch-release
Published in jessie-release
Superseded in sid-release
cloud-init (0.7.6~bzr976-2) unstable; urgency=medium


  * Build-depend on iproute2 instead of iproute (Closes: #753695). 
  * Translation updates:
    - Portuguese: Américo Monteiro <email address hidden>, closes: #748520.
    - German: Chris Leick <email address hidden>,          closes: #750852.
    - French: Julien Patriarca <email address hidden>, closes: #749773.

 -- Charles Plessy <email address hidden>  Sat, 05 Jul 2014 20:27:10 +0900
Superseded in jessie-release
Superseded in sid-release
cloud-init (0.7.6~bzr976-1) unstable; urgency=medium


  * New upstream snapshot (Closes: #750314).

 -- Charles Plessy <email address hidden>  Wed, 04 Jun 2014 07:21:45 +0900
Superseded in jessie-release
Superseded in sid-release
cloud-init (0.7.5-1) unstable; urgency=medium


  * New upstream release
    - adds OpenNebula support, closes: #736148.
    - adds GCE as new source, closes: #725384.

  [ Charles Plessy ]
  * Depend and Build-Depend on python-jsonpatch and python-serial.
  * Build-Depend on iproute for the regression tests.
  * Conforms to Policy 3.9.5.
  * Correct installation path for rsyslog config snippet.
    Thanks, Juerg Haefliger <email address hidden>.  Closes: #707125
  * Added debian/gbp.conf, marking the use of git-buildpackage.
  * Build-depend on python-httpretty for the regression tests.
  * Source packages migrated to Git; updated VCS URLs.

 -- Charles Plessy <email address hidden>  Sat, 17 May 2014 14:21:24 +0900
Deleted in experimental-release (Reason: None provided.)
cloud-init (0.7.2-4) experimental; urgency=low


  * Added GCE as new source, thanks to the patch from Brendan Burns
    <email address hidden> (Closes: 725384).
  * Uploading the package with the GCE patch to Experimental, to stage it for
    some tests.

 -- Thomas Goirand <email address hidden>  Wed, 09 Oct 2013 06:52:22 +0000
Superseded in jessie-release
Superseded in sid-release
cloud-init (0.7.2-3) unstable; urgency=low


  [ Charles Plessy ]
  * Added python-requests to build dependencies (Closes: #711797). 
  * Conforms with Policy 3.9.4.
  * Depend on ${python:Depends}.
  * Description and Debconf messages reviewed by the Smith project.
    Closes: #710444, thanks to Justin B Rye and Christian Perrier.
  * German translation (Closes: #714738, thanks to Chris Leick).
  * Swedish translation (Closes: #714646, thanks to Martin Bagge).
  * French translation (Closes: #714608, thanks to Julien Patriarca). 
  * Russian translation (Closes: #714093, #715168, thanks to Yuri Kozlov).
  * Danish translation (Closes: #714785, thanks to Joe Dalton).
  * Czech tranlsation (Closes: #714356, thanks to Michal Šimůnek).
  * Portugese tranlsation (Closes: #715241, thanks to Américo Monteiro).
  * Japanese translation (Closes: #715500, thanks to victory).
  * Italian translation (Closes: #715390, thanks to Beatrice Torracca).
  * Polish translation (Closes: #715799, thanks to Michał Kułach).

  [ Thomas Goirand ]
  * Added missing init scripts cloud-init-local, cloud-init-final and
    cloud-config, to run cloud-init as below (Closes: #709173):
    - modules --mode config (cloud-config)
    - modules --mode final (cloud-init-final)
    - init --local (cloud-init-local)
  * Reads the currently set value in /etc/cloud/cloud.cfg.d/90_dpkg.cfg to
    db_set the value of cloud-init/datasources (Closes: #709773).
  * Check if upstart is init in all init scripts (Closes: #712985). Thanks to
    Dmitrijs Ledkovs for reporting and his patch in the BTS.

 -- Thomas Goirand <email address hidden>  Tue, 09 Jul 2013 23:10:34 +0800
Superseded in jessie-release
Superseded in sid-release
cloud-init (0.7.2-1) unstable; urgency=low


  * New upstream release.

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Charles Plessy ]
  * Build-depends on python-setuptools and python-yaml. Closes: #707443
  * Normalised debian/control with config-model-edit (this drops some
    constraints on packages versions that are satisfied even in oldstable).

  [ Thomas Goirand ]
  * Made the "make test" respect DEB_BUILD_OPTIONS=nocheck.
  * Added X-Start-Before: sshd in debian/cloud-init.init, since cloud-init must
    fix the sshd host keys before it starts.
  * Added a patch of the test suite to use /sbin/blkid and not just blkid, as
    otherwise, the unit test fails.
  * Adds internationalization of the debconf messages (eg: po folder, etc.).
  * Adds a patch to disable a RHEL test (set hostname) which fails (of course,
    we don't really care about such test in Debian).
  * Added missing dependency: python-requests.
  * Added myself as uploader.

 -- Thomas Goirand <email address hidden>  Sun, 26 May 2013 16:29:45 +0000
Superseded in jessie-release
Superseded in sid-release
cloud-init (0.7.1-3) unstable; urgency=low


  * Depends on python-prettytable

 -- Julien Danjou <email address hidden>  Tue, 29 Jan 2013 16:11:48 +0100
Superseded in sid-release
cloud-init (0.7.1-1) unstable; urgency=low


  [ Miguel Landaeta ]
  * Remove unowned files in /etc/apt/apt.conf.d/ after purge. (Closes: #674237).
  * Fix versioned dependency on ifupdown, otherwise is uninstallable.
  * Fix Vcs-Svn URL.
  * Add myself as Uploader.

  [ Julien Danjou ]
  * New upstream release.
  * Add myself as Uploader.
  * Add missing python-boto dependency.
  * Add fix-cfg-builtin.patch to set syslog_fix_perms to root:adm by
    default since we don't have any syslog user in Debian.
  * Depends on Python >= 2.7, at least because subprocess needs
    check_output method.
  * Drop CDBS
  * Add init scripts
  * Update description (Closes: #695326)

 -- Julien Danjou <email address hidden>  Mon, 28 Jan 2013 10:49:10 +0100
Deleted in experimental-release (Reason: None provided.)
cloud-init (0.6.3-2) experimental; urgency=low


  * First version in Debian (Closes: #672375).
  * Do not depend on cloud-utils, which is only in Ubuntu. 

 -- Charles Plessy <email address hidden>  Wed, 23 May 2012 09:26:29 +0900
5165 of 65 results