Hello everyone,
The Snappy team is happy to announce the availability of snapd 2.25!
Some of the highlights:
- improved aliases implementation, details in Improving the aliases implementation
- improved channels support (tracks), see Channels 2.0 Implementation)
- per revision snapshots of the snap configuration
- refresh schedule support, see Refresh-schedule via core config
- cross distro improvements (Xauthority handling, debian spread tests run automatically now)
- test improvements (more spread tests)
- more fine-grained seccomp support for ioctl and quotactl
- download robustness improvements (auto retry on hashsum and RST issues)
- add
built-using
header to the deb packages to make tracking revisions easier - new
snap tasks <chg>
command - speedup for device key generation on pi2,pi3
- run snap-confine from the core if snapd also runs from the core
- new interfaces: media-hub, kubernetes-support
- interface improvements
The new release is available in the core snap (and also in ubuntu-core) in the beta channel.
It is available in the Ubuntu 14.04, 16.04, 16.10 and 17.04 proposed pockets. More distributions will follow at their own pace.
To install this new release just run the following command:
$ sudo snap refresh --beta core
On the classic distribution you can also enable -proposed (see https://wiki.ubuntu.com/Testing/EnableProposed) and install snapd from there.
The source is available at https://github.com/snapcore/snapd/releases/tag/2.25
Enjoy and let us know if you notice any issues.
Cheers,
The snapd team