Skip to content

Commit 86719fb

Browse files
Merge branch 'update_package_lock' into 'develop'
update release version See merge request automation-sdk/f5-cloud-failover!251
2 parents 32cc36d + 9befea5 commit 86719fb

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "f5-cloud-failover",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"author": "F5 Networks",
55
"license": "Apache-2.0",
66
"repository": {

specs/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: "3.0.0"
22
info:
3-
version: 1.7.1
3+
version: 1.8.0
44
title: Cloud Failover (CF) Extension
55
description: F5 Cloud Failover (CFE) is an iControl LX Extension delivered as a TMOS-independent RPM file. Installing the CFE Extension on BIG-IP enables you to declaratively configure BIG-IP devices for automatic failover in cloud environments by POSTing a single JSON declaration to CF’s declarative REST API endpoint.
66
license:
@@ -21,9 +21,9 @@ paths:
2121
schema:
2222
$ref: "#/components/schemas/InformationResponse"
2323
example:
24-
version: "1.7.1"
24+
version: "1.8.0"
2525
release: "1"
26-
schemaCurrent: "1.7.1"
26+
schemaCurrent: "1.8.0"
2727
schemaMinimum: "0.9.1"
2828
default:
2929
description: Unexpected Error

src/nodejs/schema/base_schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
"type": "string",
118118
"$comment": "IMPORTANT: In enum array, please put current schema version first, oldest-supported version last. Keep enum array sorted most-recent-first.",
119119
"enum": [
120+
"1.8.0",
120121
"1.7.1",
121122
"1.7.0",
122123
"1.6.1",
@@ -129,7 +130,7 @@
129130
"1.0.0",
130131
"0.9.1"
131132
],
132-
"default": "1.7.1"
133+
"default": "1.8.0"
133134
},
134135
"$schema": {
135136
"title": "Schema",

0 commit comments

Comments
 (0)