Skip to content

Releases: snapcore/snapd

Bugfix release 2.28.1

10 Oct 18:03
2.28.1
Compare
Choose a tag to compare

This release contains the following fixes:

  • snap-confine: update apparmor rules for fedora based basesnaps
  • snapstate: rename refresh hook to post-refresh for consistency

New major release 2.28

10 Oct 18:04
2.28
Compare
Choose a tag to compare

A new major release of snapd. The highlights can be found here: https://forum.snapcraft.io/t/released-snapd-2-28/2421

New maintenance release 2.27.6

07 Sep 09:51
2.27.6
Compare
Choose a tag to compare

Two fixes for potential regressions with snaps that use the interfaces below:
- interfaces: add udev netlink support to hardware-observe
- interfaces/network-{control,observe}: allow receiving
kobject_uevent() messages

New bugfix release 2.27.5

31 Aug 06:23
2.27.5
Compare
Choose a tag to compare

New bugfix release:

  • interfaces: fix network-manager plug regression
  • hooks: do not error when hook handler is not registered
  • interfaces/alsa,pulseaudio: allow read on udev data for sound
  • interfaces/optical-drive: read access to udev data for /dev/scd*
  • interfaces/browser-support: read on /proc/vmstat and misc udev data

As before a source/binary build for Arch is provided as well.

New bugfix release 2.27.4

24 Aug 07:42
2.27.4
Compare
Choose a tag to compare

Tiny bugfix release:
- snap-seccomp: add secondary arch for unrestricted snaps as well

As before you can find Arch packages (source and x86_64 binary) below. We are working with Arch to resolve the situation and update the Community repository.

New bugfix release 2.27.3

18 Aug 14:09
2.27.3
Compare
Choose a tag to compare

Tiny bugfix release that removes the Nice=-5 from the snapd.service file. This breaks in lxd containers: https://bugs.launchpad.net/snapd/+bug/1709536
2.27.3

You can also download the binary release for Arch x86_64 that is made as an exception while the downstream package maintainer responds. The source Arch package is also added for reference.

New snapd release 2.27.2

16 Aug 12:37
2.27.2
Compare
Choose a tag to compare
  • New bugfix release:
    • tests: remove TestInterfacesHelp as it breaks when go-flags
      changes
    • interfaces: don't crash if content slot has no attributes
    • debian: do not build with -buildmode=pie on i386
    • interfaces: backport broadcom-asic-control interface
    • interfaces: allow /usr/bin/xdg-open in unity7
    • store: do not resume a download when we already have the whole
      thing

New snapd 2.27 release

10 Aug 14:15
2.27
Compare
Choose a tag to compare

Some highlights:

  • updated interfaces: default, mir, optical-observe, system-observe, screen-inhibit-control, unity, network-control
  • new interfaces: greengrass-support, password-manager-service
  • snapctl work inside the snap context too (outside of hooks)
  • forced-devmode information is available via the sysinfo API now
  • seccomp argument filtering re-enabled
  • add --listswitch to snap abort and snap watch
  • add new snap commandline aliass: snap search and snap change
  • many test improvements
  • many bugfixes
  • shellcheck everywhere
  • snap list now shows the snap type in the notes (if it is not type: app)
  • support "title" via the store/rest-api
  • syslogIdentifier is now written to the generated systemd unti files
  • make snapd itself a "type=notify" daemon
  • opensuse,fedora spec files are part of the git tree now
  • auto-import system-user assertion only from ext4,vfat partitions
  • show sha3-384 hash in snap info --verbose snapfile
  • show snap-id in snap info
  • make config defaults from gadget work also at first boot
  • add support for android-boot
  • implement snap-update-ns
  • use /etc/ssl from the core snap
  • implement shortcut snap install --unaliased to install a snap without its automatic aliases snapd#33751

New 2.26.14 release

09 Aug 18:37
2.26.14
Compare
Choose a tag to compare

Maintenance release of the 2.26 series.

New snapd release 2.26.8

05 Jul 13:49
2.26.8
Compare
Choose a tag to compare

Some highlights:

  • support tab-completion in snaps, i.e a snap can ship a bash completion script and it will get exported to the users shell, details here9
  • new snap whoami command
  • new snap refresh --time option that displays information about refresh settings
  • new snap tasks --last={refresh,install,remove,connect,disconnect,configure,try} option
  • improve snap info output
  • improve tab completion for interfaces
  • go 1.8 fixes
  • interface API improvements
  • new interfaces: random, network-status, online-account-service, storage-framework
  • interface improvements: browser-support, locale-control, dbus
  • fix seccomp related core revert bug described in https://forum.snapcraft.io/t/snapd-2-25-blocked-because-of-revert-race-condition/722/61