snappy:release/2.41

Last commit made on 2019-09-13
Get this branch:
git clone -b release/2.41 https://git.launchpad.net/snappy

Branch merges

Branch information

Name:
release/2.41
Repository:
lp:snappy

Recent commits

75e6407... by Michael Vogt

Merge pull request #7460 from jdstrand/k8s-support-systemd-run-ptrace-read-2.41

interfaces/kubernetes-support: allow systemd-run to ptrace read unconfined - 2.41

ac122dc... by Michael Vogt

Merge remote-tracking branch 'upstream/release/2.41' into k8s-support-systemd-run-ptrace-read-2.41

31e71ae... by Zygmunt Krynicki

tests: debian sid now ships new seccomp, adjust tests

The system-usersnames tests currently fails on Debian Sid with the
following message:

    + echo ''\''debian-sid-64'\'' now has support. Please update this test'
    'debian-sid-64' now has support. Please update this test
    + exit 1

The relevant change is in
https://metadata.ftp-master.debian.org/changelogs/main/g/golang-github-seccomp-libseccomp-golang/golang-github-seccomp-libseccomp-golang_0.9.0-2_changelog,
specifically:

    [ Michael Vogt ]
    * debian/patches/06e7a2-fix-multi-args.patch:
    - Cherry pick 06e7a29 to fix incorrect argument filtering when
      using multiple arguments

Signed-off-by: Zygmunt Krynicki <email address hidden>

49d1100... by Jamie Strandboge

interfaces/kubernetes-support: allow systemd-run to ptrace read unconfined

Certain invocations of systemd-run require this access for interacting
with the systemd daemon

60ea57d... by Michael Vogt

debian: set GOCACHE dir during build to fix FTBFS on eoan

The eoan sbuild fails with the following error:
```
failed to initialize build cache at /sbuild-nonexistent/.cache/go-build: mkdir /sbuild-nonexistent: permission denied
```

This can be fixed by setting GOCACHE explicitly - if unset it is
derrived from $HOME which is set to an impossible location in
the sbuild environment.

92e822b... by Michael Vogt

releasing package snapd version 2.41

4ebc436... by Michael Vogt

Merge pull request #7372 from stolowski/revert-track-risk-change-2.41

overlord/snapstate: revert track-risk behavior and change validation on install for 2.41

93d2118... by Paweł Stołowski

Merge remote-tracking branch 'origin/release/2.41' into revert-track-risk-change-2.41

90ad233... by Paweł Stołowski

Merge pull request #7375 from stolowski/fix-snap-info-test

tests: fix snap info test

52d10a3... by John Lenton

tests/main/snap-info: update check.py for test-snapd-tools 2.0

test-snapd-tools now has a 2.0 track, which breaks the `snap info`
spread test. This update fixes that.