1.3.0

opencode-ai/opencode1.3.0Aug 24, 2026by github-actions[bot]

AI Summary

This release updates the default Kata kernel and removes the deprecated auto-scheme option, requiring explicit https schemes.

Key Highlights

  • Default Kata kernel updated to 3.32.0-debug
  • Removed --scheme auto for image operations, default is now https
  • Expanded and reorganized documentation
  • Relaxed maskedPaths and readonlyPaths for container machines

Breaking Changes

  • Removed `--scheme auto` for image operations, default is now `https`

New Features

  • custom kernel boot args via --kernel-arg
  • expanded and reorganized documentation

Full Release Notes

## Highlights 

⌨️ denotes breaking CLI changes.

👩‍💻 denotes breaking API changes.

- Core
  - [Default Kata kernel is now 3.32.0-debug](https://github.com/apple/container/pull/2143)
  - [Documentation has been expanded and reorganized](https://github.com/apple/container/pull/2032).
  - [Relax maskedPaths and readonlyPaths for container machines](https://github.com/apple/container/pull/2137)
- Images
  - ⌨️ [Removed `--scheme auto` for image operations, default is now `https`](https://github.com/apple/container/issues/2099).

## What's Changed
* Update sudoers file to not include dots by @tumd in https://github.com/apple/container/pull/2080
* Refactor tmpfsMounts() to process tmpfs path correctly by @LevelVoid in https://github.com/apple/container/pull/2103
* Remove `auto` registry scheme. by @jglogan in https://github.com/apple/container/pull/2100
* Validate volume name in volume disk usage call by @katiewasnothere in https://github.com/apple/container/pull/2107
* Topic/docs refactor by @egernst in https://github.com/apple/container/pull/2032
* Integration test: fix k8s test with scoped domain. by @jglogan in https://github.com/apple/container/pull/2104
* Extracts createPluginLoader() for use by container k8s. by @jglogan in https://github.com/apple/container/pull/2115
* Fix a compilation error by @dkovba in https://github.com/apple/container/pull/2119
* Split K8sHelper, add WorkerProvisioner protocol, and add LinuxWorker … by @jshi991 in https://github.com/apple/container/pull/2110
* Do not set default maskedPaths and readonlyPaths for container machines by @katiewasnothere in https://github.com/apple/container/pull/2137
* Remove AsyncParsableCommand conformance from ContainerCLI  by @noah-thor in https://github.com/apple/container/pull/2140
* Add identifier validation tests for the disk-usage routes by @realrajaryan in https://github.com/apple/container/pull/2136
* Update default kernel to Kata Containers 3.32.0 debug build by @agamdua in https://github.com/apple/container/pull/2143

## New Contributors
* @tumd made their first contribution in https://github.com/apple/container/pull/2080
* @LevelVoid made their first contribution in https://github.com/apple/container/pull/2103
* @agamdua made their first contribution in https://github.com/apple/container/pull/2143

**Full Changelog**: https://github.com/apple/container/compare/1.2.2...1.3.0