chore(compute): bump plugin to v0.8.0-dev.7#11
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the
computeplugin to v0.8.0-dev.7 and updatesplugins/compute.yaml(version, download URIs, and SHA256s for all 6 platforms — each verified against the published release checksums).What's new in this version
Instance status now reads "Available" instead of "Running."
An instance shows as Available whenever it's serving — including when it's scaled to zero — so the status reflects whether the workload is available to handle traffic rather than whether a process happens to be running at that instant. Blocked states read consistently as Not available — (quota exceeded, image unavailable, instance crashing, configuration error).
Rollout progress at a glance.
datumctl compute workloadsgains an UP-TO-DATE column showing how many instances are on the latest workload revision, so you can watch a restart or rollout converge.Clearer labels for failures and start-up.
Instance status uses human-friendly labels — Failed (image unavailable), Failed (crashing), Failed (configuration error) — and shows readable network-provisioning status while an instance is coming up, instead of raw Kubernetes reasons.
Consistent restarts.
datumctl compute restartuses the canonical restart annotation, so restart requests are recorded and surface uniformly across the CLI.Release
Plugin release: https://github.com/datum-cloud/compute/releases/tag/v0.8.0-dev.7