Skip to content

Commit 3df03d8

Browse files
committed
api/swagger: update deprecation version for erroneous fields
commit af0cdc3 officially marked these fields as deprecated and to be removed in API v1.47 (which was targeted for v28.0). We shipped v1.47 with the v27.2 release, but did not yet remove the erroneous fields. This patch updates the version to v1.48. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 6b61769 commit 3df03d8

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

api/swagger.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@ definitions:
13841384
<p><br /></p>
13851385
13861386
> **Deprecated**: this field is not part of the image specification and is
1387-
> always empty. It must not be used, and will be removed in API v1.47.
1387+
> always empty. It must not be used, and will be removed in API v1.48.
13881388
type: "string"
13891389
example: ""
13901390
Domainname:
@@ -1394,7 +1394,7 @@ definitions:
13941394
<p><br /></p>
13951395
13961396
> **Deprecated**: this field is not part of the image specification and is
1397-
> always empty. It must not be used, and will be removed in API v1.47.
1397+
> always empty. It must not be used, and will be removed in API v1.48.
13981398
type: "string"
13991399
example: ""
14001400
User:
@@ -1408,7 +1408,7 @@ definitions:
14081408
<p><br /></p>
14091409
14101410
> **Deprecated**: this field is not part of the image specification and is
1411-
> always false. It must not be used, and will be removed in API v1.47.
1411+
> always false. It must not be used, and will be removed in API v1.48.
14121412
type: "boolean"
14131413
default: false
14141414
example: false
@@ -1419,7 +1419,7 @@ definitions:
14191419
<p><br /></p>
14201420
14211421
> **Deprecated**: this field is not part of the image specification and is
1422-
> always false. It must not be used, and will be removed in API v1.47.
1422+
> always false. It must not be used, and will be removed in API v1.48.
14231423
type: "boolean"
14241424
default: false
14251425
example: false
@@ -1430,7 +1430,7 @@ definitions:
14301430
<p><br /></p>
14311431
14321432
> **Deprecated**: this field is not part of the image specification and is
1433-
> always false. It must not be used, and will be removed in API v1.47.
1433+
> always false. It must not be used, and will be removed in API v1.48.
14341434
type: "boolean"
14351435
default: false
14361436
example: false
@@ -1457,7 +1457,7 @@ definitions:
14571457
<p><br /></p>
14581458
14591459
> **Deprecated**: this field is not part of the image specification and is
1460-
> always false. It must not be used, and will be removed in API v1.47.
1460+
> always false. It must not be used, and will be removed in API v1.48.
14611461
type: "boolean"
14621462
default: false
14631463
example: false
@@ -1468,7 +1468,7 @@ definitions:
14681468
<p><br /></p>
14691469
14701470
> **Deprecated**: this field is not part of the image specification and is
1471-
> always false. It must not be used, and will be removed in API v1.47.
1471+
> always false. It must not be used, and will be removed in API v1.48.
14721472
type: "boolean"
14731473
default: false
14741474
example: false
@@ -1479,7 +1479,7 @@ definitions:
14791479
<p><br /></p>
14801480
14811481
> **Deprecated**: this field is not part of the image specification and is
1482-
> always false. It must not be used, and will be removed in API v1.47.
1482+
> always false. It must not be used, and will be removed in API v1.48.
14831483
type: "boolean"
14841484
default: false
14851485
example: false
@@ -1516,7 +1516,7 @@ definitions:
15161516
<p><br /></p>
15171517
15181518
> **Deprecated**: this field is not part of the image specification and is
1519-
> always empty. It must not be used, and will be removed in API v1.47.
1519+
> always empty. It must not be used, and will be removed in API v1.48.
15201520
type: "string"
15211521
default: ""
15221522
example: ""
@@ -1555,7 +1555,7 @@ definitions:
15551555
<p><br /></p>
15561556
15571557
> **Deprecated**: this field is not part of the image specification and is
1558-
> always omitted. It must not be used, and will be removed in API v1.47.
1558+
> always omitted. It must not be used, and will be removed in API v1.48.
15591559
type: "boolean"
15601560
default: false
15611561
example: false
@@ -1567,7 +1567,7 @@ definitions:
15671567
<p><br /></p>
15681568
15691569
> **Deprecated**: this field is not part of the image specification and is
1570-
> always omitted. It must not be used, and will be removed in API v1.47.
1570+
> always omitted. It must not be used, and will be removed in API v1.48.
15711571
type: "string"
15721572
default: ""
15731573
example: ""
@@ -1601,7 +1601,7 @@ definitions:
16011601
<p><br /></p>
16021602
16031603
> **Deprecated**: this field is not part of the image specification and is
1604-
> always omitted. It must not be used, and will be removed in API v1.47.
1604+
> always omitted. It must not be used, and will be removed in API v1.48.
16051605
type: "integer"
16061606
default: 10
16071607
x-nullable: true

0 commit comments

Comments
 (0)