@f5devcentral/f5-cloud-libs
Advanced tools
Comparing version 4.15.0 to 4.15.1
@@ -184,3 +184,3 @@ /** | ||
"mgmtAddress":"${deviceInfo.managementAddress}"}`, | ||
macAddress: deviceInfo.hostMac | ||
macAddress: deviceInfo.baseMac | ||
} | ||
@@ -187,0 +187,0 @@ ); |
{ | ||
"name": "@f5devcentral/f5-cloud-libs", | ||
"version": "4.15.0", | ||
"version": "4.15.1", | ||
"description": "Common library code and scripts for deploying a BIG-IP in a cloud environment", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# Release notes | ||
## Release 4.15.1 | ||
* Use baseMac rather than hostMac for determining MAC address when licensing from BIG-IQ | ||
## Release 4.15.0 | ||
@@ -7,3 +10,3 @@ * Fix updateAutoScaleUcs script to address problem with restoring UCS file on new BIGIP device | ||
* Expose parameter in AWS Clour provider to allow pass number of message consumed in signle autoscale run | ||
* Fix to pervent failure during UCS temp directory creation | ||
* Fix to pervent failure during UCS temp directory creation | ||
@@ -26,3 +29,3 @@ ## Release 4.14.0 | ||
* Enable retry logic for TMSH command execution to mitigate problem when TMSH command fails due to MCP un-availability | ||
* Add validation for generated UCS file to prever corrupted UCS file problem | ||
* Add validation for generated UCS file to prever corrupted UCS file problem | ||
* Update condition for triggering master re-election for autoscale solution; this should prevent the problem when master host is stuck at BECOMING_MASTER state | ||
@@ -29,0 +32,0 @@ |
@@ -36,3 +36,3 @@ /** | ||
return options | ||
.version('4.15.0') | ||
.version('4.15.1') | ||
.option( | ||
@@ -39,0 +39,0 @@ '--host <ip_address>', |
@@ -42,3 +42,3 @@ /** | ||
options | ||
.version('4.15.0') | ||
.version('4.15.1') | ||
.option( | ||
@@ -45,0 +45,0 @@ '--data-file <data_file>', |
@@ -61,3 +61,3 @@ /** | ||
options | ||
.version('4.15.0') | ||
.version('4.15.1') | ||
.option( | ||
@@ -64,0 +64,0 @@ '--background', |
@@ -36,3 +36,3 @@ /** | ||
options | ||
.version('4.15.0') | ||
.version('4.15.1') | ||
.option( | ||
@@ -39,0 +39,0 @@ '--length <password_length>', |
@@ -55,3 +55,3 @@ /** | ||
options | ||
.version('4.15.0') | ||
.version('4.15.1') | ||
.option( | ||
@@ -58,0 +58,0 @@ '--cloud <cloud_provider>', |
@@ -73,3 +73,3 @@ /** | ||
options | ||
.version('4.15.0') | ||
.version('4.15.1') | ||
.option( | ||
@@ -76,0 +76,0 @@ '--host <ip_address>', |
@@ -52,3 +52,3 @@ /** | ||
options | ||
.version('4.15.0') | ||
.version('4.15.1') | ||
.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
3188629
155
33383