Skip to content

Commit 87725a5

Browse files
authored
release: 2.60 (#12894)
1 parent 7eb7ffa commit 87725a5

File tree

7 files changed

+77
-3
lines changed

7 files changed

+77
-3
lines changed

packaging/arch/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pkgdesc="Service and tools for management of snap packages."
1111
depends=('squashfs-tools' 'libseccomp' 'libsystemd' 'apparmor')
1212
optdepends=('bash-completion: bash completion support'
1313
'xdg-desktop-portal: desktop integration')
14-
pkgver=2.59.5
14+
pkgver=2.60
1515
pkgrel=1
1616
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
1717
url="https://github.com/snapcore/snapd"

packaging/debian-sid/changelog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
snapd (2.60-1) unstable; urgency=medium
2+
3+
* New upstream release, LP: #2024007
4+
- Support for dynamic snapshot data exclusions
5+
- Apparmor userspace is vendored inside the snapd snap
6+
- Added a default-configure hook that exposes gadget default
7+
configuration options to snaps during first install before
8+
services are started
9+
- Allow install from initrd to speed up the initial installation
10+
for systems that do not have a install-device hook
11+
- New `snap sign --chain` flag that appends the account and
12+
account-key assertions
13+
- Support validation-sets in the model assertion
14+
- Support new "min-size" field in gadget.yaml
15+
- New interface: "userns"
16+
17+
-- Michael Vogt <[email protected]> Thu, 15 Jun 2023 17:14:31 +0200
18+
119
snapd (2.59.5-1) unstable; urgency=medium
220

321
* New upstream release, LP: #2009946

packaging/fedora/snapd.spec

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
%endif
103103

104104
Name: snapd
105-
Version: 2.59.5
105+
Version: 2.60
106106
Release: 0%{?dist}
107107
Summary: A transactional software package manager
108108
License: GPLv3
@@ -996,6 +996,21 @@ fi
996996

997997

998998
%changelog
999+
* Thu Jun 15 2023 Michael Vogt <[email protected]>
1000+
- New upstream release 2.60
1001+
- Support for dynamic snapshot data exclusions
1002+
- Apparmor userspace is vendored inside the snapd snap
1003+
- Added a default-configure hook that exposes gadget default
1004+
configuration options to snaps during first install before
1005+
services are started
1006+
- Allow install from initrd to speed up the initial installation
1007+
for systems that do not have a install-device hook
1008+
- New `snap sign --chain` flag that appends the account and
1009+
account-key assertions
1010+
- Support validation-sets in the model assertion
1011+
- Support new "min-size" field in gadget.yaml
1012+
- New interface: "userns"
1013+
9991014
* Sat May 27 2023 Michael Vogt <[email protected]>
10001015
- New upstream release 2.59.5
10011016
- Explicitly disallow the use of ioctl + TIOCLINUX

packaging/opensuse/snapd.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Thu Jun 15 15:14:31 UTC 2023 - [email protected]
3+
4+
- Update to upstream release 2.60
5+
16
-------------------------------------------------------------------
27
Sat May 27 07:44:43 UTC 2023 - [email protected]
38

packaging/opensuse/snapd.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282

8383

8484
Name: snapd
85-
Version: 2.59.5
85+
Version: 2.60
8686
Release: 0
8787
Summary: Tools enabling systems to work with .snap files
8888
License: GPL-3.0

packaging/ubuntu-14.04/changelog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
snapd (2.60~14.04) trusty; urgency=medium
2+
3+
* New upstream release, LP: #2024007
4+
- Support for dynamic snapshot data exclusions
5+
- Apparmor userspace is vendored inside the snapd snap
6+
- Added a default-configure hook that exposes gadget default
7+
configuration options to snaps during first install before
8+
services are started
9+
- Allow install from initrd to speed up the initial installation
10+
for systems that do not have a install-device hook
11+
- New `snap sign --chain` flag that appends the account and
12+
account-key assertions
13+
- Support validation-sets in the model assertion
14+
- Support new "min-size" field in gadget.yaml
15+
- New interface: "userns"
16+
17+
-- Michael Vogt <[email protected]> Thu, 15 Jun 2023 17:14:31 +0200
18+
119
snapd (2.59.5~14.04) trusty; urgency=medium
220

321
* New upstream release, LP: #2009946

packaging/ubuntu-16.04/changelog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
snapd (2.60) xenial; urgency=medium
2+
3+
* New upstream release, LP: #2024007
4+
- Support for dynamic snapshot data exclusions
5+
- Apparmor userspace is vendored inside the snapd snap
6+
- Added a default-configure hook that exposes gadget default
7+
configuration options to snaps during first install before
8+
services are started
9+
- Allow install from initrd to speed up the initial installation
10+
for systems that do not have a install-device hook
11+
- New `snap sign --chain` flag that appends the account and
12+
account-key assertions
13+
- Support validation-sets in the model assertion
14+
- Support new "min-size" field in gadget.yaml
15+
- New interface: "userns"
16+
17+
-- Michael Vogt <[email protected]> Thu, 15 Jun 2023 17:14:31 +0200
18+
119
snapd (2.59.5) xenial; urgency=medium
220

321
* New upstream release, LP: #2009946

0 commit comments

Comments
 (0)