You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add workflow label CLI support
Add repeatable --label KEY=VALUE flags to workflow submit, workflow
validate, and app submit (flags override the YAML per run); --label
selector and --no-label filters on workflow list; a Labels column in
list output and a Labels line in workflow query; and WARNING lines for
warn-mode policy messages on submit and validate responses. Document
the spec field, submit flags, list filters, and the labels_config
admin reference.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* Apply CLI review simplifications
Simplify the Labels column fallback, drop two low-value argparse tests,
remove a dead spelling-wordlist entry, and move the osmo_tasks_count
label-dimension reference docs to the metrics PR that implements them.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* Drop the workflow-label reserved-key deny-list
Any syntactically valid Kubernetes label key is accepted, including
system domains such as app.kubernetes.io/name, which the deny-list
wrongly blocked. Protection against user labels actuating scheduling or
platform machinery comes from merge order at stamping time: system
labels are applied after the user map on every path.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* Polish CLI help texts and label documentation
Align argparse continuation style with sibling flags, give the list
filter help a subject and generic key examples, add missing test class
docstrings, restructure the admin policy table to the file's standard
format, quote 'off' in the rollback guidance, title-case headings, and
replace design-register phrasing in the user guide with the actual
warning output.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments