Skip to content

Commit

Permalink
Fix deprecationWarning check in crossplane package
Browse files Browse the repository at this point in the history
  • Loading branch information
jgascon-nx committed May 3, 2024
1 parent fa9d27a commit 61d2045
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 61d2045

Please sign in to comment.