Skip to content

Commit

Permalink
Merge pull request #134 from jgascon-nx/update-pkg-crossplane
Browse files Browse the repository at this point in the history
Fix deprecationWarning check in crossplane package
  • Loading branch information
Peefy authored May 3, 2024
2 parents fa9d27a + f5d7bf7 commit ee92f12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crossplane/kcl.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crossplane"
version = "1.15.2"
version = "1.15.2-1"
description = "`crossplane` is the crossplane spec definition"

[dependencies]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ schema ApiextensionsCrossplaneIoV1CompositeResourceDefinitionSpecVersionsItems0:


check:
len(deprecationWarning) <= 256
len(deprecationWarning) <= 256 if deprecationWarning


schema ApiextensionsCrossplaneIoV1CompositeResourceDefinitionSpecVersionsItems0AdditionalPrinterColumnsItems0:
Expand Down

0 comments on commit ee92f12

Please sign in to comment.