Skip to content

Commit 81826e3

Browse files
committed
Update changelog
1 parent 2e8d2d9 commit 81826e3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.2.0
4+
5+
- All options are now prefixed with `--oi` in order to avoid name conflicts with underlying runtime options. For example, `--readonly-networking-mounts` is now called `--oi-readonly-networking-mounts`.
6+
- Fixed an issue where rewriting a container's config resulted in `clone3` syscalls failing. This was due to an issue in the OCI spec parsing dependency. This release uses a forked version of the library, pending acceptance of an upstream PR to resolve the issue.
7+
- Added the ability to override environment variables (`--oi-env`, `--oi-env-force`).
8+
- Added optional debug output when modifying container configs (`--oi-write-debug-output`).
9+
310
## v0.1.0
411

512
Initial release. The `--readonly-networking-mounts` flag is supported, which causes `/etc/hosts`, `/etc/hostname`, and `/etc/resolv.conf` to be mounted as readonly. Typically, Docker will mount these files as read-write, which can be problematic for containers with a writable layer size quota.

0 commit comments

Comments
 (0)