Skip to content

Commit faae28c

Browse files
committed
HYPERFLEET-1017 - chore: bump version to 1.0.12
1 parent 03e8b17 commit faae28c

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

main.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ using OpenAPI;
2020
*
2121
*/
2222
@service(#{ title: "HyperFleet API" })
23-
@info(#{ version: "1.0.11", contact: #{ name: "HyperFleet Team" }, license: #{ name: "Apache 2.0" ,url: "https://www.apache.org/licenses/LICENSE-2.0"} })
23+
@info(#{ version: "1.0.12", contact: #{ name: "HyperFleet Team" }, license: #{ name: "Apache 2.0" ,url: "https://www.apache.org/licenses/LICENSE-2.0"} })
2424
@server("https://hyperfleet.redhat.com", "Production")
2525
@route("/api/hyperfleet/v1")
2626
namespace HyperFleet;

schemas/core/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.0
22
info:
33
title: HyperFleet API
4-
version: 1.0.11
4+
version: 1.0.12
55
contact:
66
name: HyperFleet Team
77
license:

schemas/core/swagger.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,7 @@ definitions:
15031503
These conditions are present immediately upon resource creation.
15041504
items:
15051505
$ref: '#/definitions/ResourceCondition'
1506-
minItems: 3
1506+
minItems: 2
15071507
type: array
15081508
required:
15091509
- conditions
@@ -1896,7 +1896,7 @@ definitions:
18961896
These conditions are present immediately upon resource creation.
18971897
items:
18981898
$ref: '#/definitions/ResourceCondition'
1899-
minItems: 3
1899+
minItems: 2
19001900
type: array
19011901
required:
19021902
- conditions

schemas/gcp/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.0
22
info:
33
title: HyperFleet API
4-
version: 1.0.11
4+
version: 1.0.12
55
contact:
66
name: HyperFleet Team
77
license:

schemas/gcp/swagger.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ definitions:
14381438
These conditions are present immediately upon resource creation.
14391439
items:
14401440
$ref: '#/definitions/ResourceCondition'
1441-
minItems: 3
1441+
minItems: 2
14421442
type: array
14431443
required:
14441444
- conditions
@@ -1954,7 +1954,7 @@ definitions:
19541954
These conditions are present immediately upon resource creation.
19551955
items:
19561956
$ref: '#/definitions/ResourceCondition'
1957-
minItems: 3
1957+
minItems: 2
19581958
type: array
19591959
required:
19601960
- conditions

0 commit comments

Comments
 (0)