-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from jfrog/PTRENG-5914
PTRENG-5914 - Add docker multi-arch support for the integration image + readme fixes
- Loading branch information
Showing
13 changed files
with
198 additions
and
101 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
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,68 +1,92 @@ | ||
# JFrog Log Analytics Changelog | ||
|
||
All changes to the log analytics integration will be documented in this file. | ||
|
||
## [1.0.3] - April 05, 2024 | ||
|
||
* Adding multi-arch support (amd64, arm64) for the sidecar docker image to allow also deployment in ARM environments | ||
* Using loki charts instead of the deprecated loki-stack charts | ||
* Updating Readme installation instructions | ||
|
||
## [1.0.2] - Jan 10, 2024 | ||
|
||
* Upgrading fluentd image to the latest image from releases.jfrog.io (Fluentd version 1.16.3) | ||
|
||
## [1.0.1] - Nov 14, 2023 | ||
|
||
* Upgrading fluentd image to the latest image from releases.jfrog.io (Fluentd version 1.15.2) | ||
* Removing sed substitutions in helm charts to eliminate human errors in loki URL | ||
|
||
## [1.0.0] - Dec 12, 2022 | ||
|
||
* Prometheus Solution Redesigned | ||
* Addition of Loki Component for Log Data Ingestion | ||
* Enhanced Prometheus for Metrics Data Ingestion | ||
|
||
## [0.15.0] - Oct 14, 2022 | ||
* Deprecation notice | ||
|
||
* Deprecation notice | ||
|
||
## [0.10.0] - Feb 14, 2022 | ||
|
||
* Added call home configuration for the artifactory fluent configuration. | ||
|
||
## [0.9.0] - Dec 31, 2020 | ||
|
||
* Repo layout fixes | ||
* Support for Helm | ||
* Readme updates | ||
|
||
## [0.8.0] - Nov 30, 2020 | ||
|
||
* Bug fixes | ||
|
||
## [0.7.2] - Oct 29, 2020 | ||
|
||
* Updated docker chart queries to monitor [dockerhub rate limiting](https://jfrog.com/blog/get-around-docker-download-limits-jfrog-artifactory/). | ||
|
||
## [0.7.1] - Oct 28, 2020 | ||
|
||
* Updated fluentd config, added new chart widgets and an alert to monitor [dockerhub rate limiting](https://jfrog.com/blog/get-around-docker-download-limits-jfrog-artifactory/). | ||
|
||
## [0.7.0] - Oct 20, 2020 | ||
|
||
* Fixing issue with ip_address in access logs having space and . at the end | ||
|
||
## [0.6.1] - Sept 25, 2020 | ||
|
||
* Updated Prometheus and Grafana installation to use the Prometheus community kube-prometheus-stack. Added drill down options to charts. | ||
|
||
## [0.6.0] - Sept 25, 2020 | ||
|
||
* [BREAKING] Prometheus fluentd configs updated to use JF_PRODUCT_DATA_INTERNAL env. | ||
|
||
## [0.5.1] - Sept 9, 2020 | ||
|
||
* Prometheus repo now submodule of parent log-analytics | ||
|
||
## [0.5.0] - Sept 8, 2020 | ||
|
||
* [No Prometheus] Adding JFrog Pipelines fluent configuration files to capture logs | ||
|
||
## [0.4.0] - Sept 4, 2020 | ||
|
||
* [No Prometheus] Adding JFrog Mission Control fluent configuration files to capture logs | ||
|
||
## [0.3.0] - Aug 26, 2020 | ||
|
||
* [No Prometheus] Adding JFrog Distribution fluent configuration files to capture logs | ||
|
||
## [0.2.0] - Aug 24, 2020 | ||
|
||
* Splunk updates to launch new version of Splunkbase app v1.1.0 | ||
|
||
## [0.1.1] - June 1, 2020 | ||
|
||
* Removing the need for user to specify splunk host , user, and token twice | ||
* Fixing issue with regex on the audit security log | ||
* Fixed issue with the repo and image when not docker api url | ||
|
||
## [0.1.0] - May 12, 2020 | ||
* Initial release of Jfrog Logs Analytic integration | ||
|
||
* Initial release of Jfrog Logs Analytic integration |
Oops, something went wrong.