Releases: openkaiden/openshell-image-builder
Releases · openkaiden/openshell-image-builder
v0.11.0
What's Changed
- chore: bump version to 0.11.0-next by @feloy in #84
- chore(deps): Bump taiki-e/install-action from 2.81.9 to 2.81.10 by @dependabot[bot] in #85
- ci: add macOS code signing and notarization to release workflow by @feloy in #71
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- chore(deps): Bump taiki-e/install-action from 2.81.3 to 2.81.4 by @dependabot[bot] in #66
- ci(release): use kaiden bot to create PR by @feloy in #70
- chore: bump version to 0.10.0-next by @feloy in #69
- chore(deps): Bump taiki-e/install-action from 2.81.4 to 2.81.5 by @dependabot[bot] in #72
- chore(docs): add project skills and CONTRIBUTING.md by @feloy in #73
- fix(containerfile): install iproute in hummingbird image by @feloy in #74
- feat(inference): add OpenAI provider for opencode agent by @feloy in #77
- chore(deps): Bump taiki-e/install-action from 2.81.5 to 2.81.8 by @dependabot[bot] in #78
- chore(deps): Bump codecov/codecov-action from 6.0.1 to 7.0.0 by @dependabot[bot] in #79
- feat(policy): authorize workspace hosts in sandbox policy by @feloy in #80
- chore(deps): Bump taiki-e/install-action from 2.81.8 to 2.81.9 by @dependabot[bot] in #83
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- chore: bump version to 0.9.0-next by @github-actions[bot] in #40
- feat(inference): add Vertex AI provider by @feloy in #43
- chore(docs): add vertexai to inference provider references and fix OpenCode casing by @feloy in #44
- chore(deps): Bump taiki-e/install-action from 2.79.13 to 2.81.1 by @dependabot[bot] in #45
- feat(config): accept a directory for --config instead of a file by @feloy in #47
- feat(agent): copy agent settings into sandbox home directory by @feloy in #48
- feat(agent): add skip_onboarding to Agent trait for Claude by @feloy in #50
- feat(agent): copy workspace skills into image by @feloy in #52
- refactor(containerfile): split distro-specific and common build stages by @feloy in #53
- refactor(main): extract run() for testability by @feloy in #54
- feat(containerfile): add UBI base image support by @feloy in #55
- feat(containerfile): add Hummingbird base image support by @feloy in #56
- feat(inference): add Ollama inference provider by @feloy in #59
- feat(cli): add --endpoint flag to override inference provider URL by @feloy in #60
- feat(cli): add --model flag to set default agent model by @feloy in #61
- chore(deps): Bump actions/checkout from 6.0.2 to 6.0.3 by @dependabot[bot] in #64
- chore(deps): Bump taiki-e/install-action from 2.81.1 to 2.81.3 by @dependabot[bot] in #63
- chore(docs): rewrite README introduction by @feloy in #65
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- chore: bump version to 0.8.0-next by @github-actions[bot] in https://github.com/feloy/openshell-image-builder/pull/34
- chore(deps): Bump taiki-e/install-action from 2.79.9 to 2.79.11 by @dependabot[bot] in https://github.com/feloy/openshell-image-builder/pull/35
- docs: restructure and expand README by @feloy in https://github.com/feloy/openshell-image-builder/pull/36
- chore(deps): Bump taiki-e/install-action from 2.79.11 to 2.79.13 by @dependabot[bot] in https://github.com/feloy/openshell-image-builder/pull/38
- feat(agent): add opencode agent support by @feloy in https://github.com/feloy/openshell-image-builder/pull/39
- feat(policy): embed and install a layered sandbox policy by @feloy in https://github.com/feloy/openshell-image-builder/pull/37
Full Changelog: feloy/openshell-image-builder@v0.7.0...v0.8.0
v0.7.0
What's Changed
- chore: bump version to 0.7.0-next by @github-actions[bot] in https://github.com/feloy/openshell-image-builder/pull/23
- chore(deps): Bump codecov/codecov-action from cddd853df119a48c5be31a973f8cd97e12e35e16 to e79a6962e0d4c0c17b229090214935d2e33f8354 by @dependabot[bot] in https://github.com/feloy/openshell-image-builder/pull/24
- chore(deps): Bump taiki-e/install-action from 2.79.3 to 2.79.9 by @dependabot[bot] in https://github.com/feloy/openshell-image-builder/pull/28
- test: add integration tests for built image by @feloy in https://github.com/feloy/openshell-image-builder/pull/30
- fix(containerfile): use vanilla ubuntu image instead of nvidia's by @feloy in https://github.com/feloy/openshell-image-builder/pull/31
- feat(containerfile): add fedora base image support by @feloy in https://github.com/feloy/openshell-image-builder/pull/32
- feat(feature): add dev container features support by @feloy in https://github.com/feloy/openshell-image-builder/pull/33
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/feloy/openshell-image-builder/pull/24
Full Changelog: feloy/openshell-image-builder@v0.6.0...v0.7.0
v0.6.0
What's Changed
- chore: bump version to 0.6.0-next by @github-actions[bot] in https://github.com/feloy/openshell-image-builder/pull/11
- chore: add Apache 2.0 copyright headers to source files by @feloy in https://github.com/feloy/openshell-image-builder/pull/12
- feat(config): add config file loading by @feloy in https://github.com/feloy/openshell-image-builder/pull/13
- ci: add coverage reporting to pr-check workflow by @feloy in https://github.com/feloy/openshell-image-builder/pull/14
- test(config): increase coverage for partial and missing-section cases by @feloy in https://github.com/feloy/openshell-image-builder/pull/15
- doc(readme): add coverage badge by @feloy in https://github.com/feloy/openshell-image-builder/pull/16
- feat(containerfile): add containerfile generation module by @feloy in https://github.com/feloy/openshell-image-builder/pull/17
- fix(config): set ubuntu as default by @feloy in https://github.com/feloy/openshell-image-builder/pull/18
- fix(config): test by @feloy in https://github.com/feloy/openshell-image-builder/pull/19
- fix(config): set correct default tag for ubuntu by @feloy in https://github.com/feloy/openshell-image-builder/pull/20
- feat(build): add build module to invoke podman by @feloy in https://github.com/feloy/openshell-image-builder/pull/21
- feat(agent): add --agent flag with claude agent support by @feloy in https://github.com/feloy/openshell-image-builder/pull/22
Full Changelog: feloy/openshell-image-builder@v0.5.0...v0.6.0
v0.5.0
What's Changed
- fix(ci): force bash shell for set-version step on Windows by @feloy in https://github.com/feloy/openshell-image-builder/pull/10
Full Changelog: feloy/openshell-image-builder@v0.4.0...v0.5.0
v0.3.0
What's Changed
- ci(runner): windows-2025-vs2026 runner by @feloy in https://github.com/feloy/openshell-image-builder/pull/7
Full Changelog: feloy/openshell-image-builder@v0.2.0...v0.3.0
v0.2.0
What's Changed
- fix(ci): rename artifacts with platform suffix before release upload by @feloy in https://github.com/feloy/openshell-image-builder/pull/6
Full Changelog: feloy/openshell-image-builder@v0.1.0...v0.2.0