[deckhouse-cli] Update the vendored plugin to v0.0.30 - #434
Merged
Conversation
- New `openapi` linter checks the schemas a package ships under `openapi/`. - Its `advanced` rule allows `x-deckhouse-ui-advanced` on top-level settings only. The UI reads the marker nowhere else, so a nested one is an error and points at the offending property. - The linter runs in every scope: `static`, `remote.bundle` and `remote.release`. - It has no `.pkglint.yaml` settings. The rule is a schema contract, so it always reports as an error. - `d8 package doc` lists the new linter and rule. Signed-off-by: Roman Berezkin <roman.berezkin@flant.com>
ldmonster
approved these changes
Aug 4, 2026
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.
Summary
d8 packageis compiled into d8, so it never updates on its own. This syncs the vendored code with upstreamv0.0.30and brings one new check tod8 package verify.What changed
New
openapilinter for the schemas a package ships underopenapi/:advanced:x-deckhouse-ui-advancedis allowed on top-level settings onlyproperties.tuning.properties.cpuLimitstatic,remote.bundle,remote.release.pkglint.yamlsettings: the rule is a schema contract and always reports as an errord8 package doclists itVerification
v0.0.30(23f3072), byte for bytepackagecmd.go(d8 only) andpkg/cmd/cmd.go(noversionsubcommand)go.modneeds nothing new,task buildis green, linter reports 0 issuesNotes
task testandtask lint:checkfail locally on thegostbuild tag, the same way they fail on cleanmain. #433 drops that tag, so this branch will be rebased on it.