Skip to content

Commit

Permalink
v1.8.1 (#69)
Browse files Browse the repository at this point in the history
## v1.8.1
|||
|---|---|
|Date|2024-08-28
|Kind| MINOR release
|Author|[email protected]

- **Bugfixes**
  - Merged a missing fix from the development branch
  • Loading branch information
MikeSchiessl authored Aug 28, 2024
1 parent 97921cc commit 474b746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/uls_config/global_config.py
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/kubernetes/helm/akamai-uls/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 474b746

Please sign in to comment.