Workshop and SDKcraft 0.9.2 release notes¶
22 June 2026¶
These release notes cover new features and changes in Workshop and SDKcraft 0.9.2.
Requirements and compatibility¶
Workshop relies on Snap and LXD:
See the Tutorial for setup instructions.
Refer to the Contribution Guide for development prerequisites.
What’s new in 0.9.2¶
Workshop and SDKcraft 0.9.2 add stricter validation for user-facing YAML files, friendly host names for workshops, and clearer error guidance, alongside a device-permission fix and several documentation improvements.
Workshop¶
Repository: https://github.com/canonical/workshop
Added stricter validation for user-facing YAML files: unknown fields are now rejected, giving clearer errors for the sketch and project SDKs (community contribution).
Added friendly host names to the
workshop infooutput and the default shell prompt, through integration withsystemd-resolved. Host names follow the<WS>.<PROJECT>.wppattern:$ workshop info rocm name: rocm base: ubuntu@22.04 project: ~/work/reference-workshops/rocm-samples hostname: rocm.rocm-samples.wp ... $ workshop shell workshop@rocm:/project$
Workshops within the same project can reach each other by name, e.g.
postgresql.landscape.wpcan usebackendinstead ofbackend.landscape.wp. Useworkshop refreshto activate this feature for existing workshops.Improved the error messages shown in
--wait-on-errorsituations, offering more nuanced, consistent, and actionable guidance.Worked around device group ID mismatches between the host and workshop bases by adding the
workshopuser to the relevant device groups (such asrender) across the supported bases. This restores access to GPU devices like/dev/kfdon theubuntu@26.04base. Runworkshop refreshto apply the change to existing workshops.Added a definition files reference, guidance on publishing to custom tracks, and extended explanations of plugs and slots to the documentation.
Updated the README to list the reference SDKs, exposed
llms.txt, and added Context7 support.
SDKcraft¶
Repository: https://github.com/canonical/sdkcraft
No changes in this release.
Reference SDKs¶
Repository: https://github.com/canonical/reference-sdks
Populated the
websiteproperty for every reference SDK so it links to the SDK’s GitHub page. For example, runsdk info uvto see it.
Full Changelog: