google/gvisor

Changelog missing for runsc DEB package

Open

#11372 opened on Jan 17, 2025

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Go (12,713 stars) (1,061 forks)batch import
good first issuetype: bug

Description

Description

Apt reports about a missing changelog for the DEB package (see output below).

Calling ['apt-get', '-qq', 'changelog', 'runsc=20250113.0'] to retrieve changelog
apt-listchanges: Unable to retrieve changelog for package runsc; 'apt-get changelog' failed with: E: Failed to fetch changelog:/runsc.changelog  Changelog unavailable for runsc=20250113.0

Steps to reproduce

  1. add the gVisor repository to your Apt sources
  2. create a file called /etc/apt/listchanges.conf with following content...
[apt]
frontend=mail
which=both
email_address=root
email_format=text
confirm=false
headers=false
reverse=false
save_seen=/var/lib/apt/listchanges.db

  1. install or upgrade runsc

runsc version

runsc version release-20250113.0
spec: 1.1.0-rc.1

docker version (if using docker)

Client: Docker Engine - Community
 Version:           27.5.0
 API version:       1.47
 Go version:        go1.22.10
 Git commit:        a187fa5
 Built:             Mon Jan 13 15:24:49 2025
 OS/Arch:           linux/amd64
 Context:           default

Server: Docker Engine - Community
 Engine:
  Version:          27.5.0
  API version:      1.47 (minimum version 1.24)
  Go version:       go1.22.10
  Git commit:       38b84dc
  Built:            Mon Jan 13 15:24:49 2025
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.7.25
  GitCommit:        bcc810d6b9066471b0b6fa75f557a15a1cbf31bb
 runc:
  Version:          1.2.4
  GitCommit:        v1.2.4-0-g6c52b3f
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

uname

Linux ebony 6.8.0-51-generic #52~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Dec 9 15:00:52 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

kubectl (if using Kubernetes)

N/A

repo state (if built from source)

N/A

runsc debug logs (if available)

N/A

Contributor guide