wasmCloud
v2.0.1Orchestration & Managementv2.0.1 is a minor housekeeping release — migrates the runtime-operator Go module to v2, regenerates protos, and cleans up a temporary go.work workaround.
breakingUpdate import paths if you import the runtime-operator Go module
The runtime-operator Go module moved to a v2 module path. Any Go code importing it directly must update import paths to include the /v2 suffix. If you're only running wasmCloud as an operator and not importing the module in your own code, no action is needed.
enhancementUpgrade from v2.0.0 if you hit proto or lint issues
This patch fixes regenerated protos and removes a temporary go.work shim that may have caused inconsistencies in local development builds. If you were building the operator from source against v2.0.0, pull this patch to avoid stale proto or dependency resolution issues.
主な変更 (3)
- runtime-operator Go module migrated to v2 module path
- Protobuf files regenerated to match v2 module changes
- Temporary go.work replace directive removed; gateway linting restored