Activity log for bug #1770712

Date Who What changed Old value New value Message
2018-05-11 17:50:19 Andres Rodriguez bug added bug
2018-05-11 17:51:41 Andres Rodriguez summary It would be nice if cloud-init spits out the full version It would be nice if cloud-init provides full version in logs
2018-05-12 01:13:14 Scott Moser cloud-init: status New Confirmed
2018-05-12 01:13:16 Scott Moser cloud-init: importance Undecided Medium
2018-05-22 01:10:27 Launchpad Janitor merge proposal linked https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/346429
2018-05-22 20:12:59 Scott Moser cloud-init: status Confirmed Fix Committed
2018-06-04 13:58:29 Scott Moser bug task added cloud-init (Ubuntu)
2018-06-04 13:58:41 Scott Moser cloud-init (Ubuntu): status New Confirmed
2018-06-04 13:58:45 Scott Moser cloud-init (Ubuntu): importance Undecided Medium
2018-06-04 13:59:21 Scott Moser nominated for series Ubuntu Bionic
2018-06-04 13:59:21 Scott Moser bug task added cloud-init (Ubuntu Bionic)
2018-06-04 13:59:21 Scott Moser nominated for series Ubuntu Xenial
2018-06-04 13:59:21 Scott Moser bug task added cloud-init (Ubuntu Xenial)
2018-06-04 13:59:21 Scott Moser nominated for series Ubuntu Cosmic
2018-06-04 13:59:21 Scott Moser bug task added cloud-init (Ubuntu Cosmic)
2018-06-04 13:59:21 Scott Moser nominated for series Ubuntu Artful
2018-06-04 13:59:21 Scott Moser bug task added cloud-init (Ubuntu Artful)
2018-06-04 13:59:29 Scott Moser cloud-init (Ubuntu Xenial): status New Confirmed
2018-06-04 13:59:33 Scott Moser cloud-init (Ubuntu Artful): status New Confirmed
2018-06-04 13:59:36 Scott Moser cloud-init (Ubuntu Bionic): status New Confirmed
2018-06-04 13:59:39 Scott Moser cloud-init (Ubuntu Xenial): importance Undecided Medium
2018-06-04 13:59:42 Scott Moser cloud-init (Ubuntu Artful): importance Undecided Medium
2018-06-04 13:59:44 Scott Moser cloud-init (Ubuntu Bionic): importance Undecided Medium
2018-06-04 14:08:22 Launchpad Janitor merge proposal linked https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/347380
2018-06-04 14:13:43 Launchpad Janitor merge proposal linked https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/347381
2018-06-04 14:15:34 Launchpad Janitor merge proposal linked https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/347382
2018-06-04 14:16:53 Launchpad Janitor merge proposal linked https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/347384
2018-06-04 19:53:14 Launchpad Janitor cloud-init (Ubuntu Cosmic): status Confirmed Fix Released
2018-06-20 18:05:57 Scott Moser cloud-init: status Fix Committed Fix Released
2018-06-28 17:06:22 Brian Murray cloud-init (Ubuntu Bionic): status Confirmed Fix Committed
2018-06-28 17:06:24 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2018-06-28 17:06:26 Brian Murray bug added subscriber SRU Verification
2018-06-28 17:06:28 Brian Murray tags verification-needed verification-needed-bionic
2018-06-28 17:42:05 Brian Murray cloud-init (Ubuntu Artful): status Confirmed Fix Committed
2018-06-28 17:42:11 Brian Murray tags verification-needed verification-needed-bionic verification-needed verification-needed-artful verification-needed-bionic
2018-06-28 17:46:31 Brian Murray cloud-init (Ubuntu Xenial): status Confirmed Fix Committed
2018-06-28 17:46:38 Brian Murray tags verification-needed verification-needed-artful verification-needed-bionic verification-needed verification-needed-artful verification-needed-bionic verification-needed-xenial
2018-07-10 19:37:04 Scott Moser description Cloud-init rsyslog has the major version of cloud-init: May 11 17:40:51 maas-enlisting-node cloud-init[550]: Cloud-init v. 18.2 running 'init-local' at Fri, 11 May 2018 17:40:47 +0000. Up 15.63 seconds. However, it would be nice if it places the whole version, so that we can now exactly what version of cloud-init its running, e.g: May 11 17:40:51 maas-enlisting-node cloud-init[550]: Cloud-init v. 18.2 (27-g6ef92c98-0ubuntu1~18.04.1) running 'init-local' at Fri, 11 May 2018 17:40:47 +0000. Up 15.63 seconds. [Test Case] # We should see specific version and patch information $ packaged_version=$(dpkg-query --show -f '${version}' cloud-init) $ grep $packaged_version /var/log/cloud-init.log # Expect to stage header logs ... 2018-07-10 19:33:16,406 - util.py[DEBUG]: Cloud-init v. 18.3-9-g2e62cb8a-0ubuntu1 running 'init-local' at Tue, 10 Jul 2018 19:33:16 +0000. Up 1.00 seconds. # Also, cloud-init --version should show the packaged version # it should contain a -0ubuntu portion. $ cloud-init --version /usr/bin/cloud-init 18.3-9-g2e62cb8a-0ubuntu1 [Regression Potential] This really should be low chance of regression. The chance would be if something is running 'cloud-init --version' and parsing the output, or parsing the output of /var/log/cloud-init.log (or the console log). Such specific parsing of a log seems brittle anyway. Parsing output of --version that expected to not have a -0ubuntuX in it would need to be updated. [Other Info] Upstream commit at https://git.launchpad.net/cloud-init/commit/?id=525a9e8f === End SRU Template === Cloud-init rsyslog has the major version of cloud-init: May 11 17:40:51 maas-enlisting-node cloud-init[550]: Cloud-init v. 18.2 running 'init-local' at Fri, 11 May 2018 17:40:47 +0000. Up 15.63 seconds. However, it would be nice if it places the whole version, so that we can now exactly what version of cloud-init its running, e.g: May 11 17:40:51 maas-enlisting-node cloud-init[550]: Cloud-init v. 18.2 (27-g6ef92c98-0ubuntu1~18.04.1) running 'init-local' at Fri, 11 May 2018 17:40:47 +0000. Up 15.63 seconds.
2018-08-01 20:03:03 Chad Smith tags verification-needed verification-needed-artful verification-needed-bionic verification-needed-xenial verification-done verification-done-artful verification-done-xenial verification-needed-bionic
2018-08-01 20:03:44 Chad Smith tags verification-done verification-done-artful verification-done-xenial verification-needed-bionic verification-done verification-done-bionic verification-done-xenial
2018-08-01 20:05:00 Chad Smith description [Test Case] # We should see specific version and patch information $ packaged_version=$(dpkg-query --show -f '${version}' cloud-init) $ grep $packaged_version /var/log/cloud-init.log # Expect to stage header logs ... 2018-07-10 19:33:16,406 - util.py[DEBUG]: Cloud-init v. 18.3-9-g2e62cb8a-0ubuntu1 running 'init-local' at Tue, 10 Jul 2018 19:33:16 +0000. Up 1.00 seconds. # Also, cloud-init --version should show the packaged version # it should contain a -0ubuntu portion. $ cloud-init --version /usr/bin/cloud-init 18.3-9-g2e62cb8a-0ubuntu1 [Regression Potential] This really should be low chance of regression. The chance would be if something is running 'cloud-init --version' and parsing the output, or parsing the output of /var/log/cloud-init.log (or the console log). Such specific parsing of a log seems brittle anyway. Parsing output of --version that expected to not have a -0ubuntuX in it would need to be updated. [Other Info] Upstream commit at https://git.launchpad.net/cloud-init/commit/?id=525a9e8f === End SRU Template === Cloud-init rsyslog has the major version of cloud-init: May 11 17:40:51 maas-enlisting-node cloud-init[550]: Cloud-init v. 18.2 running 'init-local' at Fri, 11 May 2018 17:40:47 +0000. Up 15.63 seconds. However, it would be nice if it places the whole version, so that we can now exactly what version of cloud-init its running, e.g: May 11 17:40:51 maas-enlisting-node cloud-init[550]: Cloud-init v. 18.2 (27-g6ef92c98-0ubuntu1~18.04.1) running 'init-local' at Fri, 11 May 2018 17:40:47 +0000. Up 15.63 seconds. === Begin SRU Template === [Impact] Cloud-init logs should now contain full packaged version of cloud-init on xenial, artful and bionic. [Test Case] # We should see specific version and patch information for series in xenial artful bionic; do echo '=== BEGIN ' $series ' ===' ref=$series-proposed; lxc delete test-$series --force; lxc-proposed-snapshot -p -P $series $ref | egrep 'Creating|cloud-init'; lxc init $ref test-$series; lxc start test-$series; packaged_version=`lxc exec test-$series -- dpkg-query --show -f '${version}' cloud-init`; lxc exec test-$series -- grep $packaged_version /var/log/cloud-init.log; lxc exec test-$series -- cloud-init --version; done # Also, cloud-init --version should show the packaged version # it should contain a -0ubuntu portion. $ cloud-init --version /usr/bin/cloud-init 18.3-9-g2e62cb8a-0ubuntu1 [Regression Potential] This really should be low chance of regression. The chance would be if something is running 'cloud-init --version' and parsing the output, or parsing the output of /var/log/cloud-init.log (or the console log). Such specific parsing of a log seems brittle anyway. Parsing output of --version that expected to not have a -0ubuntuX in it would need to be updated. [Other Info] Upstream commit at https://git.launchpad.net/cloud-init/commit/?id=525a9e8f === End SRU Template === [Test Case] # We should see specific version and patch information $ packaged_version=$(dpkg-query --show -f '${version}' cloud-init) $ grep $packaged_version /var/log/cloud-init.log # Expect to stage header logs ... 2018-07-10 19:33:16,406 - util.py[DEBUG]: Cloud-init v. 18.3-9-g2e62cb8a-0ubuntu1 running 'init-local' at Tue, 10 Jul 2018 19:33:16 +0000. Up 1.00 seconds. # Also, cloud-init --version should show the packaged version # it should contain a -0ubuntu portion. $ cloud-init --version /usr/bin/cloud-init 18.3-9-g2e62cb8a-0ubuntu1 [Regression Potential] This really should be low chance of regression. The chance would be if something is running 'cloud-init --version' and parsing the output, or parsing the output of /var/log/cloud-init.log (or the console log). Such specific parsing of a log seems brittle anyway. Parsing output of --version that expected to not have a -0ubuntuX in it would need to be updated. [Other Info] Upstream commit at   https://git.launchpad.net/cloud-init/commit/?id=525a9e8f === End SRU Template === === Original Description === Cloud-init rsyslog has the major version of cloud-init: May 11 17:40:51 maas-enlisting-node cloud-init[550]: Cloud-init v. 18.2 running 'init-local' at Fri, 11 May 2018 17:40:47 +0000. Up 15.63 seconds. However, it would be nice if it places the whole version, so that we can now exactly what version of cloud-init its running, e.g: May 11 17:40:51 maas-enlisting-node cloud-init[550]: Cloud-init v. 18.2 (27-g6ef92c98-0ubuntu1~18.04.1) running 'init-local' at Fri, 11 May 2018 17:40:47 +0000. Up 15.63 seconds.
2018-08-01 20:05:23 Chad Smith cloud-init (Ubuntu Artful): status Fix Committed Won't Fix
2018-08-01 20:11:16 Chad Smith attachment added lp-1770712.txt https://bugs.launchpad.net/cloud-init/+bug/1770712/+attachment/5170556/+files/lp-1770712.txt
2018-08-08 01:56:21 Launchpad Janitor cloud-init (Ubuntu Bionic): status Fix Committed Fix Released
2018-08-08 01:56:29 Chris Halse Rogers removed subscriber Ubuntu Stable Release Updates Team
2018-08-08 01:57:22 Launchpad Janitor cloud-init (Ubuntu Xenial): status Fix Committed Fix Released
2023-05-11 13:01:19 James Falcon bug watch added https://github.com/canonical/cloud-init/issues/3175