~avishai-ish-shalom/cloud-init/chef-refactor

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Scott Moser
  • Date: 2013-04-03 22:29:32 UTC
  • mfrom: (805.1.1 trunk.dist-upgrade)
  • Revision ID: smoser@brickies.net-20130403222932-nar7ddandu1050yn
invoke dist-upgrade instead of upgrade for apt upgrades

dist-upgrade is generally more correct here to get all packages upgraded.
We add the options to change these in system_info.  Also, document
the previous apt configuration change (apt_get_command).

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
   (LP: #1023179)
53
53
 - use python-requests rather than urllib2.  By using recent versions of
54
54
   python-requests, we get https support (LP: #1067888).
 
55
 - make apt-get invoke 'dist-upgrade' rather than 'upgrade' for
 
56
   package_upgrade. (LP: #1164147)
55
57
 
56
58
0.7.1:
57
59
 - sysvinit: fix missing dependency in cloud-init job for RHEL 5.6