Skip to content

Commit

Permalink
Release v0.6.2.
Browse files Browse the repository at this point in the history
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
  • Loading branch information
ctalledo committed Jun 12, 2023
1 parent 0f588c4 commit 976987f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.6.2] - 2023-06-09
### Added
* Fix bug in Sysbox's checking of host support for idmapping and shiftfs.
* Fix storage leak in /var/lib/sysbox when using Sysbox on K8s clusters.
* Fix bug in Sysbox's handling of "docker run -w" flag.
* Change disable-inner-image-preload flag to allow running (but not committing) sysbox containers with preloaded inner images.
* Set disable-inner-image-preload flag in Sysbox K8s deployments to improve performance when stopping pods.

## [0.6.1] - 2023-04-07
### Added
* Added support for ID-mapped overlayfs lower layers; eliminates need for shiftfs and Sysbox rootfs chown; requires kernel 5.19+.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.1
0.6.2

0 comments on commit 976987f

Please sign in to comment.