File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
- CLOUD_INIT_VERSION = 24.1.3
2
+ CLOUD_INIT_VERSION = 24.1.4
3
3
4
4
all : versions.schema.cloud-config.json schema-cloud-config-v1.json
5
5
Original file line number Diff line number Diff line change 361
361
},
362
362
"minItems" : 1
363
363
},
364
- "ssh-authorized-keys" : {
364
+ "ssh-authorized-keys" : {
365
365
"allOf" : [
366
366
{
367
367
"type" : " array" ,
Original file line number Diff line number Diff line change 1
1
diff --git a/cloudinit/config/schemas/schema-cloud-config-v1.json b/cloudinit/config/schemas/schema-cloud-config-v1.json
2
- index ff61dcaa6..73e54ebaf 100644
2
+ index ff61dcaa6..f2a6d878a 100644
3
3
--- a/cloudinit/config/schemas/schema-cloud-config-v1.json
4
4
+++ b/cloudinit/config/schemas/schema-cloud-config-v1.json
5
5
@@ -361,6 +361,22 @@
6
6
},
7
7
"minItems": 1
8
8
},
9
- + "ssh-authorized-keys": {
9
+ + "ssh-authorized-keys": {
10
10
+ "allOf": [
11
11
+ {
12
12
+ "type": "array",
You can’t perform that action at this time.
0 commit comments