@f5devcentral/f5-cloud-libs
Advanced tools
Comparing version 4.26.5-beta.1 to 4.26.5
{ | ||
"name": "@f5devcentral/f5-cloud-libs", | ||
"version": "4.26.5-beta.1", | ||
"version": "4.26.5", | ||
"description": "Common library code and scripts for deploying a BIG-IP in a cloud environment", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -27,2 +27,4 @@ # Release notes | ||
## Release 4.24.0 | ||
* Add new retry option to util script | ||
* Update bigip init method to allow passing retry options | ||
* Add support for using a third party auth provider when licensing from BIG-IQ | ||
@@ -29,0 +31,0 @@ * Add option to retry for required fields when fetching via iControl REST |
@@ -36,3 +36,3 @@ /** | ||
return options | ||
.version('4.25.1') | ||
.version('4.26.5') | ||
.option( | ||
@@ -39,0 +39,0 @@ '--host <ip_address>', |
@@ -42,3 +42,3 @@ /** | ||
options | ||
.version('4.25.1') | ||
.version('4.26.5') | ||
.option( | ||
@@ -45,0 +45,0 @@ '--data-file <data_file>', |
@@ -61,3 +61,3 @@ /** | ||
options | ||
.version('4.25.1') | ||
.version('4.26.5') | ||
.option( | ||
@@ -64,0 +64,0 @@ '--background', |
@@ -35,3 +35,3 @@ /** | ||
options | ||
.version('4.25.1') | ||
.version('4.26.5') | ||
.option( | ||
@@ -38,0 +38,0 @@ '--length <password_length>', |
@@ -55,3 +55,3 @@ /** | ||
options | ||
.version('4.25.1') | ||
.version('4.26.5') | ||
.option( | ||
@@ -58,0 +58,0 @@ '--cloud <cloud_provider>', |
@@ -73,3 +73,3 @@ /** | ||
options | ||
.version('4.25.1') | ||
.version('4.26.5') | ||
.option( | ||
@@ -76,0 +76,0 @@ '--host <ip_address>', |
@@ -52,3 +52,3 @@ /** | ||
options | ||
.version('4.25.1') | ||
.version('4.26.5') | ||
.option( | ||
@@ -55,0 +55,0 @@ '--background', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3194031
1