You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,18 @@
1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
-
## [0.1.3] - 2020-02-03
4
+
## [0.2.0] - 2020-07-03
5
5
### Added
6
-
* Added support for Ubuntu Eoan-Ermine release (19.10).
6
+
* Added initial Kubernetes-in-Docker support to enable secure, flexible and portable K8s clusters.
7
+
* Implemented inner Docker Image Sharing feature, to dramatically reduce host storage utilization for system containers that come preloaded with Docker images.
8
+
* Added support for running privileged-containers within secure system containers.
9
+
* Added support for containerd to run within system containers.
10
+
* Made multiple performance improvements to expedite container initialization and i/o operations.
11
+
* Added support for Ubuntu-Eoan (19.10) and Ubuntu-Focal (20.04).
12
+
* Extended support for Ubuntu-Cloud releases (Bionic, Eoan, Focal).
13
+
* Enhanced Sysbox documentation.
14
+
### Removed
15
+
* Deprecated support of Ubuntu's EOL releases: Ubuntu-Disco (19.04) and Ubuntu-Cosmic (18.10).
0 commit comments