diff --git a/bin/uls_config/global_config.py b/bin/uls_config/global_config.py index 7fb01ea..d0ba71e 100644 --- a/bin/uls_config/global_config.py +++ b/bin/uls_config/global_config.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # Common global variables / constants -__version__ = "1.7.5-alpha" +__version__ = "1.7.5" __tool_name_long__ = "Akamai Unified Log Streamer" __tool_name_short__ = "ULS" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index bc058ba..0ca0db2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,16 +2,16 @@ ## v1.7.5 ||| |---|---| -|Date|2024-07-XX +|Date|2024-07-16 |Kind| MINOR release |Author|mschiess@akamai.com - **Minor improvements** - Updated Command Line usage docs (ACC logs installation) - [docker] bumped GC-LOGS to version "0.0.5" - - [docker] bumped CLI-EAA to version "0.6.10" - - [docker] changed the privligeges within the docker (installation as root - then dropping to unpriv user) - fix for openshift - - changed the path for the edgerc mock to uls/var (instead of uls/ext) + - [docker] bumped CLI-EAA to version "0.6.10" - fixed the bug that crashed the EAA logs in ULS-Docker Container v1.7.4 + - [docker] changed the privilege within the docker (installation as root - then dropping to unprivileged user) - fix for Openshift + adding higher security + - changed the path for the .edgerc mock to uls/var (instead of uls/ext) --- ## v1.7.4