Your submission was sent successfully! Close

  1. Blog
  2. Article

Stéphane Graber
on 10 April 2018


Introduction

As this was the week following our major 3.0 release, we’ve been very actively working on early bug reports and sorting out packaging for this in the distros.

This led to quite a number of bugfixes being done, issues investigated and a large number of updates to our snap and Debian packages for the various components.

We expect to keep this focus on bugfixing for the next 2-3 weeks so that we can ensure we meet our usual quality expectations after a major release and offer a smooth upgrade to our users. We’re also doing some work refreshing our 2.0 stable branches in preparation for the last major bugfix release of the projects before they enter the much slower security-only phase of their support.

All that being said, we have started work on a number of features targeted at LXD 3.1 and are planning to resume our monthly feature release schedule starting at the end of this month, putting us back into our normal release schedule until we start preparing for LXD 4.0 in a couple of years.

Upcoming conferences and events

Ongoing projects

The list below is feature or refactoring work which will span several weeks/months and can’t be tied directly to a single Github issue or pull request.

Upstream changes

The items listed below are highlights of the work which happened upstream over the past week and which will be included in the next release.

LXD

LXC

LXCFS

  • Nothing to report this week

Distrobuilder

Distribution work

This section is used to track the work done in downstream Linux distributions to ship the latest LXC, LXD and LXCFS as well as work to get various software to work properly inside containers.

Ubuntu

  • Uploaded lxc 3.0.0-0ubuntu2 to fix an upgrade issue
  • Uploaded lxd 3.0.0-0ubuntu2 with quite a number of cherry-picked fixes
  • Uploaded lxd 3.0.0-0ubuntu3 with quite a number of cherry-picked fixes

Snap

  • Added support for nvidia-container-cli allowing the use of the new nvidia.runtime option
  • Silence some modinfo messages
  • Added log rotation for lxd.log
  • Fixed an upgrade issue from 2.0

Related posts


Miona Aleksic
18 January 2023

Containerization vs. Virtualization : understand the differences

Cloud and server Article

Containerization vs. Virtualization : understand the differences and benefits of each approach, as well as connections to cloud computing. ...


Miona Aleksic
15 March 2022

What are Linux containers?

Cloud and server Article

This blog explains what are Linux containers, how they differ from application containers, and when should you use them. ...


Hugo Huang
5 December 2023

How to use Ubuntu in GKE on nodes and in containers

Cloud and server Article

Google Kubernetes Engine (GKE) traces its roots back to Google’s development of Borg in 2004, a Google internal system managing clusters and applications. In 2014, Google introduced Kubernetes, an open-source platform based on Borg’s principles, gaining rapid popularity for automating containerized application deployment. In 2015, Google ...