Skip to main content
  1. Blog
  2. Article

Joshua Powers
on 16 October 2018

Ubuntu Server development summary – 16 Oct 2018


The purpose of this communication is to provide a status update and highlights for any interesting subjects from the Ubuntu Server Team. If you would like to reach the server team, you can find us at the #ubuntu-server channel on Freenode. Alternatively, you can sign up and use the Ubuntu Server Team mailing list.

Spotlight: Call for testing certbot snap (Let’s Encrypt)

Configuring SSL certificates for webservers just got easier. Certbot is a Let’s Encrypt command-line client automating setup of SSL/TLS certificates. Robie Basak from the Ubuntu Server team published a snap package of certbot making it even easier to install certbot dependencies. The certbot snap call for testing shows just how easy it is. Happy hosting!

Spotlight: Cosmic Cuttlefish (18.10) release on Oct 18th

Ubuntu’s release cycle comes to a close this week and is final this Thursday. As Cosmic Cuttlefish is an interim release will supported until July 2019. See the detailed features of the Cosmic release.

cloud-init

  • Correct spelling in an error message (udevadm). [Katie McLaughlin]
  • tests: meta_data key changed to meta-data in ec2 instance-data.json (LP: #1797231)
  • tests: fix kvm integration test to assert flexible config-disk path (LP: #1797199)
  • tools: Add cloud-id command line utility
  • instance-data: Add standard keys platform and subplatform. Refactor ec2.
  • net: ignore nics that have "zero" mac address. (LP: #1796917)
  • tests: fix apt_configure_primary to be more flexible
  • Ubuntu: update sources.list to comment out deb-src entries. (LP: #74747)
  • release 18.4 (LP: #1795741)

curtin

  • vmtests: disable snapd/seeding to avoid boot hang
  • jenkins-runner: fix when using –filter only
  • distro: fix system_upgrade command using string instead of function (LP: #1796968)
  • Capture stdout when using lxc file push
  • vmtest: boot ephemeral with ‘ro’ on the kernel command line.
  • vmtest: Fix typo in skip-by-date.

Contact the Ubuntu Server team

Bug Work and Triage

Ubuntu Server Packages

Below is a summary of uploads to the development and supported releases. Current status of the Debian to Ubuntu merges is tracked on the Merge-o-Matic page. For a full list of recent merges with change logs please see the Ubuntu Server report.

Proposed Uploads to the Supported Releases

Please consider testing the following by enabling proposed, checking packages for update regressions, and making sure to mark affected bugs verified as fixed.

Total: 3

Uploads Released to the Supported Releases

Total: 24

Uploads to the Development Release

Total: 26

Related posts


Canonical
30 June 2026

Canonical becomes Gold Sponsor of Trifecta Tech Foundation

Canonical announcements Article

Canonical is pleased to announce it is now a Gold Sponsor of the Trifecta Tech Foundation, a non-profit that creates open source building blocks for critical infrastructure software.  Canonical has supported the foundation’s work since 2025, co-sponsoring the development of projects like sudo-rs. The new €40,000/year contribution will hel ...


Kola Ojoodide
26 June 2026

Challenges designers face in open source (and how to fix them)

Design open source

Open source powers up to 90% of modern software, yet many projects lack usability. Canonical’s Design team surveyed 115 cross-functional professionals to uncover the 4 core challenges UI/UX designers face when contributing, and how maintainers can solve them. ...


Alberto Carretero
25 June 2026

Hunting a 16-year-old SQLite bug with TLA+: is dqlite affected?

DevOps Article

This article was written by Marco Manino and Alberto Carretero, dqlite team at Canonical. 1. Anatomy of a SQLite bug Recently SQLite published a new version with a fix to a long-standing bug in the way that the Write Ahead Log (WAL) is checkpointed that leads to the corruption of the database. The important aspect ...