From 474b746f4c4410e35c517d42ad24563e9c526e3d Mon Sep 17 00:00:00 2001 From: Mike Schiessl <77062930+MikeSchiessl@users.noreply.github.com> Date: Wed, 28 Aug 2024 13:26:25 +0200 Subject: [PATCH] v1.8.1 (#69) ## v1.8.1 ||| |---|---| |Date|2024-08-28 |Kind| MINOR release |Author|mschiess@akamai.com - **Bugfixes** - Merged a missing fix from the development branch --- bin/uls_config/global_config.py | 2 +- docs/examples/kubernetes/helm/akamai-uls/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/uls_config/global_config.py b/bin/uls_config/global_config.py index a53626d..77d8a8e 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.8.0" +__version__ = "1.8.1" __tool_name_long__ = "Akamai Unified Log Streamer" __tool_name_short__ = "ULS" diff --git a/docs/examples/kubernetes/helm/akamai-uls/Chart.yaml b/docs/examples/kubernetes/helm/akamai-uls/Chart.yaml index 6413bd4..7b45dd6 100644 --- a/docs/examples/kubernetes/helm/akamai-uls/Chart.yaml +++ b/docs/examples/kubernetes/helm/akamai-uls/Chart.yaml @@ -4,4 +4,4 @@ description: Akamai Universal Log Streamer Helm installation type: application version: 2.0.0 -appVersion: "1.8.0" +appVersion: "1.8.1"