diff --git a/HelpScripts/MakeReleasePackage.ps1 b/HelpScripts/MakeReleasePackage.ps1 index 64e61f26..a5b8457d 100755 --- a/HelpScripts/MakeReleasePackage.ps1 +++ b/HelpScripts/MakeReleasePackage.ps1 @@ -28,11 +28,6 @@ if(-not (Test-Path "$ScriptFolder/Releases/BigIPReport-$Version.zip")){ } } - if(Test-Path "$ScriptFolder/underlay/index.html"){ - "Remove temp files from `"underlay`"" - Break - } - #Add version to the file in order to allow users to store multiple versions without overwriting them Move-Item "$ScriptFolder/bigipreport.ps1" "$ScriptFolder/bigipreport-$version.ps1" diff --git a/Releases/BigIPReport-5.4.5.zip b/Releases/BigIPReport-5.4.5.zip new file mode 100644 index 00000000..d8f64bd9 Binary files /dev/null and b/Releases/BigIPReport-5.4.5.zip differ diff --git a/bigipreport.ps1 b/bigipreport.ps1 index 8c95ef71..2483e95d 100755 --- a/bigipreport.ps1 +++ b/bigipreport.ps1 @@ -262,6 +262,9 @@ # 5.4.4 2020-09-24 Fix token fails to patch on devices without valid cert Patrik Jonsson No # Token valid for a longer period # Using web session instead of supplying credentials every time +# 5.4.5 2020-09-24 Fix bug where data group lists did not load Patrik Jonsson No +# Token valid for a longer period +# Using web session instead of supplying credentials every time # # This script generates a report of the LTM configuration on F5 BigIP's. # It started out as pet project to help co-workers know which traffic goes where but grew. diff --git a/bigipreportconfig.xml b/bigipreportconfig.xml index b3e8c016..2cb1cb47 100644 --- a/bigipreportconfig.xml +++ b/bigipreportconfig.xml @@ -1,6 +1,6 @@ - +