Skip to content

cli/command/service: fix API annotations for generic resource flags - #6365

Merged
thaJeztah merged 1 commit into
docker:masterfrom
thaJeztah:fix_version_annotations
Aug 25, 2025
Merged

cli/command/service: fix API annotations for generic resource flags#6365
thaJeztah merged 1 commit into
docker:masterfrom
thaJeztah:fix_version_annotations

Conversation

@thaJeztah

Copy link
Copy Markdown
Member

These flags were added in 20a6ff3, and require API version v1.32 or up, but they accidentally copied the flag-name from another flag, so were not setting the annotation correctly.

- How I did it

- How to verify it

- Human readable description for the release notes

- A picture of a cute animal (not mandatory but encouraged)

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@thaJeztahthaJeztah changed the title cli/command/servivce: fix API annotations for generic resource flagscli/command/service: fix API annotations for generic resource flagsAug 25, 2025
These flags were added in 20a6ff3, and require
API version v1.32 or up, but they accidentally copied the flag-name from another
flag, so were not setting the annotation correctly.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah
thaJeztahforce-pushed the fix_version_annotations branch from d628ae7 to dcc3d25CompareAugust 25, 2025 09:00
@thaJeztah
thaJeztah merged commit 5ab12e6 into docker:masterAug 25, 2025
108 of 109 checks passed
@thaJeztah
thaJeztah deleted the fix_version_annotations branch August 25, 2025 11:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@thaJeztah@codecov-commenter@vvoland