From 7b18e837254cac38d89b92ca1f77bbe2d94dd22e Mon Sep 17 00:00:00 2001 From: CircleCI Date: Tue, 16 May 2023 06:03:54 +0000 Subject: [PATCH] Automated update --- build.sh | 2 +- variant.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 1a495ddf57..7170090713 100755 --- a/build.sh +++ b/build.sh @@ -8,7 +8,7 @@ # X.Y.Z-standalone-strict - de-referenced schemas, more useful as standalone documents, additionalProperties disallowed # X.Y.Z-local - relative references, useful to avoid the network dependency -declare -a arr=(v1.27.1) +declare -a arr=(v1.27.0) # This list is used only list of already genrated schema definition # (or when we need to rebuild all definitions) diff --git a/variant.lock b/variant.lock index 86695f2be0..dc96e6e9a9 100644 --- a/variant.lock +++ b/variant.lock @@ -1,4 +1,4 @@ dependencies: kubernetes: - version: 1.27.1 - previousVersion: 1.27.0 + version: 1.27.0 + previousVersion: 1.27.1