Skip to content

Commit a49331c

Browse files
committed
Update the cidata ssh-authorized-keys patch
Signed-off-by: Anders F Björklund <[email protected]>
1 parent fd8ce55 commit a49331c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pkg/cidata/schemas/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
CLOUD_INIT_VERSION = 24.1.3
2+
CLOUD_INIT_VERSION = 24.1.4
33

44
all: versions.schema.cloud-config.json schema-cloud-config-v1.json
55

pkg/cidata/schemas/schema-cloud-config-v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
},
362362
"minItems": 1
363363
},
364-
"ssh-authorized-keys": {
364+
"ssh-authorized-keys": {
365365
"allOf": [
366366
{
367367
"type": "array",

pkg/cidata/schemas/ssh-authorized-keys.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
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
33
--- a/cloudinit/config/schemas/schema-cloud-config-v1.json
44
+++ b/cloudinit/config/schemas/schema-cloud-config-v1.json
55
@@ -361,6 +361,22 @@
66
},
77
"minItems": 1
88
},
9-
+ "ssh-authorized-keys": {
9+
+ "ssh-authorized-keys": {
1010
+ "allOf": [
1111
+ {
1212
+ "type": "array",

0 commit comments

Comments
 (0)