Skip to content

Commit c8db24d

Browse files
authored
Merge branch 'develop' into fix/kong-stops-responding
2 parents de11898 + c7dc5cd commit c8db24d

File tree

5 files changed

+937
-30
lines changed

5 files changed

+937
-30
lines changed

api/overlay.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ actions:
3838
- target: $.components.schemas.*.properties.private_jwk.discriminator
3939
description: Replaces discriminated union with concrete type
4040
remove: true
41+
- target: $.components.schemas.DiskRequestBody.properties.attributes.discriminator
42+
description: Replaces discriminated union with concrete type
43+
remove: true
4144
- target: $.paths.*.*.parameters[?(@.name=='branch_id_or_ref')]
4245
update:
4346
schema:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"bin-links": "^6.0.0",
2525
"https-proxy-agent": "^7.0.2",
2626
"node-fetch": "^3.3.2",
27-
"tar": "7.5.7"
27+
"tar": "7.5.9"
2828
},
2929
"release": {
3030
"branches": [

0 commit comments

Comments
 (0)