-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
17 changed files
with
369 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.10-slim-bullseye | ||
FROM python:3.10.4-slim-bullseye | ||
LABEL MAINTAINER="Mike Schiessl - [email protected]" | ||
LABEL APP_LONG="Akamai Universal Log Streamer" | ||
LABEL APP_SHORT="ULS" | ||
|
@@ -10,8 +10,8 @@ ARG HOMEDIR="/opt/akamai-uls" | |
ARG ULS_DIR="$HOMEDIR/uls" | ||
ARG EXT_DIR="$ULS_DIR/ext" | ||
|
||
ARG ETP_CLI_VERSION="0.3.7" | ||
ARG EAA_CLI_VERSION="0.4.6" | ||
ARG ETP_CLI_VERSION="0.3.8" | ||
ARG EAA_CLI_VERSION="0.5.0" | ||
ARG MFA_CLI_VERSION="0.0.9" | ||
|
||
# ENV VARS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,28 @@ | ||
# Version History | ||
|
||
## v1.4.0 | ||
||| | ||
|---|---| | ||
|Date|2022-05-XX | ||
|Kind| FEATURE release | ||
|Author|[email protected], [email protected] | ||
- **Features** | ||
- Device Inventory (DEVINV) feed added for EAA (requires eaa-cli >= 0.4.9.1) | ||
|
||
|
||
- **Minor improvements** | ||
- bumped EAA to version v0.5.0 | ||
- bumped ETP to version v0.3.8 | ||
- bumped python to version 3.10.4-slim-bullseye | ||
|
||
|
||
- **Bugfix** | ||
- Fixed a bug in the test scripts to support real .edgerc | ||
|
||
## v1.3.5 | ||
||| | ||
|---|---| | ||
|Date|2022-04-06 | ||
|Date|2022-04-05 | ||
|Kind| Bugfix release | ||
|Author|[email protected], [email protected] | ||
- **Minor improvements** | ||
|
@@ -33,6 +53,7 @@ | |
- Amended new dates to the file headers | ||
- Added volume to dockerfile as data storage for "autoresume" | ||
|
||
|
||
## v1.3.2 | ||
||| | ||
|---|---| | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.