Activity log for bug #1922297

Date Who What changed Old value New value Message
2021-04-01 22:13:12 Joshua Powers bug added bug
2021-04-01 22:13:40 Joshua Powers description # Overview Per LP: #1827951 and LP: #1748581, it would appear that if a snap is tracking a release channel (e.g. latest/stable/ubuntu-20.10), during a do-release-upgrade the snap channel should update to the new release. Testing of a Google cloud image, from 20.10 to 21.04 the google-cloud-sdk does not get updated. # Expected result After a do-release-upgrade, the snap channel for google-cloud-sdk should be updated from "latest/stable/ubuntu-20.10" to "latest/stable/ubuntu-21.04". # Actual result After install, the snap continues to track "latest/stable/ubuntu-20.10". # Steps to reproduce 1. Boot 20.10 GCE image 2. snap info google-cloud-sdk --> "latest/stable/ubuntu-20.10" 3. do-release-upgrade -d 4. accept defaults and reboot 5. snap info google-cloud-sdk --> "latest/stable/ubuntu-21.04" # Logs main.log https://paste.ubuntu.com/p/kbSvM5JMzP/ screenlog.0 https://paste.ubuntu.com/p/h5kvtcX5Z6/ apt-term.log https://paste.ubuntu.com/p/gNJVzbtT4Z/ # Overview Per LP: #1827951 and LP: #1748581, it would appear that if a snap is tracking a release channel (e.g. latest/stable/ubuntu-20.10), during a do-release-upgrade the snap channel should update to the new release. Testing of a Google cloud image, from 20.10 to 21.04 the google-cloud-sdk does not get updated. # Expected result After a do-release-upgrade, the snap channel for google-cloud-sdk should be updated from "latest/stable/ubuntu-20.10" to "latest/stable/ubuntu-21.04". # Actual result After install, the snap continues to track "latest/stable/ubuntu-20.10". # Steps to reproduce 1. Boot 20.10 GCE image 2. snap info google-cloud-sdk --> "latest/stable/ubuntu-20.10" 3. do-release-upgrade -d 4. accept defaults and reboot 5. snap info google-cloud-sdk --> "latest/stable/ubuntu-20.10" # Logs main.log https://paste.ubuntu.com/p/kbSvM5JMzP/ screenlog.0 https://paste.ubuntu.com/p/h5kvtcX5Z6/ apt-term.log https://paste.ubuntu.com/p/gNJVzbtT4Z/
2021-04-02 21:11:52 Brian Murray tags rls-hh-incoming
2021-04-08 15:18:08 Matthieu Clemenceau tags rls-hh-incoming fr-1270 rls-hh-incoming
2021-04-08 17:29:11 Brian Murray nominated for series Ubuntu Hirsute
2021-04-08 17:29:11 Brian Murray bug task added ubuntu-release-upgrader (Ubuntu Hirsute)
2021-04-08 17:29:34 Brian Murray tags fr-1270 rls-hh-incoming fr-1270
2021-04-08 23:06:51 Brian Murray bug added subscriber Brian Murray
2021-04-12 18:39:25 Brian Murray nominated for series Ubuntu Bionic
2021-04-12 18:39:25 Brian Murray bug task added ubuntu-release-upgrader (Ubuntu Bionic)
2021-04-12 18:39:25 Brian Murray nominated for series Ubuntu Focal
2021-04-12 18:39:25 Brian Murray bug task added ubuntu-release-upgrader (Ubuntu Focal)
2021-04-12 18:39:25 Brian Murray nominated for series Ubuntu Groovy
2021-04-12 18:39:25 Brian Murray bug task added ubuntu-release-upgrader (Ubuntu Groovy)
2021-04-12 19:45:23 Brian Murray ubuntu-release-upgrader (Ubuntu Hirsute): assignee Brian Murray (brian-murray)
2021-04-12 19:45:26 Brian Murray ubuntu-release-upgrader (Ubuntu Hirsute): status New In Progress
2021-04-12 19:45:37 Brian Murray ubuntu-release-upgrader (Ubuntu Hirsute): importance Undecided High
2021-04-12 20:34:04 Brian Murray description # Overview Per LP: #1827951 and LP: #1748581, it would appear that if a snap is tracking a release channel (e.g. latest/stable/ubuntu-20.10), during a do-release-upgrade the snap channel should update to the new release. Testing of a Google cloud image, from 20.10 to 21.04 the google-cloud-sdk does not get updated. # Expected result After a do-release-upgrade, the snap channel for google-cloud-sdk should be updated from "latest/stable/ubuntu-20.10" to "latest/stable/ubuntu-21.04". # Actual result After install, the snap continues to track "latest/stable/ubuntu-20.10". # Steps to reproduce 1. Boot 20.10 GCE image 2. snap info google-cloud-sdk --> "latest/stable/ubuntu-20.10" 3. do-release-upgrade -d 4. accept defaults and reboot 5. snap info google-cloud-sdk --> "latest/stable/ubuntu-20.10" # Logs main.log https://paste.ubuntu.com/p/kbSvM5JMzP/ screenlog.0 https://paste.ubuntu.com/p/h5kvtcX5Z6/ apt-term.log https://paste.ubuntu.com/p/gNJVzbtT4Z/ [Impact] Snaps tracking a stable/ubuntu-$version are not upgraded during the release upgrade process. Per LP: #1827951 and LP: #1748581, it would appear that if a snap is tracking a release channel (e.g. latest/stable/ubuntu-20.10), during a do-release-upgrade the snap channel should update to the new release. Testing of a Google cloud image, from 20.10 to 21.04 the google-cloud-sdk does not get updated. # Expected result After a do-release-upgrade, the snap channel for google-cloud-sdk should be updated from "latest/stable/ubuntu-20.10" to "latest/stable/ubuntu-21.04". # Actual result After install, the snap continues to track "latest/stable/ubuntu-20.10". [Test Plan] GCE image test 1. Boot 20.10 GCE image 2. snap info google-cloud-sdk --> "latest/stable/ubuntu-20.10" 3. do-release-upgrade -d 4. accept defaults and reboot 5. snap info google-cloud-sdk --> "latest/stable/ubuntu-20.10" With the version from -proposed the snap will be tracking "latest/stable/ubuntu-21.04" Ubuntu Desktop test (regression test) 1. Create an Ubuntu 20.10 installation (w/ ubuntu-desktop) 2. Run 'do-release-upgrade -d' to upgrade to Hirsute 3. Ensure that the gtk-common-themes (and gnome-3-34-1804) snap is now tracking "latest/stable/ubuntu-21.04" via snap-info With the version from -proposed the snaps will also be upgraded to "latest/stable/ubuntu-21.04". [Where Problems could occur] This could regress the upgrading of snaps for Ubuntu desktop images but we've identified that and created a regression test for that scenario. # Logs main.log https://paste.ubuntu.com/p/kbSvM5JMzP/ screenlog.0 https://paste.ubuntu.com/p/h5kvtcX5Z6/ apt-term.log https://paste.ubuntu.com/p/gNJVzbtT4Z/
2021-04-12 20:35:29 Brian Murray description [Impact] Snaps tracking a stable/ubuntu-$version are not upgraded during the release upgrade process. Per LP: #1827951 and LP: #1748581, it would appear that if a snap is tracking a release channel (e.g. latest/stable/ubuntu-20.10), during a do-release-upgrade the snap channel should update to the new release. Testing of a Google cloud image, from 20.10 to 21.04 the google-cloud-sdk does not get updated. # Expected result After a do-release-upgrade, the snap channel for google-cloud-sdk should be updated from "latest/stable/ubuntu-20.10" to "latest/stable/ubuntu-21.04". # Actual result After install, the snap continues to track "latest/stable/ubuntu-20.10". [Test Plan] GCE image test 1. Boot 20.10 GCE image 2. snap info google-cloud-sdk --> "latest/stable/ubuntu-20.10" 3. do-release-upgrade -d 4. accept defaults and reboot 5. snap info google-cloud-sdk --> "latest/stable/ubuntu-20.10" With the version from -proposed the snap will be tracking "latest/stable/ubuntu-21.04" Ubuntu Desktop test (regression test) 1. Create an Ubuntu 20.10 installation (w/ ubuntu-desktop) 2. Run 'do-release-upgrade -d' to upgrade to Hirsute 3. Ensure that the gtk-common-themes (and gnome-3-34-1804) snap is now tracking "latest/stable/ubuntu-21.04" via snap-info With the version from -proposed the snaps will also be upgraded to "latest/stable/ubuntu-21.04". [Where Problems could occur] This could regress the upgrading of snaps for Ubuntu desktop images but we've identified that and created a regression test for that scenario. # Logs main.log https://paste.ubuntu.com/p/kbSvM5JMzP/ screenlog.0 https://paste.ubuntu.com/p/h5kvtcX5Z6/ apt-term.log https://paste.ubuntu.com/p/gNJVzbtT4Z/ [Impact] Snaps tracking a stable/ubuntu-$version (other than gnome-3-34-1804 and gtk-common-themes) are not upgraded during the release upgrade process. Per LP: #1827951 and LP: #1748581, it would appear that if a snap is tracking a release channel (e.g. latest/stable/ubuntu-20.10), during a do-release-upgrade the snap channel should update to the new release. Testing of a Google cloud image, from 20.10 to 21.04 the google-cloud-sdk does not get updated. # Expected result After a do-release-upgrade, the snap channel for google-cloud-sdk should be updated from "latest/stable/ubuntu-20.10" to "latest/stable/ubuntu-21.04". # Actual result After install, the snap continues to track "latest/stable/ubuntu-20.10". [Test Plan] GCE image test 1. Boot 20.10 GCE image 2. snap info google-cloud-sdk --> "latest/stable/ubuntu-20.10" 3. do-release-upgrade -d 4. accept defaults and reboot 5. snap info google-cloud-sdk --> "latest/stable/ubuntu-20.10" With the version from -proposed the snap will be tracking "latest/stable/ubuntu-21.04" Ubuntu Desktop test (regression test) 1. Create an Ubuntu 20.10 installation (w/ ubuntu-desktop) 2. Run 'do-release-upgrade -d' to upgrade to Hirsute 3. Ensure that the gtk-common-themes (and gnome-3-34-1804) snap is now tracking "latest/stable/ubuntu-21.04" via snap-info With the version from -proposed the snaps will also be upgraded to "latest/stable/ubuntu-21.04". [Where Problems could occur] This could regress the upgrading of snaps for Ubuntu desktop images but we've identified that and created a regression test for that scenario. # Logs main.log https://paste.ubuntu.com/p/kbSvM5JMzP/ screenlog.0 https://paste.ubuntu.com/p/h5kvtcX5Z6/ apt-term.log https://paste.ubuntu.com/p/gNJVzbtT4Z/
2021-04-13 14:54:18 Launchpad Janitor ubuntu-release-upgrader (Ubuntu Hirsute): status In Progress Fix Released
2021-04-13 18:26:00 Brian Murray ubuntu-release-upgrader (Ubuntu Groovy): status New In Progress
2021-04-13 18:26:03 Brian Murray ubuntu-release-upgrader (Ubuntu Groovy): assignee Brian Murray (brian-murray)
2021-04-13 18:26:07 Brian Murray ubuntu-release-upgrader (Ubuntu Focal): status New In Progress
2021-04-13 18:26:09 Brian Murray ubuntu-release-upgrader (Ubuntu Focal): assignee Brian Murray (brian-murray)
2021-04-13 18:26:11 Brian Murray ubuntu-release-upgrader (Ubuntu Bionic): assignee Brian Murray (brian-murray)
2021-04-13 18:26:15 Brian Murray ubuntu-release-upgrader (Ubuntu Bionic): status New In Progress
2021-04-14 18:52:00 Brian Murray description [Impact] Snaps tracking a stable/ubuntu-$version (other than gnome-3-34-1804 and gtk-common-themes) are not upgraded during the release upgrade process. Per LP: #1827951 and LP: #1748581, it would appear that if a snap is tracking a release channel (e.g. latest/stable/ubuntu-20.10), during a do-release-upgrade the snap channel should update to the new release. Testing of a Google cloud image, from 20.10 to 21.04 the google-cloud-sdk does not get updated. # Expected result After a do-release-upgrade, the snap channel for google-cloud-sdk should be updated from "latest/stable/ubuntu-20.10" to "latest/stable/ubuntu-21.04". # Actual result After install, the snap continues to track "latest/stable/ubuntu-20.10". [Test Plan] GCE image test 1. Boot 20.10 GCE image 2. snap info google-cloud-sdk --> "latest/stable/ubuntu-20.10" 3. do-release-upgrade -d 4. accept defaults and reboot 5. snap info google-cloud-sdk --> "latest/stable/ubuntu-20.10" With the version from -proposed the snap will be tracking "latest/stable/ubuntu-21.04" Ubuntu Desktop test (regression test) 1. Create an Ubuntu 20.10 installation (w/ ubuntu-desktop) 2. Run 'do-release-upgrade -d' to upgrade to Hirsute 3. Ensure that the gtk-common-themes (and gnome-3-34-1804) snap is now tracking "latest/stable/ubuntu-21.04" via snap-info With the version from -proposed the snaps will also be upgraded to "latest/stable/ubuntu-21.04". [Where Problems could occur] This could regress the upgrading of snaps for Ubuntu desktop images but we've identified that and created a regression test for that scenario. # Logs main.log https://paste.ubuntu.com/p/kbSvM5JMzP/ screenlog.0 https://paste.ubuntu.com/p/h5kvtcX5Z6/ apt-term.log https://paste.ubuntu.com/p/gNJVzbtT4Z/ [Impact] Snaps tracking a stable/ubuntu-$version (other than gnome-3-34-1804 and gtk-common-themes) are not upgraded during the release upgrade process. Per LP: #1827951 and LP: #1748581, it would appear that if a snap is tracking a release channel (e.g. latest/stable/ubuntu-20.10), during a do-release-upgrade the snap channel should update to the new release. Testing of a Google cloud image, from 20.10 to 21.04 the google-cloud-sdk does not get updated. # Expected result After a do-release-upgrade, the snap channel for google-cloud-sdk should be updated from "latest/stable/ubuntu-20.10" to "latest/stable/ubuntu-21.04". # Actual result After install, the snap continues to track "latest/stable/ubuntu-20.10". [Test Plan] GCE image test -------------- 1. Boot 20.04 GCE image 2. snap info google-cloud-sdk --> "latest/stable/ubuntu-20.04" 3. do-release-upgrade 4. accept defaults and reboot 5. snap info google-cloud-sdk --> "latest/stable/ubuntu-20.10" With the version from -proposed the snap will be tracking "latest/stable/ubuntu-20.10" Ubuntu (18.04, 20.04) Desktop test (regression test) ---------------------------------------------------- 1. Create an Ubuntu 20.04 installation (w/ ubuntu-desktop) 2. Run 'do-release-upgrade -p' to upgrade to Groovy 3. Ensure that the gtk-common-themes (and gnome-3-34-1804) snap is now tracking "latest/stable/ubuntu-20.10" via snap-info With the version from -proposed all installed snaps which track "latest/stable/ubuntu-20.04" will also be upgraded to "latest/stable/ubuntu-20.10". Ubuntu (16.04) Desktop test plan (new feature) ---------------------------------------------- 1. Create an Ubuntu 16.04 installation w/ ubuntu-desktop 2. Run 'do-release-upgrade' to upgrade to Ubuntu 18.04 3. Run snap list and verify that no snaps are installed With the version of the release upgrader in -proposed you will have a set of snaps installed which are equivalent to the snaps that are preseeded in Ubuntu 18.04. That list of snaps is: gnome-3-34-1804, gnome-calculator, gnome-characters, gnome-logs, gnome-system-monitor, and gtk-common-themes. [Where Problems could occur] This could regress the upgrading of snaps for Ubuntu desktop images but we've identified that and created a regression test for that scenario. # Logs main.log https://paste.ubuntu.com/p/kbSvM5JMzP/ screenlog.0 https://paste.ubuntu.com/p/h5kvtcX5Z6/ apt-term.log https://paste.ubuntu.com/p/gNJVzbtT4Z/
2021-04-15 01:59:49 Launchpad Janitor merge proposal linked https://code.launchpad.net/~waveform/ubuntu/+source/ubuntu-release-upgrader/+git/ubuntu-release-upgrader/+merge/401157
2021-04-16 15:32:18 Łukasz Zemczak ubuntu-release-upgrader (Ubuntu Groovy): status In Progress Fix Committed
2021-04-16 15:32:20 Łukasz Zemczak bug added subscriber Ubuntu Stable Release Updates Team
2021-04-16 15:32:21 Łukasz Zemczak bug added subscriber SRU Verification
2021-04-16 15:32:24 Łukasz Zemczak tags fr-1270 fr-1270 verification-needed verification-needed-groovy
2021-04-16 15:56:40 Łukasz Zemczak ubuntu-release-upgrader (Ubuntu Focal): status In Progress Fix Committed
2021-04-16 15:56:48 Łukasz Zemczak tags fr-1270 verification-needed verification-needed-groovy fr-1270 verification-needed verification-needed-focal verification-needed-groovy
2021-04-16 21:57:58 Łukasz Zemczak ubuntu-release-upgrader (Ubuntu Bionic): status In Progress Fix Committed
2021-04-16 21:58:03 Łukasz Zemczak tags fr-1270 verification-needed verification-needed-focal verification-needed-groovy fr-1270 verification-needed verification-needed-bionic verification-needed-focal verification-needed-groovy
2021-04-21 23:10:40 Brian Murray tags fr-1270 verification-needed verification-needed-bionic verification-needed-focal verification-needed-groovy fr-1270 verification-done verification-done-bionic verification-done-focal verification-done-groovy
2021-04-22 18:27:17 Launchpad Janitor ubuntu-release-upgrader (Ubuntu Groovy): status Fix Committed Fix Released
2021-04-22 18:27:21 Steve Langasek removed subscriber Ubuntu Stable Release Updates Team
2021-04-22 18:27:50 Launchpad Janitor ubuntu-release-upgrader (Ubuntu Focal): status Fix Committed Fix Released
2021-04-22 18:30:16 Launchpad Janitor ubuntu-release-upgrader (Ubuntu Bionic): status Fix Committed Fix Released