-
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.
- Loading branch information
1 parent
1122750
commit 1745fe3
Showing
11 changed files
with
76 additions
and
19 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.12.8-slim-bookworm | ||
FROM python:3.13.2-slim-bookworm | ||
LABEL MAINTAINER="Mike Schiessl - [email protected]" | ||
LABEL APP_LONG="Akamai Unified Log Streamer" | ||
LABEL APP_SHORT="ULS" | ||
|
@@ -14,7 +14,7 @@ ARG ETP_CLI_VERSION="0.4.8" | |
ARG EAA_CLI_VERSION="rc0.6.11" | ||
ARG MFA_CLI_VERSION="0.1.1" | ||
ARG GC_CLI_VERSION="v0.0.6" | ||
ARG LINODE_CLI_VERSION="dev" | ||
ARG LINODE_CLI_VERSION="v0.0.4" | ||
ARG ACC_CLI_VERSION="v0.0.1-alpha" | ||
|
||
# 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
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,29 @@ | ||
# Version History | ||
## v1.8.5 | ||
| | | | ||
|--------|---------------------| | ||
| Date | 2025-03-04 | | ||
| Kind | BUGFIX release | | ||
| Author | [email protected] | | ||
|
||
- **Features** | ||
- New ULS feed for Linode: UTILIZATION | ||
```json | ||
{"time": "2025-02-06T15:23:54.048512+00:00", "account": "Akamai Technologies - DEMO", "linode": 17, "lke_cluster": 5, "vpc": 9, "vlan": 21, "cloud_firewall": 41, "node_balancer": 15, "object_storage": 46, "volume": 127} | ||
``` | ||
This feed helps to understand and track the Linode account usage | ||
|
||
- **Minor improvements** | ||
- [docker] bumped Python container version to 3.13.2 | ||
|
||
|
||
- **Bugfixes** | ||
- fixed a bug caused by newer ETP/SIA CLI when using the autoresume function (This is prone to fail again as we were tackling an API issue) | ||
- manually merged changes from PR#78 - issue #81 - something went wrong when merging the original PR - sorry for the inconvenience @vasantbala | ||
- Fixed a bug where the successful sending of HTTP was not properly logged - issue #82 - thanks again @vasantbala | ||
|
||
--- | ||
|
||
## v1.8.4 | ||
| | | | ||
|--------|---------------------| | ||
|
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 was deleted.
Oops, something went wrong.
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