Skip to content

Commit

Permalink
files for 3.22 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Jordan committed Aug 28, 2020
1 parent 3e93ab8 commit f20e3d6
Show file tree
Hide file tree
Showing 6 changed files with 56,376 additions and 44 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -17,7 +17,9 @@ For the documentation on AS3, including download, installation, and usage instru
The AS3 documentation contains a wide variety of example declarations you can use directly or modify to suit your needs. See the [Examples](https://clouddocs.f5.com/products/extensions/f5-appsvcs-extension/latest/userguide/examples.html) and [Additional Examples](https://clouddocs.f5.com/products/extensions/f5-appsvcs-extension/latest/declarations/) pages.

## Filing Issues and Getting Help
If you come across a bug or other issue when using AS3, use [GitHub Issues](https://github.com/F5Networks/f5-appsvcs-extension/issues) to submit an issue for our team. You can also see the current known issues on that page, which are tagged with a purple Known Issue label. **Important**: Github Issues are consistently monitored by F5 staff, but should be considered as best effort only and you should not expect to receive the same level of response as provided by F5 Support. Please open a case as described below with F5 if this is a critical issue.
If you come across a bug or other issue when using AS3, use [GitHub Issues](https://github.com/F5Networks/f5-appsvcs-extension/issues) to submit an issue for our team. You can also see the current known issues on that page, which are tagged with a purple Known Issue label.

**Important**: Github Issues are consistently monitored by F5 staff, but should be considered as best effort only and you should not expect to receive the same level of response as provided by F5 Support. Please open a case as described below with F5 if this is a critical issue.

Because AS3 has been created and fully tested by F5 Networks, it is fully supported by F5. This means you can get assistance if necessary from [F5 Technical Support](https://support.f5.com/csp/article/K25327565).

Expand Down
14 changes: 9 additions & 5 deletions SUPPORT.md
Expand Up @@ -19,14 +19,12 @@ Currently supported versions:

| Software Version | Release Type | First Customer Ship | End of Support |
|------------------|---------------|---------------------|-----------------|
| AS 3.13.1 | LTS | 16-Jul-2019 | 16-Jul-2020 |
| AS 3.13.2 | LTS* | 27-Sep-2019 | 16-Jul-2020 |
| AS 3.18.0 | Feature | 10-Mar-2020 | 10-Jun-2020 |
| AS 3.19.0 | Feature | 21-Apr-2020 | 21-Jul-2020 |
| AS 3.19.1 | LTS | 07-May-2020 | 07-May-2021 |
| AS 3.20.0 | Feature | 02-Jun-2020 | 02-Sep-2020 |
| AS 3.21.0 | Feature | 21-Jul-2020 | 21-Oct-2020 |
| AS 3.22.0 | Feature | 01-Sep-2020 | 01-Dec-2020 |


\* Update for the schema description for Pool minimumMonitors

Versions no longer supported:

Expand Down Expand Up @@ -54,8 +52,14 @@ Versions no longer supported:
| AS 3.15.0 | Feature | 22-Oct-2019 | 22-Jan-2020 |
| AS 3.16.0 | Feature | 03-Dec-2019 | 03-Mar-2020 |
| AS 3.17.0 | Feature | 28-Jan-2020 | 28-Apr-2020 |
| AS 3.13.1 | LTS | 16-Jul-2019 | 16-Jul-2020 |
| AS 3.13.2 | LTS** | 27-Sep-2019 | 16-Jul-2020 |
| AS 3.18.0 | Feature | 10-Mar-2020 | 10-Jun-2020 |
| AS 3.19.0 | Feature | 21-Apr-2020 | 21-Jul-2020 |


\* Fix for updated Docker Container packaging only
\*\* Update for the schema description for Pool minimumMonitors


See the [Release notes](https://github.com/F5Networks/f5-appsvcs-extension/releases) and [AS3 documentation](https://clouddocs.f5.com/products/extensions/f5-appsvcs-extension/latest/refguide/revision-history.html) for new features and issues resolved for each release.
Expand Down
Expand Up @@ -22245,26 +22245,25 @@
],
"cloudLibsEncrypt": true
},
"resourceType": {
"description": "Type of resource identified by resourceId. This can be used in place of tagKey/tagValue.",
"type": "string",
"enum": [
"tag",
"scaleSet"
]
},
"resourceId": {
"description": "ID of resource to find nodes by.",
"type": "string"
},
"environment": {
"title": "Azure environment",
"description": "Azure environment name. Required if environment should not be determined by instance metadata.",
"type": "string",
"default": "Azure"
}
},
"if": {
"required": [
"monitors"
]
},
"then": {
"properties": {
"minimumMonitors": {
"type": "integer",
"default": 1
}
}
},
"required": [
"resourceGroup",
"subscriptionId",
Expand All @@ -22275,6 +22274,49 @@
"allOf": [
{
"$ref": "#/definitions/Service_Discovery_Polling_Core_Tagged"
},
{
"if": {
"required": [
"monitors"
]
},
"then": {
"properties": {
"minimumMonitors": {
"type": "integer",
"default": 1
}
}
}
},
{
"if": {
"required": [
"tagKey",
"tagValue"
]
},
"then": {
"not": {
"required": [
"resourceId",
"resourceType"
]
}
},
"else": {
"required": [
"resourceId",
"resourceType"
],
"not": {
"required": [
"tagKey",
"tagValue"
]
}
}
}
]
},
Expand Down Expand Up @@ -23234,7 +23276,9 @@
}
},
"required": [
"region"
"region",
"tagKey",
"tagValue"
],
"allOf": [
{
Expand Down Expand Up @@ -25197,10 +25241,6 @@
"description": "The tag value associated with the node to add to this pool"
}
},
"required": [
"tagKey",
"tagValue"
],
"allOf": [
{
"$ref": "#/definitions/Service_Discovery_Polling_Core"
Expand Down Expand Up @@ -25795,7 +25835,9 @@
}
},
"required": [
"region"
"region",
"tagKey",
"tagValue"
],
"allOf": [
{
Expand Down Expand Up @@ -27825,6 +27867,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": [
"3.22.0",
"3.21.0",
"3.20.0",
"3.19.0",
Expand Down

0 comments on commit f20e3d6

Please sign in to comment.