Skip to content

Commit

Permalink
preparing v1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSchiessl committed Jul 16, 2024
1 parent aa3cffb commit 303a99a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.7.5-alpha"
__version__ = "1.7.5"
__tool_name_long__ = "Akamai Unified Log Streamer"
__tool_name_short__ = "ULS"

Expand Down
8 changes: 4 additions & 4 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
## v1.7.5
|||
|---|---|
|Date|2024-07-XX
|Date|2024-07-16
|Kind| MINOR release
|Author|[email protected]

- **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
Expand Down

0 comments on commit 303a99a

Please sign in to comment.