Skip to main content
  1. Blog
  2. Article

Joshua Powers
on 3 July 2018

Ubuntu Server development summary – 03 July 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: cloud-init 18.3 Released

Recently, the cloud-init project released version 18.3! From the announcement, some highlights include:

  • OpenStack Datasource now runs at local time frame paving the way for network configuration in the next release.
  • Fix utf-8 content in user-data (LP: #1768600)
  • Many SmartOS improvements
  • Numerous bug fixes, test improvements, and tool changes.

Version 18.3 is already available in Ubuntu Cosmic. Other Ubuntu releases will have 18.3 shortly as the SRU process is completed.

cloud-init

  • update_metadata: a datasource can support network re-config every boot
  • Retry on failed import of gpg receive keys.
  • Explicitly prevent sudo access for user module (Jacob Bednarz) (LP: #1771468)
  • docs: Fix a small spelling error (Oz N Tiram)
  • docs: represent sudo:false in docs for user_groups config module
  • tools: Fix run-container when neither source or binary package requested.
  • tox: use simplestreams from git repository rather than bzr.
  • tests: drop salt-minion integration test (LP: #1778737)
  • Enabled automatic merge of approved merge requests

curtin

  • Added Ubuntu Cosmic vmtests
  • Enabled automatic merge of approved merge requests

simplestreams

  • Migrated project from bzr to git
  • Updated CI with new location

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: 9

Uploads Released to the Supported Releases

Total: 14

Uploads to the Development Release

Total: 31

Related posts


Massimiliano Gori
31 March 2026

How to manage Ubuntu fleets using on-premises Active Directory and ADSys

Cloud and server Article

The “hybrid fleet” is today’s reality: organizations diversify operating systems while Microsoft Active Directory (AD) remains the dominant identity “source of truth.” IT administrators must ensure Linux machines, like Ubuntu desktops and servers, behave as first-class citizens in this environment. Efficient Linux management demands unifi ...


Massimiliano Gori
30 March 2026

How to Harden Ubuntu SSH: From static keys to cloud identity

Cloud and server Article

30 years after its introduction, Secure Shell (SSH) remains the ubiquitous gateway for administration, making it a primary target for brute force attacks and lateral movement within enterprise environments. For system administrators and security architects operating under the weight of regulatory frameworks like SOC2, HIPAA, and PCI-DSS, ...


Massimiliano Gori
27 March 2026

Modern Linux identity management: from local auth to the cloud with Ubuntu

Cloud and server Article

The modern enterprise operates in a hybrid world where on-premises infrastructure coexists with cloud services, and security threats evolve daily. IT administrators are tasked with a difficult balancing act: maintaining traditional local workflows while managing the inevitable shift toward cloud-native architectures. Identity has emerged ...