We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7d8ed commit e05e2e2Copy full SHA for e05e2e2
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [0.6.6] - 2025-01-03
5
+### Added
6
+ * Add support for k8s v1.31 and deprecate k8s v1.27.
7
+ * Ensure latest OCI runc works inside Sysbox containers (issue #879).
8
+ * Retry fix for bug in sysbox-fs that resulted in left-over nsenter mounts of procfs and sysfs (issue #829).
9
+ * Fix bug in parsing of subid limits in /etc/login.defs (issue #870).
10
+ * Fix bug in Sysbox shiftfs checker that was causing false negatives.
11
+
12
## [0.6.5] - 2024-11-08
13
### Added
14
* Update to Golang 1.22.
VERSION
@@ -1 +1 @@
-0.6.5
+0.6.6
0 commit comments