[SRU] New stable micro release 2.20

Bug #1636924 reported by Sergio Schvezov
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
snapcraft (Ubuntu)
Fix Released
Undecided
Unassigned
Xenial
Fix Released
Undecided
Unassigned
Yakkety
Fix Released
Undecided
Unassigned

Bug Description

This is an SRU bug to release 2.20 of snapcraft which follows the guidelines defined in the wiki over at https://wiki.ubuntu.com/SnapcraftUpdates

The list of bugs and features in this release are defined at https://launchpad.net/snapcraft/+milestone/2.20

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package snapcraft - 2.20+17.04

---------------
snapcraft (2.20+17.04) zesty; urgency=medium

  [ Colin Watson ]
  * Add `snapcraft create-key` (#824)

  [ Kyle Fazzari ]
  * catkin plugin: add `rosdistro` to help documentation. (#850)
  * catkin plugin: nicely handle an invalid rosdistro. (#851)

  [ Christian Ehrhardt ]
  * Add Waf plugin (#716)

  [ Maximiliano Bertacchini ]
  * Add `snapcraft history`. (#844)
  * Add `snapcraft status`. (#845)

  [ Daniel Holbach ]
  * Document the `grade` option. (#857)

  [ Celso Providelo ]
  * Implementing channel-closing. (#847)
  * `sign-build` to prompt users for key selection (#848)
  * history/status alignment fixes. (#863)

  [ Leo Arias ]
  * In the downloader demo test, use https (#860)

  [ Stéphane Graber ]
  * Add powerpc (32bit big-endian) support (#862)

  [ Roberto Alsina ]
  * gated and validate commands message improvements (#849)
  * Handle 'broken' validations that don't match refresh-control (#867)

  [ Domas Monkus ]
  * go plugin: Set GOBIN in the build environment. (#859)

  [ Robert Ancell ]
  * Update documentation links to developer.ubuntu.com that now redirect to
    snapcraft.io (#864)

  [ Daniel Holbach ]
  * Bring docs/upload-your-snap.md in line with http://snapcraft.io/docs/… (#869)

  [ Sergio Schvezov ]
  * Simplify the parser tests. (#852)
  * Simplify the handler from uri tests. (#853)
  * tools: script to talk to the staging servers (#855)
  * Decouple state handling from plugin options. (#854)
  * python plugin: allow usage of bzr (#858)
  * python plugin: install from wheel for local setup.py (#861)
  * New upstream release 2.20 (LP: #1636924)

 -- Sergio Schvezov <email address hidden> Wed, 26 Oct 2016 13:58:31 -0300

Changed in snapcraft (Ubuntu):
status: New → Fix Released
Revision history for this message
Brian Murray (brian-murray) wrote : Please test proposed package

Hello Sergio, or anyone else affected,

Accepted snapcraft into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/snapcraft/2.20 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-needed to verification-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

Changed in snapcraft (Ubuntu Xenial):
status: New → Fix Committed
tags: added: verification-needed
Revision history for this message
Andy Whitcroft (apw) wrote :

Hello Sergio, or anyone else affected,

Accepted snapcraft into yakkety-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/snapcraft/2.20+16.10 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-needed to verification-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

Changed in snapcraft (Ubuntu Yakkety):
status: New → Fix Committed
Revision history for this message
Leo Arias (elopio) wrote :

I tested this release, both in xenial and yakkety.
I installed snapcraft, snapcraft-examples and snapcraft-parser. Then enabled -proposed and upgraded the snaps to 2.20.

Then I ran the following tests:

Plugins:

    Try to build a snap using an invalid ros distro.
    Build a snap that uses the waf plugin.
    Build a snap using the python plugin and bzr.
    Exploratory testing on the python plugin.

Store:

    Create a key.
    Use sign-build with multiple keys.
    Review the history of a snap.
    Review the status of a snap.
    Close a channel.
    Exploratory testing on gated and validate.

I only find non-blocker issues related to the UX when interacting with the store:
https://bugs.launchpad.net/snapcraft/+bug/1637625
https://bugs.launchpad.net/snapcraft/+bug/1637623
https://bugs.launchpad.net/snapcraft/+bug/1636981
https://bugs.launchpad.net/snapcraft/+bug/1636972
https://bugs.launchpad.net/snapcraft/+bug/1636977
https://bugs.launchpad.net/snapcraft/+bug/1636979

These issues will be solved in following snapcraft releases.

I'm going to mark this as verified.

Thanks Andy and Brian!

tags: added: verification-done
removed: verification-needed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package snapcraft - 2.20

---------------
snapcraft (2.20) xenial; urgency=medium

  [ Colin Watson ]
  * Add `snapcraft create-key` (#824)

  [ Kyle Fazzari ]
  * catkin plugin: add `rosdistro` to help documentation. (#850)
  * catkin plugin: nicely handle an invalid rosdistro. (#851)

  [ Christian Ehrhardt ]
  * Add Waf plugin (#716)

  [ Maximiliano Bertacchini ]
  * Add `snapcraft history`. (#844)
  * Add `snapcraft status`. (#845)

  [ Daniel Holbach ]
  * Document the `grade` option. (#857)

  [ Celso Providelo ]
  * Implementing channel-closing. (#847)
  * `sign-build` to prompt users for key selection (#848)
  * history/status alignment fixes. (#863)

  [ Leo Arias ]
  * In the downloader demo test, use https (#860)

  [ Stéphane Graber ]
  * Add powerpc (32bit big-endian) support (#862)

  [ Roberto Alsina ]
  * gated and validate commands message improvements (#849)
  * Handle 'broken' validations that don't match refresh-control (#867)

  [ Domas Monkus ]
  * go plugin: Set GOBIN in the build environment. (#859)

  [ Robert Ancell ]
  * Update documentation links to developer.ubuntu.com that now redirect to
    snapcraft.io (#864)

  [ Daniel Holbach ]
  * Bring docs/upload-your-snap.md in line with http://snapcraft.io/docs/… (#869)

  [ Sergio Schvezov ]
  * Simplify the parser tests. (#852)
  * Simplify the handler from uri tests. (#853)
  * tools: script to talk to the staging servers (#855)
  * Decouple state handling from plugin options. (#854)
  * python plugin: allow usage of bzr (#858)
  * python plugin: install from wheel for local setup.py (#861)
  * New upstream release 2.20 (LP: #1636924)

 -- Sergio Schvezov <email address hidden> Wed, 26 Oct 2016 13:58:31 -0300

Changed in snapcraft (Ubuntu Xenial):
status: Fix Committed → Fix Released
Revision history for this message
Steve Langasek (vorlon) wrote : Update Released

The verification of the Stable Release Update for snapcraft has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package snapcraft - 2.20+16.10

---------------
snapcraft (2.20+16.10) yakkety; urgency=medium

  [ Colin Watson ]
  * Add `snapcraft create-key` (#824)

  [ Kyle Fazzari ]
  * catkin plugin: add `rosdistro` to help documentation. (#850)
  * catkin plugin: nicely handle an invalid rosdistro. (#851)

  [ Christian Ehrhardt ]
  * Add Waf plugin (#716)

  [ Maximiliano Bertacchini ]
  * Add `snapcraft history`. (#844)
  * Add `snapcraft status`. (#845)

  [ Daniel Holbach ]
  * Document the `grade` option. (#857)

  [ Celso Providelo ]
  * Implementing channel-closing. (#847)
  * `sign-build` to prompt users for key selection (#848)
  * history/status alignment fixes. (#863)

  [ Leo Arias ]
  * In the downloader demo test, use https (#860)

  [ Stéphane Graber ]
  * Add powerpc (32bit big-endian) support (#862)

  [ Roberto Alsina ]
  * gated and validate commands message improvements (#849)
  * Handle 'broken' validations that don't match refresh-control (#867)

  [ Domas Monkus ]
  * go plugin: Set GOBIN in the build environment. (#859)

  [ Robert Ancell ]
  * Update documentation links to developer.ubuntu.com that now redirect to
    snapcraft.io (#864)

  [ Daniel Holbach ]
  * Bring docs/upload-your-snap.md in line with http://snapcraft.io/docs/… (#869)

  [ Sergio Schvezov ]
  * Simplify the parser tests. (#852)
  * Simplify the handler from uri tests. (#853)
  * tools: script to talk to the staging servers (#855)
  * Decouple state handling from plugin options. (#854)
  * python plugin: allow usage of bzr (#858)
  * python plugin: install from wheel for local setup.py (#861)
  * New upstream release 2.20 (LP: #1636924)

 -- Sergio Schvezov <email address hidden> Wed, 26 Oct 2016 13:58:31 -0300

Changed in snapcraft (Ubuntu Yakkety):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.