Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PTRENG-5914 - Add docker multi-arch support for the integration image + readme fixes #59

Merged
merged 2 commits into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/slack-notify-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
SLACK_COLOR: '#00A86B'
SLACK_ICON: https://pbs.twimg.com/profile_images/978188446178082817/86ulJdF0.jpg
SLACK_TITLE: "[${{ github.event.issue.state}}] ${{ github.event.issue.title }} on ${{ github.repository }} :rocket:"
SLACK_MESSAGE: 'Link: ${{ github.event.issue.url }}'
SLACK_MESSAGE: 'Link: ${{ github.event.issue.html_url }}'
SLACK_USERNAME: PartnerEngineers
SLACK_WEBHOOK: ${{ secrets.SLACK_ISSUE_WEBHOOK }}
28 changes: 26 additions & 2 deletions CHANGELOG.md
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
Loading
Loading