summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Holman <bholman.devel@gmail.com>2022-08-17 22:22:12 +0200
committerGitHub <noreply@github.com>2022-08-17 22:22:12 +0200
commit66d4095c8260a73209a98a2cc9b52623b69f1fb7 (patch)
tree70d70044b9f9fe4c23940d63083bc27c6be6d35d
parent3b8aef966193bc775414edf54e70775257a287d5 (diff)
downloadcloud-init-git-66d4095c8260a73209a98a2cc9b52623b69f1fb7.tar.gz
schema: drop release number from version file (#1664)
-rw-r--r--cloudinit/config/schemas/versions.schema.cloud-config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/config/schemas/versions.schema.cloud-config.json b/cloudinit/config/schemas/versions.schema.cloud-config.json
index c606085c..bca0a11e 100644
--- a/cloudinit/config/schemas/versions.schema.cloud-config.json
+++ b/cloudinit/config/schemas/versions.schema.cloud-config.json
@@ -7,7 +7,7 @@
{
"properties": {
"version": {
- "enum": ["22.2", "v1"]
+ "enum": [ "v1" ]
}
}
},