File tree Expand file tree Collapse file tree 7 files changed +36
-6
lines changed
src/check_jsonschema/builtin_schemas/vendor Expand file tree Collapse file tree 7 files changed +36
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Unreleased
10
10
11
11
.. vendor-insert-here
12
12
13
- - Update vendored schemas (2024-06-16 )
13
+ - Update vendored schemas (2024-06-23 )
14
14
15
15
0.28.5
16
16
------
Original file line number Diff line number Diff line change 151
151
"title" : " Clone Repository Settings" ,
152
152
"type" : " object"
153
153
},
154
+ "cloud" : {
155
+ "description" : " Custom cloud step runtime" ,
156
+ "properties" : {
157
+ "atlassian-ip-ranges" : {
158
+ "default" : false ,
159
+ "description" : " Whether it uses Atlassian ip ranges." ,
160
+ "type" : " boolean"
161
+ }
162
+ },
163
+ "title" : " Cloud step runtime" ,
164
+ "type" : " object"
165
+ },
154
166
"condition" : {
155
167
"properties" : {
156
168
"changesets" : {
557
569
"max-time" : {
558
570
"$ref" : " #/components/schemas/max_time"
559
571
},
572
+ "runtime" : {
573
+ "$ref" : " #/components/schemas/runtime"
574
+ },
560
575
"size" : {
561
576
"$ref" : " #/components/schemas/size"
562
577
}
640
655
"title" : " Step Runner Label" ,
641
656
"type" : " string"
642
657
},
658
+ "runtime" : {
659
+ "description" : " Custom step runtime" ,
660
+ "properties" : {
661
+ "cloud" : {
662
+ "$ref" : " #/components/schemas/cloud"
663
+ }
664
+ },
665
+ "title" : " Step Runtime" ,
666
+ "type" : " object"
667
+ },
643
668
"script" : {
644
669
"items" : {
645
670
"oneOf" : [
700
725
" 2x" ,
701
726
" 4x" ,
702
727
" 8x" ,
703
- " 16x"
728
+ " 16x" ,
729
+ " 32x"
704
730
],
705
731
"title" : " Step Size" ,
706
732
"type" : " string"
838
864
"runs-on" : {
839
865
"$ref" : " #/components/schemas/runs_on"
840
866
},
867
+ "runtime" : {
868
+ "$ref" : " #/components/schemas/runtime"
869
+ },
841
870
"script" : {
842
871
"$ref" : " #/components/schemas/script" ,
843
872
"description" : " List of commands that are executed in sequence." ,
Original file line number Diff line number Diff line change 61
61
"enum" : [
62
62
" ubuntu-20.04" ,
63
63
" ubuntu-22.04" ,
64
+ " ubuntu-24.04" ,
64
65
" ubuntu-lts-latest"
65
66
]
66
67
},
Original file line number Diff line number Diff line change 965
965
"dockerSidecarImage" : {
966
966
"description" : " Change this value to override the default Renovate sidecar image." ,
967
967
"type" : " string" ,
968
- "default" : " ghcr.io/containerbase/sidecar:10.11.6 "
968
+ "default" : " ghcr.io/containerbase/sidecar:10.11.7 "
969
969
},
970
970
"dockerUser" : {
971
971
"description" : " Set the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`." ,
Original file line number Diff line number Diff line change 1
- 60586ed3669f79395b4689de2e99d44876d4c83670e144b28f980d3aa414d795
1
+ 3dd04c344f6d3f3211c9ad7fd775b2c3ccd309c75c2d00f379b0339abfb57e5e
Original file line number Diff line number Diff line change 1
- 8696f08cc4b6d81fcf91168ee1c3c483b8a471ed36f5cdbf34e202ab0e8b683b
1
+ c64013c6d817252e76a357a1c00fc645c7c8760811991dd74c325aff8b5c0464
Original file line number Diff line number Diff line change 1
- 8dd71c2ef78037a9573ba44c6e028e31de368f93f4cd702a2ac1ec722cc69b11
1
+ ddfe7dda772797830c75a5df98aa1129a17c36c9661251120420b91e7de3e906
You can’t perform that action at this time.
0 commit comments