Skip to content

Commit

Permalink
Merge branch 'release-2.0.1' into 'master'
Browse files Browse the repository at this point in the history
Release 2.0.1

See merge request automation-sdk/f5-cloud-failover!397
  • Loading branch information
mikeshimkus committed Dec 20, 2023
2 parents 1d5925f + 5a85f19 commit f8bd515
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "f5-cloud-failover",
"version": "2.0.0",
"version": "2.0.1",
"author": "F5 Networks",
"license": "Apache-2.0",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions specs/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: "3.0.0"
info:
version: 2.0.0
version: 2.0.1
title: Cloud Failover (CF) Extension
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.
license:
Expand All @@ -23,9 +23,9 @@ paths:
schema:
$ref: "#/components/schemas/InformationResponse"
example:
version: "2.0.0"
version: "2.0.1"
release: "1"
schemaCurrent: "2.0.0"
schemaCurrent: "2.0.1"
schemaMinimum: "1.0.0"
"400":
description: Bad Request Error
Expand Down
1 change: 1 addition & 0 deletions src/nodejs/schema/base_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"type": "string",
"$comment": "IMPORTANT: In enum array, please put current schema version first, oldest-supported version last. Keep enum array sorted most-recent-first.",
"enum": [
"2.0.1",
"2.0.0",
"1.15.0",
"1.14.0",
Expand Down

0 comments on commit f8bd515

Please sign in to comment.